# How-to Guides

Direct solutions for specific tasks. Each guide assumes you already know the API basics.

### Available

| Guide          | Problem it solves                                     |
| -------------- | ----------------------------------------------------- |
| Filter by Tags | "I want to search only in specific documents"         |
| Real-time Chat | "I want to show the response as it's being generated" |
| Error Handling | "I want to handle errors robustly"                    |
| Pagination     | "I want to fetch large volumes of data"               |

### Difference Between Tutorials and How-to Guides

| Tutorials               | How-to Guides                               |
| ----------------------- | ------------------------------------------- |
| For learning            | For solving problems                        |
| Detailed step-by-step   | Straight to the point                       |
| "Follow me by the hand" | "Here's the recipe"                         |
| Ideal for beginners     | Ideal for those who already know the basics |

### Didn't find what you're looking for?

* Check the [Tutorials ](/bring-your-data-into-ai/get-started/how-to-use-your-knowledge-bases.md)to learn the basics
* Consult the [Reference ](/bring-your-data-into-ai/reference/reference.md)for technical details


---

# 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.snackprompt.com/bring-your-data-into-ai/how-to/how-to-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.
