# Troubleshooting

- [How to fix "This license key has reached the activation limit"](https://docs.boltai.com/docs/troubleshooting/how-to-unlink-a-device.md)
- [How to fix "You exceeded your current quota, please check your plan and billing details"](https://docs.boltai.com/docs/troubleshooting/how-to-fix-you-exceeded-your-current-quota-please-check-your-plan-and-billing-details.md)
- [How to fix Accessbility permission](https://docs.boltai.com/docs/troubleshooting/how-to-fix-accessbility-permission.md)
- [How to completely uninstall BoltAI](https://docs.boltai.com/docs/troubleshooting/how-to-completely-uninstall-boltai.md): Or where does BoltAI store data
- [Can't select text in conversation prompt](https://docs.boltai.com/docs/troubleshooting/cant-select-text-in-conversation-prompt.md)
- [API keys not persisted?](https://docs.boltai.com/docs/troubleshooting/api-keys-not-persisted.md)
- [How to view BoltAI logs using Console.app](https://docs.boltai.com/docs/troubleshooting/how-to-view-boltai-logs-using-console.app.md)
- [How to find Azure OpenAI chat completions endpoint](https://docs.boltai.com/docs/troubleshooting/how-to-find-azure-openai-chat-completions-endpoint.md)
- [Download Previous Versions](https://docs.boltai.com/docs/troubleshooting/download-previous-versions.md)


---

# 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.boltai.com/docs/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.
