# Agent

The **Agent** menu is used to create and manage AI Agents within a Deka Claw instance. Agents are responsible for processing user requests and generating responses based on the configured AI model, instructions, and memory settings.

Each Agent can be customized to support different use cases, communication styles, and operational requirements.

To access the **Agent** page, click the **Agent** menu.

<figure><img src="/files/zoIj7XO7TZu6R1eryhV6" alt=""><figcaption></figcaption></figure>

Enter the **Agent** name or a keyword related to the **Agent** in the **Search** field. The system will automatically filter and display matching **Agents** based on the entered keyword.

<figure><img src="/files/y1KzoVTUUb75YaWUkzxB" alt=""><figcaption></figcaption></figure>

Click the **Status** filter and select the desired status. The system will display **Agents** that match the selected status. For example, select **Failed** to view only **Agents** with a failed status.

<figure><img src="/files/6h6oTJNaq4K9uibJRQRJ" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-claw/detail-deka-claw/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.
