# Smart Info 📜retrieval

You know what’s the worst? Needing some info from a doc and having to scroll through an endless sea of documents, hunting down the right one (or *ones*), and then finally piecing together all the stuff you need.\
\
And if the info is scattered across multiple docs? Oh man, now we’re in time-sucking, soul-crushing territory. \
\
You know what would be amazing? If you had an AI bestie, whom you could ask a question to, and it would scrounge your docs to find all relevant info, give you a concise answer, and even give you all the docs which contain content about that question. \
\
I mean, talk about convenience.&#x20;

<div align="left"><figure><img src="/files/HNrjQ4Y95n9kFdjmcCTa" alt="" width="375"><figcaption></figcaption></figure></div>

That's it. Nothing to learn. \
\
Just ask questions. Get answers. With the sources. Live a better life.

***

Check it out: [www.zig-zag.ai](https://www.zig-zag.ai/)


---

# 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://guide.zig-zag.ai/ai-doc-assistant/smart-info-retrieval.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.
