# Account setup

{% stepper %}
{% step %}

### Create your account at [app.mithril.ai](https://app.mithril.ai) using your work email for instant access

Mithril is generally available for work purposes (e.g., businesses, research labs). Individuals will be waitlisted at this time.
{% endstep %}

{% step %}

### Add your payment and billing information&#x20;

A valid payment method is required to use Mithril compute. All payment methods may have temporary authorization charges placed for verification.

{% hint style="info" %}
Remember to populate both the payment method and billing information in Stripe. Missing or invalid information may prevent you from spinning up compute.
{% endhint %}
{% endstep %}

{% step %}

### Create your [first instance](/compute-and-storage/compute-quickstart.md)!&#x20;

{% endstep %}

{% step %}

### Invite your team members and [setup your organization](/access-management/porting-iam-roles-and-permissions-from-aws-or-gcp.md)

{% endstep %}
{% endstepper %}


---

# 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.mithril.ai/getting-started/account-setup.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.
