# 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: 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/how-to.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.
