> For the complete documentation index, see [llms.txt](https://docs.burpgpt.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.burpgpt.app/help-and-faq/faq/what-are-the-possible-causes-for-an-unsuccessful-activation-of-my-burpgpt-pro.md).

# 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.
* **Activation limit reached:** A single licence can only be activated on the allowed number of devices. The licence dialog shows the current activation count.
* **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](/getting-started/installation.md#prerequisites) to avoid compatibility issues with the licensing system.


---

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

```
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.
