# How to create 📄Docs

Notes. Important info. Revenge lists. Docs store everything.

To create a doc, chat or tell Zigzag AI:&#x20;

> "Create a doc called recipes, add 7 recipes to it, the first is cucumber revenge sandwhich, so spicy that....”

That's it.&#x20;

Tell whatever you want in the doc to Zigzag AI.&#x20;

It will add it. \
Format it. \
Hopefully even praise you for the amazing content that you provide for your marvelous doc.

Then, you can edit this doc either by using the editor and typing (you know how to do that), or you can just talk to Zigzag AI and get it to do it for you. \
\
That part's prettyyyy fun as well. Check it out [here](/ai-doc-assistant/editing-docs.md).

***

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/how-to-create-docs.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.
