> For the complete documentation index, see [llms.txt](https://docs.skyledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyledge.com/getting-started/creating-your-account.md).

# Creating Your Account

## Creating your Sky Ledge account

There are four ways to sign up:

1. Join an existing organisation you belong to
2. Create a new Sky Ledge organisation and account,
3. Sign up with your Gmail or Microsoft account or,
4. Using company SSO (Enterprise customers only).

In this guide we'll describe the first three approaches along with videos on how to create an account.

### Joining an organisation

In most cases, users will want to join an organisation they belong to instead of creating a fresh organisation.

Joining an organisation is quite simple:

1. Ask your workspace administrator to send you an invitation.
2. Once you receive the email invitation, simply follow the instructions in the email.

### Creating a new Sky Ledge organisation and account

To sign up for an account, simply:

1. Visit <https://platform.skyledge.com/auth/signup>
2. Choose **Create a Sky Ledge Organisation**
3. Enter your first name, last name, email address and choose a password. Your email address will be your username
4. Click **Next** and enter your organisation details.
5. Click **Get Started**. You're done!

{% embed url="<https://www.loom.com/share/4ecde21ddcdd49dfb6d55aea91d189e5>" %}
Create your Sky Ledge account
{% endembed %}

***

## Next Step

* [Learn more about Launchpad](/fundamentals/launchpad.md)
* [Learn more about Control Rooms](/fundamentals/control-rooms.md)


---

# 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.skyledge.com/getting-started/creating-your-account.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.
