# Help & FAQ

- [FAQ](https://docs.burpgpt.app/help-and-faq/faq.md)
- [Can BurpGPT editions be used as standalone applications operating independently?](https://docs.burpgpt.app/help-and-faq/faq/can-burpgpt-editions-be-used-as-standalone-applications-operating-independently.md): This page addresses a frequently asked question.
- [Does BurpGPT Pro cover usage of all supported cloud-based model providers like OpenAI?](https://docs.burpgpt.app/help-and-faq/faq/does-burpgpt-pro-cover-usage-of-all-supported-cloud-based-model-providers-like-openai.md): This page addresses a frequently asked question.
- [Does the Pro edition's local LLM feature share any data with OpenAI or any third party?](https://docs.burpgpt.app/help-and-faq/faq/does-the-pro-editions-local-llm-feature-share-any-data-with-openai-or-any-third-party.md): This page addresses a frequently asked question.
- [How can I cancel my subscription?](https://docs.burpgpt.app/help-and-faq/faq/how-can-i-cancel-my-subscription.md): This page addresses a frequently asked question.
- [How to resolve the 'Runtime Error: Bad magic number in .pyc file' error?](https://docs.burpgpt.app/help-and-faq/faq/how-to-resolve-the-runtime-error-bad-magic-number-in-.pyc-file-error.md): This page addresses a frequently asked question.
- [How to resolve the 'Cannot use chat template functions...' error?](https://docs.burpgpt.app/help-and-faq/faq/how-to-resolve-the-cannot-use-chat-template-functions...-error.md): This page addresses a frequently asked question.
- [How to purchase and manage licenses as a reseller?](https://docs.burpgpt.app/help-and-faq/faq/how-to-purchase-and-manage-licenses-as-a-reseller.md): This page addresses a frequently asked question.
- [If the server displays an error indicating that port 3000 is in use, how can I resolve this issue?](https://docs.burpgpt.app/help-and-faq/faq/if-the-server-displays-an-error-indicating-that-port-3000-is-in-use-how-can-i-resolve-this-issue.md): This page addresses a frequently asked question.
- [Is it possible for BurpGPT editions to produce false positive results?](https://docs.burpgpt.app/help-and-faq/faq/is-it-possible-for-burpgpt-editions-to-produce-false-positive-results.md): This page addresses a frequently asked question.
- [What are the possible causes for an unsuccessful activation of my BurpGPT Pro?](https://docs.burpgpt.app/help-and-faq/faq/what-are-the-possible-causes-for-an-unsuccessful-activation-of-my-burpgpt-pro.md): This page addresses a frequently asked question.
- [What is the limit for device activations with a single BurpGPT Pro license?](https://docs.burpgpt.app/help-and-faq/faq/what-is-the-limit-for-device-activations-with-a-single-burpgpt-pro-license.md): This page addresses a frequently asked question.
- [Changelog](https://docs.burpgpt.app/help-and-faq/changelog.md): This page outlines the changes across various releases of BurpGPT Pro.
- [Roadmap](https://docs.burpgpt.app/help-and-faq/roadmap.md): This page outlines features scheduled for implementation in future releases. Please note that this list is not exhaustive.


---

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