# Agent Settings

The agent settings page is where you can configure voices, greetings and other general settings, the options include:

* **Agent Name:** By default your agent is called "Chaty" and it will refer to itself as such during your calls. If you are on the professional or scale plans, you can adjust it's name to be more on brand.
* **Description**: The description field is useful if you have multiple agents in your account. This field is used to give it an internal description which is shown on the left menu below the number.&#x20;
* **Voice**: You have a range of voices that you can select from including it's accent. If you click on the play button to the right you can hear an example of the voice.&#x20;
* **Greeting:** This is what your agent will say when someone first picks up the call. We recommend that you identify that your agent is an AI tool and also that you tell your caller what capabilities your agent has.
* **After Hours Greeting:** The greeting can be different to the during hours greeting. This is useful to indicate to remove items from the greeting such as being able to forward calls after hours. The business hours are set in Settings > Company Profile.
* **Availability:** The availability feature will determine when Chaty will answer the phone or when it will transfer the call to the Human Failover number. This is useful if you want Chaty to only answer calls after business hours.
* **Send Summary:** If you tick the box and email will be sent to you at the conclusion of each call with a summary of the call. The email has a button that you can click on to view the full transcript to see if the call was managed appropriately.


---

# 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.chaty.ai/configuring-your-agent/agent-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.
