> 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/about.md).

# Unixx.Shop

- [About Unixx.Shop, Payments, Refunds and Support](https://unixx.shop/docs/about/about-unixx.shop-payments-refunds-and-support.md): Learn about Unixx.Shop products, payment processing, refunds, and Discord support. Find clear answers before you purchase or request help.
- [Unixx Product FAQ and Troubleshooting](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting.md): Find Unixx product troubleshooting, compatibility answers, setup fixes, and common support guidance.
- [How to Disable Antivirus](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting/how-to-disable-antivirus.md): This section includes a full guide on how to temporarily disable your antivirus software to prevent false flags or file deletion during installation.
- [Software Troubleshooting and Common Fixes](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting/software-troubleshooting-and-common-fixes.md): Fix common software crashes, missing runtime errors, and connection issues with these general troubleshooting steps and product-specific guides.
- [How to Enable Virtualization in BIOS or UEFI](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting/how-to-enable-virtualization-in-bios-or-uefi.md): Learn how to check and enable BIOS or UEFI virtualization on Windows PCs. Follow these steps when software requires Intel VT-x or AMD-V.
- [Disable Secure Boot](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting/disable-secure-boot.md): This section includes a brief guide on disabling Secure Boot to help some software run properly. This step is optional but recommended if you play other games besides Call of Duty.
- [Fix an Invalid HWID Error](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting/fix-an-invalid-hwid-error.md): Learn what causes an Invalid HWID error and how to reset your device binding. Use these steps after changing hardware or reinstalling Windows.
- [Unixx Product FAQ: Compatibility, Updates, and Antivirus](https://unixx.shop/docs/about/unixx-product-faq-and-troubleshooting/unixx-product-faq-compatibility-updates-and-antivirus.md): Find answers about Unixx product compatibility, antivirus alerts, license durations, and updates.


---

# 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/about.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.
