# Installation

## Prerequisites

Make sure you have:

* [Burp Suite Professional](https://portswigger.net/burp/pro): Version 2026.4 or later.
* Java: Version 24 or later if you run Burp Suite with an external Java runtime.

{% hint style="warning" %}
Version 3.0 requires Burp Suite Professional 2026.4 or later.
{% endhint %}

The v3.0 local-provider workflow uses Ollama or OpenAI-compatible APIs. The previous Python local server workflow is no longer required.

## Loading the extension into Burp Suite

To install the extension:

1. Open Burp Suite and navigate to the `Extensions` tab.
2. Click on the `Add` button under the `Installed` section.
3. Browse to the jar file and click `Next`.
4. Confirm that the `BurpGPT Pro` menu appears.
5. [Activate your licence](/getting-started/activate-your-licence.md) to access the `BurpGPT Pro` tab, context-menu scan action, and `AI Chat` editor.


---

# 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/getting-started/installation.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.
