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

# Agent Builder

The Agent Builder is where i10x.ai goes from a tool you use to a tool that works for you.

Build a private AI agent with a custom personality and instructions for your own daily workflow. Or create a chatbot powered by your own content and embed it directly on your website - in minutes.

No coding. No technical setup. Just define what you want your AI to do, and it's ready.

{% hint style="info" %}
💡 Not sure which one to build?

→ Build an Agent if you want a private AI assistant for your own use inside i10x.\
→ Build a Chatbot if you want to embed an AI assistant on your website or share it with others.
{% endhint %}

### Agent vs. Chatbot - What's the Difference?

|                | Create an Agent                                          | Create a Chatbot                                        |
| -------------- | -------------------------------------------------------- | ------------------------------------------------------- |
| **Purpose**    | A private AI assistant for your own use                  | A public-facing AI assistant for your website or users  |
| **Access**     | Only you - visible under "View Agents" in your dashboard | Anyone you share it with via link or embed              |
| **Deployment** | Stays inside i10x.ai                                     | Embeds on any website via Script, iFrame, or Public URL |
| **Best for**   | Personal productivity, custom workflows                  | Customer support, lead generation, onboarding bots      |

{% hint style="info" %}
✅ Ready to build?

→ Use the sidebar to go to "Create an Agent" or "Create a Chatbot" and follow the step-by-step guide.
{% endhint %}


---

# 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://knowledge.i10x.ai/agent-builder.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.
