> For the complete documentation index, see [llms.txt](https://docs.mindmac.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindmac.app/how-to....md).

# How to...

- [Activate license](https://docs.mindmac.app/how-to.../activate-license.md)
- [Deactivate license](https://docs.mindmac.app/how-to.../deactivate-license.md)
- [Add API key](https://docs.mindmac.app/how-to.../add-api-key.md): MindMac supports multiple AI providers, not just OpenAI. In this article, you will learn how to add new API endpoint for a provider. You can also add multiple endpoints per provider as you want.
- [Create OpenAI API Key](https://docs.mindmac.app/how-to.../add-api-key/create-openai-api-key.md)
- [Create Azure OpenAI API Key](https://docs.mindmac.app/how-to.../add-api-key/create-azure-openai-api-key.md)
- [Create Google AI API key](https://docs.mindmac.app/how-to.../add-api-key/create-google-ai-api-key.md)
- [Create Google Cloud Vertex AI API Key](https://docs.mindmac.app/how-to.../add-api-key/create-google-cloud-vertex-ai-api-key.md)
- [Create OpenRouter API Key](https://docs.mindmac.app/how-to.../add-api-key/create-openrouter-api-key.md)
- [Create Mistral AI API Key](https://docs.mindmac.app/how-to.../add-api-key/create-mistral-ai-api-key.md)
- [Create Perplexity API Key](https://docs.mindmac.app/how-to.../add-api-key/create-perplexity-api-key.md)
- [Create Replicate API Key](https://docs.mindmac.app/how-to.../add-api-key/create-replicate-api-key.md)
- [Create Anyscale API key](https://docs.mindmac.app/how-to.../add-api-key/create-anyscale-api-key.md)
- [Add Ollama endpoint](https://docs.mindmac.app/how-to.../add-ollama-endpoint.md)
- [Internet Browsing](https://docs.mindmac.app/how-to.../internet-browsing.md): Almost AI models now have training cutoff date, so this feature allows you to access the latest data from the internet to resolve that issue.
- [Get Google Search Key](https://docs.mindmac.app/how-to.../internet-browsing/get-google-search-key.md): To use Google Programmable Search Engine, you need Search Engine ID and Custom Search API key. Follow these below steps to do so.
- [Get Tavily Key](https://docs.mindmac.app/how-to.../internet-browsing/get-tavily-key.md)
- [Get You.com Search Key](https://docs.mindmac.app/how-to.../internet-browsing/get-you.com-search-key.md)
- [Get Serper Key](https://docs.mindmac.app/how-to.../internet-browsing/get-serper-key.md)
- [Get SerpApi Key](https://docs.mindmac.app/how-to.../internet-browsing/get-serpapi-key.md)
- [Use local LLM in MindMac](https://docs.mindmac.app/how-to.../use-local-llm-in-mindmac.md)
- [Change App Icon](https://docs.mindmac.app/how-to.../change-app-icon.md)
- [Manage Models](https://docs.mindmac.app/how-to.../manage-models.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mindmac.app/how-to....md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
