# How To

- [How-to Guides](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/how-to-guides.md)
- [How to Obtain your Tenant ID](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/how-to-obtain-your-tenant-id.md)
- [How to Filter by Tags](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/how-to-filter-by-tags.md)
- [How to Implement Real-time Chat](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/how-to-implement-real-time-chat.md)
- [How to Handle Errors](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/how-to-handle-errors.md)
- [How to Paginate Results](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/how-to-paginate-results.md)
- [Get Started with Integrations](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations.md)
- [How to Integrate with N8N](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-n8n.md)
- [How to Integrate with Zapier](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-zapier.md)
- [How to Integrate with Make](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-make.md)
- [How to Integrate with Flowise](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-flowise.md)
- [How to Integrate with Dify](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-dify.md)
- [How to Integrate with Pipedream](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-pipedream.md)
- [How to Integrate with Power Automate](https://docs.snackprompt.com/bring-your-data-into-ai/how-to/get-started-with-integrations/how-to-integrate-with-power-automate.md)


---

# 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.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.
