# StackAI Hacks

StackAI Hacks covers advanced techniques for power users — patterns that go beyond the basics to handle complex real-world scenarios.

Use these guides when you need to troubleshoot, optimize, or extend your workflows in ways not covered by standard node documentation.

### In this section

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Page</th></tr></thead><tbody><tr><td><strong>Orchestrating AI Agents</strong><br>Design multi-agent systems where agents delegate, coordinate, and collaborate.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/Z8MhxnAUkOKCO770RWIK">/spaces/FSlso1Kjob5CLDrh0dVn/pages/Z8MhxnAUkOKCO770RWIK</a></td></tr><tr><td><strong>Troubleshooting a Workflow</strong><br>Diagnose and fix common workflow failures step by step.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/iUrAo2e5tc0hKLRGMYYw">/spaces/FSlso1Kjob5CLDrh0dVn/pages/iUrAo2e5tc0hKLRGMYYw</a></td></tr><tr><td><strong>Handling Errors &#x26; Fallback</strong><br>Add graceful error handling and fallback paths to production workflows.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/RW9CA5BzKp03ejxJX354">/spaces/FSlso1Kjob5CLDrh0dVn/pages/RW9CA5BzKp03ejxJX354</a></td></tr><tr><td><strong>Handling Large Input Files</strong><br>Process documents and files that exceed standard size or token limits.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/IVfLcTWpw7h8KzgFesdy">/spaces/FSlso1Kjob5CLDrh0dVn/pages/IVfLcTWpw7h8KzgFesdy</a></td></tr><tr><td><strong>Getting Business Insights from Your Agent</strong><br>Log structured data from agent runs to analyze trends and KPIs.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/lVdomrBKEVJTAa38kNFO">/spaces/FSlso1Kjob5CLDrh0dVn/pages/lVdomrBKEVJTAa38kNFO</a></td></tr><tr><td><strong>Adding Advanced Logging for Analytics</strong><br>Instrument workflows for detailed observability and downstream analytics.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/z26LODr31ewxRpDpEdaQ">/spaces/FSlso1Kjob5CLDrh0dVn/pages/z26LODr31ewxRpDpEdaQ</a></td></tr></tbody></table>

### How to use this section

* Start with [**Troubleshooting a Workflow**](/guides-and-tips/stackai-hacks/troubleshooting-a-workflow.md) if something isn't working.
* Use [**Handling Errors & Fallback**](/guides-and-tips/stackai-hacks/handling-errors-and-fallback.md) before pushing any workflow to production.
* Explore [**Orchestrating AI Agents**](/guides-and-tips/stackai-hacks/orchestrating-ai-agents.md) when your use case requires multiple coordinated agents.


---

# 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/stackai-hacks.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.
