# Getting started

MindMac is freemium application, that means you can use it freely with some limitations and have option to upgrade to premium version.

### Add API key

After downloading and installing the app, you need to add your own API key to start exploring ChatGPT with MindMac. At the first time launch the app, you can follow below video to add quickly an API key.&#x20;

{% embed url="<https://www.youtube.com/watch?v=s6ysm3Z-dQ8>" %}

If you want to add more API providers, just going to [Add API key](/how-to.../add-api-key.md) page for more instructions.

To get API key from AI providers, check below articles.

* OpenAI: [Create OpenAI API Key](/how-to.../add-api-key/create-openai-api-key.md)
* Azure OpenAI: [Create Azure OpenAI API Key](/how-to.../add-api-key/create-azure-openai-api-key.md)
* Google AI: [Create Google AI API key](/how-to.../add-api-key/create-google-ai-api-key.md)
* Google Vertex AI: [Create Google Cloud Vertex AI API Key](/how-to.../add-api-key/create-google-cloud-vertex-ai-api-key.md)
* OpenRouter: [Create OpenRouter API Key](/how-to.../add-api-key/create-openrouter-api-key.md)
* Mistral AI: [Create Mistral AI API Key](/how-to.../add-api-key/create-mistral-ai-api-key.md)
* Perplexity: [Create Perplexity API Key](/how-to.../add-api-key/create-perplexity-api-key.md)
* Anyscale: [Create Anyscale API key](/how-to.../add-api-key/create-anyscale-api-key.md)

With the free version, you can try it freely with two limitations:

* Create up to 5 conversations
* Use Inline mode up to 20 times per day

### Activate license

In the case you want to upgrade to premium version, checkout at [here](https://mindmac.app/#pricing). Once payment has been successfully, Paddle (MindMac's payment gateway) will send you an email included a license key. Now, let go to [Activate license](/how-to.../activate-license.md) page to see how to activate the license on your Mac device.


---

# 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.mindmac.app/product-tour/getting-started.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.
