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

# 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.
