# Start a New Agent

From the dropdown beside the search bar, choose the type of agent you want to create, add a short description of its purpose, and click Create your AI.

<figure><img src="/files/9JwwXNzhgj1IK99B5jDD" alt=""><figcaption></figcaption></figure>

You’ll then choose from three agent types:

<figure><img src="/files/1O8ERiIIHrndtZj1FT8U" alt=""><figcaption></figcaption></figure>

1. AI Agent

**Purpose:** Creates a smart assistant that can perform tasks and interact autonomously.

**Function:** Executes actions, responds to users, automates workflows, and handles assigned goals independently.

**Example:** A chatbot that schedules meetings, answers FAQs, or manages tasks on your behalf.

2. Orchestrator

**Purpose:** Coordinates multiple AI agents to work together toward a shared objective.

**Function:** Acts as a manager that assigns, sequences, and synchronizes tasks among different agents.

**Example:** An orchestrator that manages several AIs — one for customer service, one for billing, and one for logistics — ensuring they collaborate efficiently.

3. Guard Rail

**Purpose:** Defines rules, policies, and safety limits to keep AI behavior safe, focused, and compliant.

**Function:** Monitors and controls what AI agents can or cannot do; ensures ethical, legal, and secure operation.

**Example:** A system that enforces data privacy rules or restricts AI from generating harmful or unauthorized content.


---

# 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://imbrace.gitbook.io/imbrace-documentation/ai-agent/start-a-new-agent.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.
