> For the complete documentation index, see [llms.txt](https://docs.akiraghost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akiraghost.com/product-guides/akira-clicker/faq.md).

# FAQ

<details>

<summary>How can I be sure Akira Clicker isn't malware?</summary>

We built Akira Clicker to help users who can't pay for software, while keeping their data secure. We collect minimal data — only hardware IDs (HWIDs) and the IP addresses used to access our website. You can read the details in our [Privacy Policy](/policies/privacy-policy.md) and [Terms of Service](/policies/tos-term-of-service.md).

To stay safe, only download Akira Clicker from our official website, [akiraghost.com](https://akiraghost.com). Files from third-party sites or other users may be tampered with and could compromise your system.

We're actively working with antivirus companies to reduce false positives. If you hit a detection, report it on our Discord and we'll try to resolve it with the vendor.

</details>

<details>

<summary>Why doesn't Akira Clicker have Destruct?</summary>

A destruct feature that bypasses screenshare tools needs constant updates and resources to stay undetected. Our development team is currently one person, and we can't commit that time to a free product on top of the server and domain costs of running our services. Our paid tools have to come first so we can keep everything else running.

</details>

<details>

<summary>How do you make money from Akira Clicker?</summary>

In two words: **we don't.** Akira Clicker consumes server resources and regular updates without generating revenue.

So why release it? I had an autoclicker sitting around that I thought could help people, so I added a user interface, integrated our API, and put it out there. The goal is to give something useful back to the community.

</details>

<details>

<summary>Why don't you provide support for Akira Clicker?</summary>

Our staff team is limited, so we can't offer one-on-one help to everyone using a free product — our resources go into maintaining and improving the software itself. We may assemble a community support team in the future; if you'd like to help, let us know on our Discord. In the meantime, these guides and our community are your best resources.

</details>

<details>

<summary>Why is there software protection on a free product?</summary>

Software protection safeguards our code and intellectual property — and it protects you. It stops bad actors from modifying our tool and tricking you into running "infected" versions disguised under our name. This protection is also why some antivirus software flags the app; it's the trade-off for keeping the tool safe and genuine.

</details>

<details>

<summary>My sensitivity changes while using the autoclicker — what should I do?</summary>

If your sensitivity changes while using the left or right clicker:

{% stepper %}
{% step %}

### Turn off the module

Disable the autoclicker module temporarily.
{% endstep %}

{% step %}

### Disable Smart Mode

Make sure the Smart Mode option is turned off.
{% endstep %}

{% step %}

### Re-enable the module

Turn the autoclicker back on.
{% endstep %}
{% endstepper %}

This usually resolves it. We're not certain why it happens, but we've mainly seen it on AMD CPUs.

</details>

<details>

<summary>Which operating systems are supported?</summary>

Akira Clicker is built for:

* Windows 10
* Windows 11

It isn't developed for custom Windows builds (Atlas, ReviOS, Ghost Spectre, etc.), so we can't guarantee compatibility there. It's also not compatible with macOS or Linux. For the best experience, we recommend Windows 11.

</details>

<details>

<summary>Which Minecraft versions does Akira Clicker support?</summary>

Akira Clicker should be compatible with all available Minecraft Java versions.

</details>


---

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