# Guides

- [How to create an OpenAI API Key](https://docs.boltai.com/docs/guides/how-to-create-an-openai-api-key.md)
- [How to setup Web Search Plugin for BoltAI](https://docs.boltai.com/docs/guides/how-to-setup-web-search.md)
- [How to set up BoltAI without an OpenAI API Key](https://docs.boltai.com/docs/guides/how-to-set-up-boltai-without-an-openai-api-key.md)
- [How to generate Azure OpenAI API key](https://docs.boltai.com/docs/guides/how-to-generate-azure-openai-api-key.md)
- [How to use Azure OpenAI API key in BoltAI](https://docs.boltai.com/docs/guides/how-to-use-azure-openai-api-key-in-boltai.md)
- [How to create an OpenRouter API key](https://docs.boltai.com/docs/guides/how-to-create-openrouter-api-key.md)
- [How to set up a custom OpenAI-compatible Server in BoltAI](https://docs.boltai.com/docs/guides/how-to-set-up-a-custom-openai-compatible-server-in-boltai.md)
- [How to use Mistral AI on macOS with BoltAI](https://docs.boltai.com/docs/guides/how-to-use-mistral-ai-on-macos-with-boltai.md)
- [How to use Perplexity AI on mac with BoltAI](https://docs.boltai.com/docs/guides/how-to-use-perplexity-ai-on-mac-with-boltai.md)
- [How to use Anthropic Claude on macOS with BoltAI](https://docs.boltai.com/docs/guides/how-to-use-anthropic-claude-on-macos-with-boltai.md)
- [How to use Replicate AI on macOS with BoltAI](https://docs.boltai.com/docs/guides/how-to-use-replicate-ai-on-macos-with-boltai.md)
- [How to use Jina DeepSearch with BoltAI](https://docs.boltai.com/docs/guides/how-to-use-jina-deepsearch-with-boltai.md)
- [How to migrate data to another Mac](https://docs.boltai.com/docs/guides/how-to-migrate-data-to-another-mac.md)
- [How to back up your database](https://docs.boltai.com/docs/guides/how-to-back-up-your-database.md)
- [Cloud Sync Workaround](https://docs.boltai.com/docs/guides/cloud-sync-workaround.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/guides.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.
