# Create an account for your organization

## Creating an account

Creating an account is the first step to getting started with Rely.io. To do so, navigate to <https://rely.io> and click "Request free trial access"/

<figure><img src="/files/0TtFZ1PNLOkCtHlsWSMp" alt=""><figcaption></figcaption></figure>

Now, you will be asked to sign up to Rely.io. Here you can choose to provide your **name**,  **email address**, **and company name.**&#x20;

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

After successful sign up, you will receive an email in your mailbox with instructions on how to get access to your free trial through our guided onboarding experience.

## Signing in for the first time

Once your account is created and successfully activated you can now sign in by going to [https://webapp.rely.io](https://rely.io) (if you haven't been redirected to that page already) and using the credentials you specified during the sign up process.

After you sign in you'll be shown a page asking you for an **organization name**. This is the name we will use to provision your Rely.io organization and where all your users, services, cloud resources and many more will reside.&#x20;

Pick your name and select the *finish* button. This step will only take a few seconds.

{% hint style="info" %}
We recommend that you define your company's name in this step
{% endhint %}

<figure><img src="/files/t3jdTIbEWyogQyB1tK1t" alt=""><figcaption><p>Define organization name in onboarding process</p></figcaption></figure>

As soon your organization is created we need to add you to a team. On the next step, fill in your name and create a team. This step will basically create a new user (you) and a new team where you will be included. Click on the finish button to proceed.

<figure><img src="/files/v9IvsjW5cCGQuUSHhbu7" alt=""><figcaption><p>Add user to team</p></figcaption></figure>

**And that's it!** You have successfully created your Rely.io account. Move on to the next step to [add your first plugin](/getting-started-guide/add-your-first-plugin.md) and start your Rely.io journey.


---

# 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.rely.io/getting-started-guide/create-an-account-for-your-organization.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.
