> 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/faq/software-related/testing-and-common-issues.md).

# Testing and Common Issues

## Testing Our Software

To test Akira without risking a ban on your favorite server, try it on one of these anticheat test servers. They give you a safe environment to confirm every feature works before you take it online, and you can pick the anticheat you want to test against:

* **eu.loyisa.cn** *(our team's personal choice)*
* **anticheat-test.com**
* **test.karhu.cc**

## Common Issues

Run into a problem? Most issues have a quick fix. Expand the relevant section below.

<details>

<summary>My antivirus is blocking or deleting Akira</summary>

This is expected — our software protection is commonly flagged as a false positive. Whitelist Akira in your antivirus, or use our automatic whitelist tool. See the full walkthrough in [Installing and Starting](/faq/software-related/installing-and-starting.md#dealing-with-security-software-antivirus-blocks).

</details>

<details>

<summary>The program won't start after downloading</summary>

Launch issues usually come down to missing Windows updates or runtimes. Run our one-click [QuickFix script](https://akiraghost.com/utils/QuickFix.bat), or follow the manual steps (Windows updates, Visual C++ Redistributable, Java x64, `sfc /scannow`) in [Installing and Starting](/faq/software-related/installing-and-starting.md#after-downloading-the-program-doesnt-start-what-do-i-do).

</details>

<details>

<summary>My sensitivity changes while using the autoclicker</summary>

Turn the module off, disable **Smart Mode**, then turn the module back on. This usually resolves it. We've mostly seen this on AMD CPUs — more detail is in the [Akira Clicker FAQ](/product-guides/akira-clicker/faq.md).

</details>

<details>

<summary>A feature isn't working on my version or client</summary>

Not every feature works on every Minecraft version or launcher. Check the supported versions and client list in the relevant product FAQ ([Akira Memory](/product-guides/akira-memory/faq.md) / [Akira Clicker](/product-guides/akira-clicker/faq.md)).

</details>

<details>

<summary>I get an SSL Error or "signature is null"</summary>

Both mean Akira can't reach our API — something on your network is blocking it (firewall, antivirus, ISP, or router). The quickest test is to try a mobile hotspot. Full fix list is in [Error Messages](/faq/software-related/error-messages.md#connection-errors).

</details>

{% hint style="info" %}
Hit a specific error message? See the [Error Messages](/faq/software-related/error-messages.md) reference. Still stuck? Open a ticket in our [Discord server](https://akiraghost.com/discord) and our support team will help you out.
{% endhint %}


---

# 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/faq/software-related/testing-and-common-issues.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.
