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

# How To

- [Use supported cloud-based model providers](https://docs.burpgpt.app/how-to/use-supported-cloud-based-model-providers.md): This page outlines the steps for using the integration with supported cloud-based AI model providers.
- [Use supported local model providers](https://docs.burpgpt.app/how-to/use-supported-local-model-providers.md)
- [With the Ollama provider](https://docs.burpgpt.app/how-to/use-supported-local-model-providers/with-the-ollama-provider.md): This page outlines the steps involved in using the Ollama provider.
- [With an OpenAI-compatible API](https://docs.burpgpt.app/how-to/use-supported-local-model-providers/with-openai-compatible-api.md): This page outlines the steps involved in using an OpenAI-compatible API provider.
- [Use the prompt library](https://docs.burpgpt.app/how-to/use-the-prompt-library.md): This page outlines the features provided by the prompt library.
- [Use placeholder reference](https://docs.burpgpt.app/how-to/use-placeholder-reference.md): This page lists the placeholders available for scan prompts.
- [Analyse HTTP traffic](https://docs.burpgpt.app/how-to/analyse-http-traffic.md): This page outlines the methods available to analyse HTTP traffic.
- [Use AI Chat](https://docs.burpgpt.app/how-to/use-ai-chat.md): This page outlines how to use the AI Chat editor for selected HTTP traffic.
- [View GPT-generated results](https://docs.burpgpt.app/how-to/view-gpt-generated-results.md): This page outlines the presentation and structure of GPT-generated results.
- [Test and validate model provider settings](https://docs.burpgpt.app/how-to/test-and-validate-model-provider-settings.md): This page outlines how to test your configured settings for a model provider, before using them for scans or AI Chat.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.burpgpt.app/how-to.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
