> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/emcp-account/registration.md).

# Registration

{% hint style="info" %}
In this article you learn to register an account with EMCP.
{% endhint %}

## Step-by-step guide

Follow these quick steps to create an account: Visit the registration page, complete your account details, confirm your email, share your insights in a brief survey, and finalize your registration by verifying your identity and adding a payment method.&#x20;

1. Go to the registration page, and fill in all the information to create an account.

<figure><img src="/files/HEBgQGD4OoYxjCNJAU7I" alt=""><figcaption></figcaption></figure>

2. Go to your mailbox, and click on the link we sent to you to confirm your email address.

<figure><img src="/files/YnH9xiN3UsbqkAJ1HzQr" alt=""><figcaption></figcaption></figure>

3. Answer our survey.

<figure><img src="/files/zWFebuY0kkowhcdCwRrJ" alt=""><figcaption></figcaption></figure>

4. Verify your identity with a payment method, now you can click on <mark style="color:orange;">`Add a Card`</mark> to proceed.

<figure><img src="/files/tpb1wNluO74oqiyZkHe6" alt=""><figcaption></figcaption></figure>

5. Fill in all the billing information.

<figure><img src="/files/C0peUT5qP9vk4YOao8n7" alt=""><figcaption></figcaption></figure>

6. Now, the registration process is complete!

## Trial Account

If you do not want to register an active account. You just want to peek in, simply click on <mark style="color:orange;">`Skip step`</mark> to bypass the questionnaire and payment method. You may add at the payment method to your account through the settings 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.enclaive.cloud/enclaive-multi-cloud-platform/tutorials/emcp-account/registration.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.
