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