> For the complete documentation index, see [llms.txt](https://docs.gooey.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gooey.ai/readme.md).

# Gooey.AI Docs

Welcome to our docs center. Here you'll find guides, tips, and how-tos to get the most out of Gooey.AI and the amazing collection of AI Workflows from our community.&#x20;

## What does Gooey.AI offer?

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4>Create</h4></td><td>Create no-code multi-lingual and measurable AI Agent </td><td><a href="/pages/TNFdldkHahdWtRF2UuOe">/pages/TNFdldkHahdWtRF2UuOe</a></td><td><a href="/files/2EBayiFaBdVYRVl6xDcn">/files/2EBayiFaBdVYRVl6xDcn</a></td></tr><tr><td><h4>Deploy</h4></td><td>Deploy with one-click to WhatsApp, IVR and Web</td><td><a href="/pages/0uwHZrw8JVI43zfOGuEl">/pages/0uwHZrw8JVI43zfOGuEl</a></td><td><a href="/files/WTohDwz53PUobDxejyA9">/files/WTohDwz53PUobDxejyA9</a></td></tr><tr><td><h4>Monitor</h4></td><td>Evaluate and analyze agent performance</td><td><a href="/pages/OHH1DgGSAIvBRrrAwK30">/pages/OHH1DgGSAIvBRrrAwK30</a></td><td><a href="/files/MB0hZtzvAlc05UCkevme">/files/MB0hZtzvAlc05UCkevme</a></td></tr></tbody></table>

### How does Gooey.AI Orchestration work?

{% embed url="<https://www.youtube.com/watch?v=nQM5dp6V70E>" %}

### Help Desk

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="content-ref"></th><th data-hidden data-type="files"></th></tr></thead><tbody><tr><td><h4>How to use Workspaces?</h4></td><td><a href="/pages/pn7goPurFDApwgJxUYcu">/pages/pn7goPurFDApwgJxUYcu</a></td><td><a href="/pages/x3FY2a1T2594uMvVjN1p">/pages/x3FY2a1T2594uMvVjN1p</a></td><td></td></tr><tr><td><h4>How to use Version History</h4></td><td><a href="/pages/JxL1lwGJAGLEa9bddsSq">/pages/JxL1lwGJAGLEa9bddsSq</a></td><td><a href="/pages/xnXQHQiPdw9uWvjCYQ2E">/pages/xnXQHQiPdw9uWvjCYQ2E</a></td><td></td></tr><tr><td><h4>Get started with Gooey.AI API</h4></td><td><a href="/pages/xnXQHQiPdw9uWvjCYQ2E">/pages/xnXQHQiPdw9uWvjCYQ2E</a></td><td></td><td></td></tr></tbody></table>


---

# 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.gooey.ai/readme.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.
