# Guides

- [Intro to the builder](https://docs.trysavvy.com/guides/intro-to-the-builder.md): In this section, you'll find a short description of the sidebar from top to bottom!
- [Designer Card](https://docs.trysavvy.com/guides/designer-card.md): Quick guide to get started into styling flow components.
- [Options Card](https://docs.trysavvy.com/guides/options-card.md): Quick guide to get started on how to set up the options for your flow components.
- [Working with Logic](https://docs.trysavvy.com/guides/working-with-logic.md): Quick guide to get started on how to work with logic in the builder by writing custom JS code, using show/hide conditions, and a couple more tricks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trysavvy.com/guides.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
