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

# Support Tool

#### ⬇️ Download the Latest Support Tool <a href="#download-the-latest-support-tool" id="download-the-latest-support-tool"></a>

[🛠️ DOWNLOAD](https://drive.proton.me/urls/656Q1GF980#k0v9jAbskCDK)

***

#### ❓ What is the Support Tool? <a href="#what-is-the-support-tool" id="what-is-the-support-tool"></a>

The Support Tool is a small program designed to:

* 🔍 Automatically check your system for common issues that might prevent Pandora Services from working properly.
* 🛠️ Suggest quick fixes or even resolve some problems for you.
* ⏱️ Save you time and frustration, so you can get back to playing Warzone ASAP!

***

#### 🚀 How to Use <a href="#how-to-use" id="how-to-use"></a>

1. **Download** the Support Tool from your dashboard or the link above. 💾
2. **Extract** the file to a folder on your PC. 📦
3. **Run as administrator:** Right-click the Support Tool and select “Run as administrator.” 👨‍💻
4. **Follow the on-screen instructions.** The tool will scan your system and show you what needs to be fixed. 📝
5. **Apply any recommended fixes** and restart your PC if needed. 🔄

> **Tip:** Run the Support Tool before opening a support ticket – it can solve most issues automatically!

***

#### 🖼️ Example <a href="#example" id="example"></a>

Here’s what the Support Tool looks like in action:

<div align="left"><figure><img src="/files/te7hmlbSbYc7MqUtHIdF" alt=""><figcaption></figcaption></figure></div>

***

#### 💬 Still Need Help? <a href="#still-need-help" id="still-need-help"></a>

If the Support Tool can’t fix your issue, join our [Discord server](https://discord.gg/tAUvZ2xQsf) and open a support ticket. Our team will help you out as soon as possible!

***

> 🏆 **Pro Tip:** Always use the latest version of the Support Tool for the best results!


---

# 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://pandora-services.gitbook.io/pandora-services/getting-started/support-tool.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.
