> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/artificial-intelligence/ai-agents/ai-agents-initial-settings.md).

# AI Agents - Initial Settings

## Introduction and Initial Settings

### Viewing and Creating A.I. Agents

When accessing the A.I. Agents feature, you can view the monthly usage of each model based on the number of messages sent, as well as a list of all agents already created.

To add a new agent, just click the "**+ New**".

<figure><img src="/files/18d8195d2e91a0198ad5e8c27bc81cac7e8c70ad" alt=""><figcaption></figcaption></figure>

### Basic Settings

In the left menu of the screen **Edit Agent** you can modify the agent's basic settings. It is worth noting that its skills and functionalities are independent of the chosen A.I. model.

* **Published:** Determines whether the model is active and enabled for use.
* **Title:** Name that identifies this A.I. agent record.
* **Model:** Determines the A.I. model to be used by the agent. Depending on the selected model, an additional field will be displayed at the end of the settings for entering the API key corresponding to the chosen platform. If no key is provided, the one defined in the system settings will be used.
* **Language:** Specifies the language in which leads will contact the agent and in which it was trained.
* **Agent Name:** Defines the agent's identity, that is, the name with which it will introduce itself.
* **Company Name and Description:** Representation of the company. The provided description should be a summary of the organization and its activities, helping the agent to craft more accurate responses aligned with the company's identity.

<figure><img src="/files/cc90fc616d5eb6d77d3636e430b1009b5f5068ae" 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/artificial-intelligence/ai-agents/ai-agents-initial-settings.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.
