# Guides & Tips

- [StackAI Hacks](https://docs.stackai.com/guides-and-tips/stackai-hacks.md)
- [Orchestrating AI Agents](https://docs.stackai.com/guides-and-tips/stackai-hacks/orchestrating-ai-agents.md)
- [Detecting the First Run](https://docs.stackai.com/guides-and-tips/stackai-hacks/detecting-the-first-run.md)
- [Troubleshooting a Workflow](https://docs.stackai.com/guides-and-tips/stackai-hacks/troubleshooting-a-workflow.md)
- [Handling Errors & Fallback](https://docs.stackai.com/guides-and-tips/stackai-hacks/handling-errors-and-fallback.md)
- [Handling Large Input Files](https://docs.stackai.com/guides-and-tips/stackai-hacks/handling-large-input-files.md)
- [Getting Business Insights from Your Agent](https://docs.stackai.com/guides-and-tips/stackai-hacks/getting-business-insights-from-your-agent.md): This article discusses ways to get insights on user interactions with the AI agents, such as themes and trends in user questions.
- [Adding Advanced Logging for Analytics](https://docs.stackai.com/guides-and-tips/stackai-hacks/adding-advanced-logging-for-analytics.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.stackai.com/guides-and-tips.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.
