# AI Agent Composer

A**I Agent Composer** is where you build and configure AI Agents in Autom Mate.

It allows you to define how your agent:

* Thinks (Model & Instructions)
* Knows (Knowledge)
* Acts (Skills)
* Interacts (Channels)

***

### How It Works

An AI Agent in Autom Mate:

* Understands user input
* Retrieves information from knowledge sources
* Executes actions using connected systems
* Responds through selected channels

***

### Core Sections

* [**Agent Details**](/userguide/ai-agent-composer/agent-details.md) → Model and behavior
* [**Knowledge**](/userguide/ai-agent-composer/knowledge.md) → Data sources (RAG)
* [**Skills**](/userguide/ai-agent-composer/skills.md) → Actions and integrations
* [**Channels**](/userguide/ai-agent-composer/channels.md) → Where the agent is used
* [**Playground**](/userguide/ai-agent-composer/playground.md) → Testing environment
* [**Logs**](/userguide/ai-agent-composer/logs.md) → Monitoring and analysis

***

### Typical Flow

1. Configure **Agent Details**
2. Add **Knowledge**
3. Add **Skills**
4. Test in **Playground**
5. Deploy via **Channels**

***

### Summary

AI Agent Composer is the central place to create AI Agents that can **understand, decide, and act** across your systems.


---

# 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://docs.autommate.com/userguide/ai-agent-composer.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.
