> 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/next-steps.md).

# Next steps

- [Get your API key](https://docs.snackprompt.com/next-steps/api-keys.md): Learn how to generate and manage your API keys to integrate Snack Prompt features into your own applications and systems.
- [Customize your public profile](https://docs.snackprompt.com/next-steps/customize-your-public-profile.md): Learn how to customize your public profile, add your bio, social media links, and showcase all the elements you've created for the community.
- [Manage your library](https://docs.snackprompt.com/next-steps/library.md): Explore the Snack Prompt library, where you'll find a curated selection of ready-to-use elements, templates, and resources.
- [AI Images](https://docs.snackprompt.com/next-steps/ai-images.md): A practical guide to using artificial intelligence in the creation of visual assets, making your content and interactions richer and more professional.
- [Workflows & Webhooks](https://docs.snackprompt.com/next-steps/workflows-webhooks.md): Advanced guide on how to connect Snack Prompt to external tools via Webhooks and create intelligent workflows.


---

# 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/next-steps.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.
