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

# Sign up and log in

## Login

Logging in to [**Salescaling**](https://auth.salescaling.com/u/login/identifier?state=hKFo2SAwRXNBMk4wdEpJMmtaTXBuSlZPV1l6Z2wxQjN1R1pSeaFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIEZQOGt0WUcyTWNTa1JPQkFEcS05bm5GdXNzM3UyZWF6o2NpZNkgT0R6THZGN1JRRlBuS0k2OFlDTTZBYUdWTlNDdzE0RTc) is done through a modern and secure authentication system. This method allows access to the platform to be managed directly with the credentials of your **Google** or **Microsoft**account, which simplifies the process and strengthens security by not requiring the creation of an additional password.

### Steps to log in:

1. Go to the [login](https://auth.salescaling.com/u/login/identifier?state=hKFo2SAwRXNBMk4wdEpJMmtaTXBuSlZPV1l6Z2wxQjN1R1pSeaFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIEZQOGt0WUcyTWNTa1JPQkFEcS05bm5GdXNzM3UyZWF6o2NpZNkgT0R6THZGN1JRRlBuS0k2OFlDTTZBYUdWTlNDdzE0RTc).
2. page
3. Select the login method you prefer (Google or Microsoft).
4. Follow the instructions of the selected provider.

## Registration

There are two ways to register in Salescaling:

### 1. Invitation Registration

It is the most common and recommended way for teams and organizations.

1. You will receive an email with an invitation link.
2. Click the link, you will be directed to the registration page.
3. Complete registration using your Google, Microsoft, or email account
4. Once completed, you will have access to the platform with the permissions assigned by the administrator.

### 2. Direct Registration

If you are the first user in your organization, you can register directly:

1. Go to the [registration page](https://app.salescaling.com/auth/signup).
2. Select the registration method (Google, Microsoft, or email).
3. Select the login method you prefer (Google or Microsoft).
4. Once completed, you will have access to the platform.

{% hint style="info" %}
If your organization already uses **Salescaling**, the organization may not allow direct registration. In this case, contact your organization administrator so they can invite you to the platform.
{% endhint %}

## Important Notes

* Email registration is done through **OTP**, therefore, all login and registration methods are passwordless.
* You will be able to access your **Salescaling** account from any device with an internet connection.
* Permissions and roles are assigned by your organization’s administrators.
* The first user registered in your organization will be its owner.
* You can have access to multiple organizations with different roles in each one, as long as you have been invited.

## Support

If you have problems logging in or registering, please contact your organization’s technical support or the team at **Salescaling**.


---

# 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.salescaling.com/en/getting-started/registro-inicio-sesion.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.
