# Agent Management

This tutorial will guide you through the **process of creating, editing, and deleting agents** in NexaVoxa. You will learn how to create a new voice agent, make necessary edits to an existing agent, and delete agents that are no longer required.

Follow the URL: <https://dashboard.nexavoxa.com/dashboard/agent>

**Create Agent**

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

**Modify Agent**

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

**Delete Agent**

<figure><img src="/files/71z9nKkV7mMDXbvmBzv2" alt=""><figcaption></figcaption></figure>

#### Key Actions to Show:

1. Create a new agent by selecting a template, configuring settings, and saving.
2. Edit an existing agent by selecting it, modifying settings, and saving changes.
3. Delete an agent by selecting it, clicking delete, and confirming.
4. Test and deploy the agent after creation or edits.


---

# 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.nexavoxa.com/build/agent-management.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.
