# Settings

### Settings

### 🎨 Accented Color

{% hint style="info" %}
Changes the main color scheme of the interface, allowing you to personalize the tool’s overall look.
{% endhint %}

### 🔔 Notify Design

{% hint style="info" %}
Determines how notifications appear (e.g., circles or boxes) to provide quick visual cues.
{% endhint %}

### 🔊 Function Toggle Sounds

{% hint style="info" %}
Enables or disables sound effects when toggling functions, offering audio feedback for key actions.
{% endhint %}

### 💡 Enable ToolTips

{% hint style="info" %}
Displays short descriptions when hovering over options to help you understand each setting.
{% endhint %}

### 🪨 Bedrock Mode

{% hint style="info" %}
Adapts the tool for compatibility with specific “Bedrock” environments to prevent potential issues.
{% endhint %}

### ❌ Disable MouseHook

{% hint style="info" %}
Turns off the low-level mouse hook to avoid performance drops or conflicts on some systems.
{% endhint %}

### Other

### 👀 Hide

{% hint style="info" %}
Removes the tool from your taskbar, ideal for a discreet or minimal interface.
{% endhint %}

### 🔒 Hide Keybind

{% hint style="info" %}
Assigns a hotkey to quickly hide the application, reducing distractions when needed.
{% endhint %}


---

# 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.akiraghost.com/product-guides/akira-clicker/features/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.
