# MindMac Docs

## Docs

- [What is MindMac?](https://docs.mindmac.app/product-tour/what-is-mindmac.md)
- [Getting started](https://docs.mindmac.app/product-tour/getting-started.md)
- [Features](https://docs.mindmac.app/product-tour/features.md)
- [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)
- [License code does not match product](https://docs.mindmac.app/faqs/license-code-does-not-match-product.md)
- [Cannot open the app](https://docs.mindmac.app/faqs/cannot-open-the-app.md)
- [Invalid URL or Key issue](https://docs.mindmac.app/faqs/invalid-url-or-key-issue.md)
- [Common questions](https://docs.mindmac.app/faqs/common-questions.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mindmac.app/product-tour/what-is-mindmac.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.
