> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/setting-up/cloud/creating-an-account-in-astera-cloud-portal.md).

# Creating an Account in Astera Cloud Portal

The Astera Cloud Portal provides secure access for managing your data integration projects in the cloud. In this document, we will walk through the steps to create an account on the Cloud Portal.

1. Go to [cloudastera.com](https://cloudastera.com/).
2. Click *Create an account*.<br>

   <figure><img src="/files/EU2j01s81bXtkdiYQ1oU" alt="" width="375"><figcaption></figcaption></figure>
3. Astera offers two methods to create your account:

   * *Sign Up with Microsoft* – Useful for users who have an active Microsoft account.
   * *Sign Up with Email* – Suitable for any other email domains.

   <figure><img src="/files/roXM4ZZa8oNyY7bhjHxq" alt="" width="375"><figcaption></figcaption></figure>

   Select your preferred method and go through the MFA steps.
4. Once you have signed up, Step 2: *Profile* will appear. Enter your *First Name* and *Last Name* here.<br>

   <figure><img src="/files/8WnP3etu0RcnJ78BkD2h" alt="" width="375"><figcaption></figcaption></figure>
5. Click *Start Trial,* you will be directed to the portal home page<br>

   <figure><img src="/files/2coEY9IP1ZO7Ahp67p9g" alt=""><figcaption></figcaption></figure>

You can now launch your designer by clicking *Launch Designer* to start designing data integration flows in Astera.


---

# 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://documentation.astera.com/setting-up/cloud/creating-an-account-in-astera-cloud-portal.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.
