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

# Welcome

Welcome to the Eqho AI Learning Center, your comprehensive guide to creating powerful digital team members that transform your business.&#x20;

Here, you'll discover how to craft effective agent roles, design natural conversation scripts, and configure the essential components that bring your AI agent to life. You'll also find all the essential tips and tricks for managing your account.

Use the navigational menu on the left to find the help you need, or check below for some common answers.  Happy building!

### Jump right in

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="/getting-started/creating-your-first-agent.md">Getting Started</a></td><td><a href="https://809519311-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyWyXraa6pQxvBO0OPMl%2Fuploads%2FNATGVCyhUqrdwKimG2k1%2FGetting%20Started%20Icon%20-%20Learning%20Center%20(5).png?alt=media&amp;token=e112aa30-d32c-4d7c-a52f-50ecaa720119">Getting Started Icon - Learning Center (5).png</a></td></tr><tr><td><a href="/manage-your-account/manage-users-in-your-eqho-account.md">Manage Your Account</a></td><td><a href="https://809519311-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyWyXraa6pQxvBO0OPMl%2Fuploads%2F7XOSEt45lWrp128DAqcN%2FGetting%20Started%20Icon%20-%20Learning%20Center%20(4).png?alt=media&amp;token=ac78a7d6-6367-48ba-b19d-5b05d9aab1d9">Getting Started Icon - Learning Center (4).png</a></td></tr><tr><td><a href="/troubleshooting-agents/agent-settings.md">Troubleshooting Agents</a></td><td><a href="https://809519311-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyWyXraa6pQxvBO0OPMl%2Fuploads%2FNGhftnpk7Ni04FjNoVrS%2FGetting%20Started%20Icon%20-%20Learning%20Center%20(6).png?alt=media&amp;token=ef2e0b34-bbb0-45c6-a406-3d7f21aea4d9">Getting Started Icon - Learning Center (6).png</a></td></tr><tr><td><a href="/live-events.md">Live Events</a></td><td><a href="https://809519311-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzyWyXraa6pQxvBO0OPMl%2Fuploads%2FUOvDuAd8k0bFDBH99CB0%2FGetting%20Started%20Icon%20-%20Learning%20Center%20(7).png?alt=media&amp;token=ea8ddd74-8e03-400b-878a-5880e8c6b201">Getting Started Icon - Learning Center (7).png</a></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://learn.eqho.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.
