# Welcome

BurpGPT Pro brings AI-assisted analysis directly into Burp Suite Professional. It integrates with [supported model providers](/getting-started/supported-model-providers.md), including Anthropic, Google AI Gemini, Mistral AI, OpenAI, Ollama, and OpenAI-compatible APIs.

You can use the extension to analyse HTTP traffic with the AI scanner, manually send selected requests and responses for review, or ask follow-up questions from the `AI Chat` editor tab inside Burp's message editor.

The extension is designed for security testing workflows where model output supports, but does not replace, manual validation. AI-generated findings can be incomplete or inaccurate, so always verify results before reporting them.

{% hint style="info" %}
Third-party model-provider usage costs are not included. Cloud provider API accounts, keys, quotas, and billing are managed separately with the selected provider.
{% endhint %}

Start with [Quick start](/getting-started/quick-start.md) for the shortest path to a working setup, or go directly to [Installation](/getting-started/installation.md) if you are loading the extension for the first time.


---

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