# Overview

Signing up for an account in the MIDI Mixer app is currently used to attribute contributions with users to ensure that folks are rewarded automatically for their generosity.

{% hint style="info" %}
In the future, accounts will be used for a variety of community-based features too, like sharing profiles and plugins in-app. Make sure to create an account ready, as it's likely that early users will be rewarded!
{% endhint %}

## Registering

MIDI Mixer itself only requires a valid, verified email to register, and collects no personalised information whatsoever other than the bare minimum needed to connect your account to a contribution.

{% hint style="warning" %}
If you're making an account or contributing, make sure to use the same email for your contribution and for MIDI Mixer. This will ensure that you're automatically rewarded for any contribution made.
{% endhint %}

To register an account, head over to the **Account** tab (the MIDI Mixer icon in the bottom left), and enter an email to get started.

![The "Account" page in MIDI Mixer's UI](/files/-Mc-vI64NXSrwRxWHkDm)

Once you've created an account, you'll need to verify your email before you can sync any changes. You'll receive an email from `noreply@midi-mixer.com` with a link that, once clicked, will verify your account.

To see more information about how a contribution affects your account, check out the [**Contributions** ](/accounts/contribution.md)page.


---

# 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.midi-mixer.com/accounts/overview.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.
