# Roadmap

* [x] Implement the `Settings` menu with `Restore defaults` option in the `Library Prompt` view.
* [x] Include a field for specifying the path of the Python binary to use to run the local server.
* [x] Document Azure OpenAI services integration.
* [ ] Replace the `Role` and `Prompt` fields with a single `Messages` JSON field under `Provider settings` to support multi-message input for compatible models.
* [ ] Add a JSON field in the `Server` view to support custom model settings (e.g. `quantization`, `context size`, etc.).


---

# 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/help-and-faq/roadmap.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.
