# jitter

### 🔛 Enable

{% hint style="info" %}
Activates or deactivates the jitter system.
{% endhint %}

### ⌨ Keybind

{% hint style="info" %}
Sets a specific keyboard shortcut to toggle jitter on or off.
{% endhint %}

### 🌀 Pattern

{% hint style="info" %}
Selects the movement algorithm (e.g., Random Walk, Circular, Figure-8) used for cursor displacement.
{% endhint %}

### ⏩ Speed

{% hint style="info" %}
Controls the speed multiplier for the pattern movement.
{% endhint %}

### 🌊 Smoothing

{% hint style="info" %}
Adjusts the interpolation of movement to make the jitter appear softer (1.0) or sharper/instant (0.0).
{% endhint %}

### 🎯 Intensity (X/Y)

{% hint style="info" %}
Configures the horizontal (X) and vertical (Y) jitter strength in pixels.
{% endhint %}

### 🛡️ Anti-Pattern

{% hint style="info" %}
Prevents repetitive jitter sequences by tracking history to avoid detection.
{% endhint %}

### 📊 CPS Activation

{% hint style="info" %}
Dynamically scales jitter intensity based on specific Low, Medium, and High CPS (Clicks Per Second) brackets.
{% endhint %}

### ⏸️ Micro-Pauses

{% hint style="info" %}
Simulates human behavior by inserting random, brief interruptions in the jitter movement.
{% endhint %}

### 📉 Jitter Reduction

{% hint style="info" %}
Gradually decreases jitter strength over prolonged clicking sessions to simulate hand fatigue.
{% 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/jitter.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.
