> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/agents/agent-management.md).

# Agent Management

After creating your agents, you can manage them as follows:

* **Edit:** Allows you to update configurations, instructions, and knowledge bases.
* **Test:** Directs you to the [Playground](/english/skyone-studio/artificial-intelligence/playground.md), where you can validate the agent's behavior in real time.
* **Duplicate:** Creates an identical copy of the agent to serve as a basis for new configurations, automatically redirecting you to the edit screen for the new item.
* **Delete:** Permanently removes the agent from your workspace.

### How to edit an Agent

To update the information or behavior of an existing agent:

1. In the sidebar menu, click “**Agents**”.
2. Search for the agent you wish to edit.
3. Hover over the item and click the “**Edit**” button (pencil icon) or click directly on the Agent Name.

<figure><img src="/files/1G8cFcrIIyvD3Ak02OJU" alt=""><figcaption><p><em>Options for editing an agent</em></p></figcaption></figure>

4. Make the necessary changes.
5. Click “**Update agent**” to save the modifications.

### How to duplicate an Agent

To duplicate an existing agent:

1. In the sidebar menu, click “**Agents**”.
2. Search for the agent you wish to duplicate.
3. Hover over the item and click the “**Duplicate**” button.
4. The agent will be duplicated automatically, and you will be redirected to the edit screen.
5. Click “**Update agent**” to save the modifications.

### How to delete an Agent

To delete an agent, follow these steps:

1. In the sidebar menu, click “**Agents**”.
2. Hover over the item and click the “Edit” button (pencil icon) or click directly on the **Agent Name**.
3. In the lower corner of the edit modal, click the "**Delete**" button.
4. As a security measure, type the name of the agent exactly as requested in the confirmation field.
5. Click "**Delete**" to finalize the process.

{% hint style="warning" %}
&#x20;It is not possible to undo the deletion.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/agents/agent-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
