> For the complete documentation index, see [llms.txt](https://docs.raidsharksbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.raidsharksbot.com/finley-ai/advanced/verbal-settings.md).

# Verbal Settings

<figure><img src="/files/uNiOjjTb2fPt1yYSZcCv" alt="" width="375"><figcaption></figcaption></figure>

### Presets

**What They Do:**\
Presets allow you to quickly apply a set of predefined verbal characteristics. Choose one of the following:

* **Professional:**\
  Sets a more formal and reserved style.
* **Recommended:**\
  Balances tone, humor, and energy for a neutral, versatile output.
* **Meme:**\
  Applies a playful, humorous style suitable for meme-like content.

Selecting a preset will automatically adjust the tone, humor, energy, and variation settings to the recommended values for that style. Remember, selecting a more serious tone will most likely also result in less emojis being used as well.&#x20;

***

### Expert Mode Settings

**What It Does:**\
When you toggle **Expert Mode**, additional sliders become available for granular control over the following:

* **Tone:**\
  Adjusts the level of formality.
  * Very Formal
  * Formal
  * Neutral
  * Casual
  * Very Casual
* **Humor:**\
  Controls the seriousness versus the humor of the comment.
  * Serious
  * Slightly Serious
  * Balanced
  * Humorous
  * Meme-like
* **Energy:**\
  Sets the dynamism of the comment.
  * Calm
  * Moderate
  * Energetic
  * Lively
  * Dynamic

Each slider displays a descriptive label corresponding to its current value. This helps you understand the style that will be applied.

***

### Variation

**What It Does:**\
The **Variation** slider determines how much the tone, humor, and energy settings can deviate from their base (preset or chosen) values. It offers four levels:

* **None:** No variation; the values remain fixed.
* **Low:** Slight variation is allowed.
* **Medium:** A moderate range of variation is permitted.
* **High:** The greatest flexibility, allowing significant variation.

A visual indicator (a colored overlay on the slider) shows you the range of allowed deviation, ensuring that the generated output has controlled randomness.


---

# 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.raidsharksbot.com/finley-ai/advanced/verbal-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.
