> For the complete documentation index, see [llms.txt](https://ny-services.gitbook.io/nycheats/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ny-services.gitbook.io/nycheats/getting-started/faq.md).

# FAQ

#### Q: After purchasing, where can I find my products? <a href="#q-after-purchasing-where-can-i-find-my-products" id="q-after-purchasing-where-can-i-find-my-products"></a>

A: Once you purchase a product on our website, you immediately get redirected to the order completion page. It will contain your products on the right hand side of your screen. If you are not redirected, you can always check your email, as we send all details to there as well.

#### Q: Can I get banned for using these products? <a href="#q-can-i-get-banned-for-using-these-products" id="q-can-i-get-banned-for-using-these-products"></a>

A: The simple answer is yes, you can. While getting banned is a possibility, we take precautions with all of our tools to prevent this from happening. As long as our products are not abused, you should not be banned as they are undetected.

#### Q: Why does it say that the download is a virus? <a href="#q-why-does-it-say-that-the-download-is-a-virus" id="q-why-does-it-say-that-the-download-is-a-virus"></a>

A: Most "cheats" are flagged with false-positive virus alerts due to the kind of access they need to your system. We do not put any kind of rat, trojan, or virus in any of our products.

Any other questions you may have can be answered in the other pages on this site, or in the Discord.


---

# 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://ny-services.gitbook.io/nycheats/getting-started/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.
