> For the complete documentation index, see [llms.txt](https://docs.snackprompt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snackprompt.com/how-to.md).

# How To

- [🆔 How to Obtain Your User ID / Tenant Id)](https://docs.snackprompt.com/how-to/how-to-obtain-your-user-id-tenant-id.md)
- [Organize my items](https://docs.snackprompt.com/how-to/how-to-organize-my-items.md): Tips and tools to organize your prompts, tables, and documents efficiently, making it easier to manage your workflow.
- [Create a document](https://docs.snackprompt.com/how-to/document.md): Learn how to create modern and structured documents using Markdown, serving as dynamic knowledge units for your AI.
- [Sell an automation](https://docs.snackprompt.com/how-to/automations.md): Introduction to the platform's automation capabilities.
- [Create a snippet](https://docs.snackprompt.com/how-to/snippet.md): Learn how to use code snippets or text to speed up the creation of prompts and maintain consistency across different documents.
- [Create a form](https://docs.snackprompt.com/how-to/form.md): Learn how to set up interactive forms to collect user data and integrate them directly into your prompts or automations.
- [Create a table](https://docs.snackprompt.com/how-to/table.md): Instructions on how to create data tables that can be read by AI agents or used to organize complex information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snackprompt.com/how-to.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
