# ClickRecorder

### 🔛 Enable

{% hint style="info" %}
Toggles the click-recording feature on or off.
{% endhint %}

### ⌨ Keybind

{% hint style="info" %}
Assigns a hotkey to start or stop recording mouse clicks.
{% endhint %}

### 🎮 Only Minecraft

{% hint style="info" %}
Restricts the recording function to Minecraft sessions only.
{% endhint %}

### 🔀🏁 Randomize Start

{% hint style="info" %}
Randomizes the initial sequence of recorded clicks for added variability.
{% endhint %}

### 🚫⏲️ Ignore Delay

{% hint style="info" %}
Ignores clicks that fall outside a specified delay threshold.
{% endhint %}

### 🔝 Multiplier

{% hint style="info" %}
Scales the recorded clicks per second (CPS) up or down.
{% endhint %}

### 🔁🔝 Playback Multiplier

{% hint style="info" %}
Adjusts the speed at which the recorded clicks are replayed.
{% endhint %}

### 🖱️ Buttons To Record

{% hint style="info" %}
Selects which mouse button(s) are tracked during recording.
{% 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/clickrecorder.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.
