# Adding a New Agent

1. **Navigating to the Default Agents Section:**

* Log in to the server admin panel using your credentials.
* Look for the "Default Agent" tab in the menu bar or navigation panel.
* Click on the "Default Agent" tab to access the default agent section.

2. **Accessing the Add New Agent Panel:**

* Within the "Default Agents" section, locate the button labeled "Add New Agent."
* Click on the "Add New Agent" button to access the Create New Agent panel.

  <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2F1Ks7uivZrNmFcNwxAZAD%2Fimage.png?alt=media&#x26;token=9d45f703-e597-48f6-a94e-b19abde4b404" alt=""><figcaption></figcaption></figure>

3. **Creating the New Agent:**

* Within the Create New Agent panel, enter the new agent details. There are three sections to review.

  * <mark style="color:blue;">Default Bot Preview</mark>

    <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2F3BGpXhNDSspefSabKA3l%2Fimage.png?alt=media&#x26;token=a76f9c0e-ae92-4b17-a402-cffadd3ece01" alt=""><figcaption></figcaption></figure>
  * <mark style="color:blue;">General</mark>

    <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2Fa9sjO6OW66gh6yDw1wlY%2Fimage.png?alt=media&#x26;token=d723352d-4e75-47ea-b1b1-21fc62e9fd04" alt=""><figcaption></figcaption></figure>
  * <mark style="color:blue;">GPT Settings</mark>

    <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2FKrL0AeXz2ifhviBaFnDg%2Fimage.png?alt=media&#x26;token=29d864e0-63e6-4bdb-9498-8de920855833" alt=""><figcaption></figcaption></figure>

4. **Finalizing the New Agent:**

* After entering the required information, review it for accuracy.
* Once satisfied, click save and exit the create new agent panel to save the changes.

  <figure><img src="https://2455207419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnZwCwAN15BUJcXMA5avi%2Fuploads%2FSbcWLSEOU5Rv9lMouH53%2Fimage.png?alt=media&#x26;token=6082325a-9a4f-4692-8516-cdcea3643f18" 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/server-admin/default-agents/adding-a-new-agent.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.
