> For the complete documentation index, see [llms.txt](https://help.hazcheats.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hazcheats.com/basic/how-to-get-support.md).

# How to get Support

We have several ways of assisting people such as:

{% columns %}
{% column %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Live Chat (Recommended)</h4></td><td><mark style="color:$info;">Get instant help from our support team</mark></td><td><a href="https://hazcheats.com/supportsys">https://hazcheats.com/supportsys</a></td></tr></tbody></table>
{% endcolumn %}

{% column %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Discord</h4></td><td><mark style="color:$info;">Join our community to get help from staff &#x26; users</mark></td><td><a href="https://hazcheats.com/discord">https://hazcheats.com/discord</a></td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
We typically respond within an hour, though it may vary depending on demand.
{% endhint %}

#### 📘 Read Before Contacting

Due to the high volume of inquiries we receive, we’ve created detailed guides for each product. We strongly recommend reviewing and following these guides before contacting support, as most issues are already covered and can be resolved quickly.

{% hint style="danger" %}
If you are still facing issues and require help then don't hesitate to contact us.
{% endhint %}

#### 👨🏻‍💻 1:1 Support

We also offer a 1:1 service, where a support agent can securely connect to your computer using AnyDesk and handle the setup for you.

{% embed url="<https://hazcheats.com/store/product/260-11-support/>" %}


---

# 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://help.hazcheats.com/basic/how-to-get-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.
