# Managing Agents in Fullmetal

### Navigate to Agents

* Click on "Agents" in the main menu.

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

### Create an Agent

* Click on "Create an Agent".
* Fill in the required fields: Name, Model, and System Prompt.
* Click "Create Agent".

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

### View My Agents

* Switch to the "My Agents" tab to see your created agents.

<figure><img src="/files/9lBTMFsyfrT0u9pmicfx" alt=""><figcaption></figcaption></figure>

### Chat with an Agent

* Click on the agent's name to open the chat interface.
* Type your message and interact with the agent.

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

### Agent Settings

* Access the "Settings" tab to view or edit agent details.
* Update the name, model, and system prompt as needed.

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

### API Documentation

* Go to the "API Example" tab for API interaction details.
* Use the provided endpoint to send prompts to the agent.
* For more information about API endpoint, please click [here](https://documenter.getpostman.com/view/32411802/2sB2cd3Hda).

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


---

# 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://fullmetal.gitbook.io/docs/managing-agents-in-fullmetal.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.
