# General Settings

The general settings are for configuring and customizing the agent's identity, behavior, and operational parameters. By providing clarity and guidance within this section, users can effectively tailor the agent to meet their specific needs and objectives.

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

## **General settings include:**

### **Agent Name:**

* *Input Field Type:* Text Field
* *Description:* This field allows the user to specify a unique name for the agent.
* *Usage:* Enter a concise and descriptive name that succinctly identifies the agent within the system. This name should facilitate easy recognition and differentiation among multiple agents.

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

### **Description:**

* *Input Field Type:* Text Area
* *Description:* Users can provide a brief overview or description of the agent, detailing its purpose, capabilities, or any relevant information.
* *Usage:* Utilize this space to offer insights into the agent's role, functionality, or any specific instructions pertinent to its usage. A clear and informative description enhances understanding and facilitates effective utilization of the agent.

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

### **Default Prompt:**

* *Input Field Type:* Text Area
* *Description:* The Default Prompt serves as the initial message or directive presented to the agent, providing guidance on its intended use and instructions on how to handle user prompts.
* *Usage:* Craft a concise and clear directive that outlines the agent's purpose, directed use, and expected behavior when interacting with users. The Default Prompt sets the tone for conversations and instructs the agent on how to respond to user inquiries or prompts effectively. It serves as a foundational element in guiding the agent's interactions and ensuring alignment with its designated role and objectives.

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

### **External Agent Engine:**

* *Input Field Type:* Dropdown Menu
* *Description:* Users can select from a list of available external agent engines, which determine the underlying technology or platform powering the agent's functionality.
* *Usage:* Choose the appropriate external agent engine based on specific requirements, preferences, or compatibility considerations. The selected engine influences the agent's capabilities, performance, and integration possibilities.

  <figure><img src="/files/ITMDwlDOGoXytJoU5TMl" 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://docs.aicrisk.com/admin/ai-agents/adding-a-new-agent/general-settings.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.
