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

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