> For the complete documentation index, see [llms.txt](https://unixx.shop/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unixx.shop/docs/games/rust/select-your-cheat/averia-rust-cheat/support.md).

# Support

## Common Issues

<details>

<summary>Error Code: 0xBAD01</summary>

Discord installation folder not found.

* Head to your **Discord installation folder**. It’s usually located in:
  * `C:\Users\YourName\AppData\Local\Discord`
  * or `C:\ProgramData\User\Discord`
* Once found, take a **screenshot** of the folder and send it in your ticket.
* After that, wait for staff for further assistance.

</details>

<details>

<summary>Error Code: 0xBAD02</summary>

Discord overlay failed to initialize.

* This can happen if the Discord overlay doesn’t start properly.
* Simply **restart your PC** and try again — this usually fixes it.

</details>

<details>

<summary>Error Code: 0xBAD04</summary>

Random initialization issue.

* A **system restart** should usually fix this.
* If the error still shows after **multiple restarts**, let support know so we can look deeper.

</details>

<details>

<summary>Error Code: 0xBAD05</summary>

Discord is running with elevated permissions (admin mode).

* This might happen if **Discord is running as administrator**, which can interfere.
* Fully **close Discord**, then reopen it **without admin privileges**.
* If the error persists, follow the same steps as `0xBAD01` (locate install folder, send screenshot).

</details>

<details>

<summary>Other Common Messages</summary>

**“Failed to connect to Discord overlay…”**

* This means the **Discord legacy overlay** is either disabled or not running with your game.
* Make sure to:
  1. Open Discord settings
  2. Go to **Game Overlay**
  3. Enable **“Legacy Overlay”**
  4. Confirm it shows up **in-game** when you press the overlay hotkey (default: `Shift +` )

</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://unixx.shop/docs/games/rust/select-your-cheat/averia-rust-cheat/support.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.
