> 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/troubleshooting.md).

# Troubleshooting

Start with the simplest check that matches the symptom. The extension logs provider requests and responses in Burp's `Logger` tab, which is usually the fastest way to identify configuration problems.

## The extension loads, but Pro features are not visible

Check that:

* You are using Burp Suite Professional 2026.4 or later.
* Your licence is active.
* Burp Suite was restarted after loading or updating the extension.

If activation fails, see [What are the possible causes for an unsuccessful activation of my BurpGPT Pro?](/help-and-faq/faq/what-are-the-possible-causes-for-an-unsuccessful-activation-of-my-burpgpt-pro.md).

For the activation steps, see [Activate your licence](/getting-started/activate-your-licence.md).

## `Test request` fails

Check the provider response in Burp's `Logger` tab, then verify:

* The selected provider matches the endpoint you configured.
* The `Base URL` is correct.
* The `API key` is present when the provider requires one.
* The `Model` value is an exact model identifier supported by the provider.
* `Request parameters` is valid JSON and only contains parameters supported by that provider.
* Your provider account has enough credits, quota, or local resources to answer the request.

For the full validation flow, see [Test and validate model provider settings](/how-to/test-and-validate-model-provider-settings.md).

## Local provider requests do not connect

For Ollama, confirm that Ollama is running and that the model appears in:

```powershell
ollama list
```

If Ollama is running on another host or port, update `Base URL` in `Provider settings`.

For OpenAI-compatible APIs, confirm that the configured `Base URL` usually ends in `/v1` and that the endpoint supports chat completion requests.

## Scans do not produce results

Check that:

* `Test request` succeeds with the active provider.
* The `AI scanner` prompt includes the placeholders you expect, such as `{REQUEST}` and `{RESPONSE}`.
* The `Scan: On` toggle is enabled before sending traffic to Burp's active scanner.
* For targeted analysis, you used `Extensions -> BurpGPT Pro -> Scan with AI (results in Target -> Site map)`.

Scan-based results appear as `Information`-level issues named *GPT-generated insights*.

## `AI Chat` does not include the expected traffic

In the `AI Chat` editor, keep `Request`, `Response`, or both selected before sending the message.

After selected traffic is sent once, the extension clears the toggle so follow-up messages do not repeatedly include the same data.


---

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