> For the complete documentation index, see [llms.txt](https://sharpsync.gitbook.io/sharpsync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharpsync.gitbook.io/sharpsync/fundamentals/getting-started/registration.md).

# Registration

### Getting Started

1. From the [sharpsync.net](https://app.sharpsync.net/login) main page, click on the Log In button to begin. To begin your SharpSync experience, you must first register your organization. Click on *Sign up now* as shown below.

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

2. On the next screen, fill the information below. Once complete, click on Register.

* Organization Name
* User Display Name
* Email

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

Your organization registration request will then be reviewed internally, and, once approved, an email will be sent with further instructions to add your user's credentials and verify to login.

#### Inviting New Users

To add more users to your organization, click on the Users icon in the App Settings sidebar.

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

1. In the Users section, enter the User's name and their email address.
2. Click on Invite User. (An email will be sent to the user inviting them to join the organization on SharpSync).
3. You can remove a User by clicking on the trash can icon in the Delete column.

For more information, check out the [User Management](/sharpsync/user-management/user-management.md) section.

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


---

# 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://sharpsync.gitbook.io/sharpsync/fundamentals/getting-started/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.
