# Welcome to Mattermix

## Getting Started

### API: Automate image creation

Learn how to use the Mattermix API to automate and scale your image creation:

{% content-ref url="api/create-api-key" %}
[create-api-key](https://docs.mattermix.com/api/create-api-key)
{% endcontent-ref %}

{% content-ref url="api/authentication" %}
[authentication](https://docs.mattermix.com/api/authentication)
{% endcontent-ref %}

{% content-ref url="api/create-image" %}
[create-image](https://docs.mattermix.com/api/create-image)
{% endcontent-ref %}

{% content-ref url="api/delete-image" %}
[delete-image](https://docs.mattermix.com/api/delete-image)
{% endcontent-ref %}

{% content-ref url="api/template-syntax" %}
[template-syntax](https://docs.mattermix.com/api/template-syntax)
{% endcontent-ref %}

{% content-ref url="api/set-api-limit" %}
[set-api-limit](https://docs.mattermix.com/api/set-api-limit)
{% endcontent-ref %}

### Integrations: Connect Mattermix with your apps

Learn how to connect Mattermix with the tools you already use:

{% content-ref url="integrations/zapier" %}
[zapier](https://docs.mattermix.com/integrations/zapier)
{% endcontent-ref %}

### Subscription: Manage your subscription

Learn how to create and cancel your Mattermix subscription:

{% content-ref url="subscription/manage-subscription" %}
[manage-subscription](https://docs.mattermix.com/subscription/manage-subscription)
{% endcontent-ref %}


---

# 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.mattermix.com/welcome-to-mattermix.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.
