# What are the possible causes for an unsuccessful activation of my BurpGPT Pro?

There are several potential reasons for issues with the licensing system:

* **Network / Security Configuration:** Certain network setups or security systems may prevent connection to the licensing system. Ensure that **HTTP/HTTPS traffic to and from `burpgpt.app` and `burpgpt.netlify.app`** is allowed. If necessary, try adjusting your network or security settings to allow this traffic.
* **Clock Synchronization:** Time-related activation issues might be due to system clock discrepancies. Wait a few hours before seeking further support.
* **Corrupted Download:** A corrupted .jar file download can cause licensing errors. Re-download the file to resolve these issues.
* **Java Version Compatibility:** Ensure your system meets the Java requirements listed in the [Prerequisites](https://docs.burpgpt.app/getting-started/installation#prerequisites) to avoid compatibility issues with the licensing system.


---

# Agent Instructions: 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:

```
GET https://docs.burpgpt.app/help-and-faq/faq/what-are-the-possible-causes-for-an-unsuccessful-activation-of-my-burpgpt-pro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
