> 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/readme.md).

# What is Salescaling?

## What is Salescaling?

Salescaling is a business process observability platform designed to give you full visibility into your interactions and help you make more informed decisions, accelerating growth and improving your results.

<figure><img src="/files/1b3b3af949cb0a6b411be0ad7340fbecaed7aa95" alt=""><figcaption></figcaption></figure>

***

## Sign up and log in

1. Go to [app.salescaling.com](https://app.salescaling.com).
2. Sign up with your Google, Microsoft, or email account.
3. Verify your account if necessary.

***

## Invite the bot to your meetings

* From the **/meetings**, you can click "Record Meeting" and copy the meeting link so the bot can join it, or [connect your calendar](https://github.com/salescaling/web-platform/blob/docs/apps/docs/getting-started/settings/integraciones.md#calendarios).
* The **bot**, our virtual assistant, automatically joins your meetings to record and analyze them once the calendar is connected.
* You can manage the meetings the bot will record from the [**/bot-manager**](https://github.com/salescaling/web-platform/blob/main/apps/docs/guias-practicas/compartir-contenido.md).

***

## View your meetings

* On the **/meetings**, you can see all your past meetings.
* Access transcripts, summaries, and clips for each meeting.
* Use the filters to find the meetings you need.

***

## Review your performance

* Go to the [**/analytics**](/en/how-to-guides/automatizacion-ia.md) to see metrics such as duration, client participation, and [AI Score](https://app.gitbook.com/o/6VLf27xiEWrRDMXUUrGY/s/wlqjdbsSjPxjbXypmcqu/~/changes/15/configuraciones-de-la-plataforma/configuracion-de-la-ia/tipos-de-actividad-definir-el-score).
* Find *insights* about what worked and what can improve.

***

## Share key moments

* Create **clips** and **playlists** to share with your team or use as training material.
* Our AI automatically generates clips from meetings when you have [configured the meeting types](https://github.com/salescaling/web-platform/blob/docs/apps/docs/getting-started/settings/tipos-reuniones.md).
* You can do this from each meeting.

***

## Important settings

Visit the [**/settings**](https://app.salescaling.com/settings/profile) to:

* Configure your team, its roles, and permissions.
* Enable [integrations](/en/platform-settings/integraciones.md) such as Google Calendar or Zoom.
* Manage your [billing](/en/platform-settings/gestion-de-la-organizacion/facturacion.md) and security preferences.
* Generate API keys for technical integrations.
* Configure [notifications](/en/platform-settings/configuraciones-tecnicas/notificaciones.md) for your team.
* Configure the [meeting types](https://app.gitbook.com/o/6VLf27xiEWrRDMXUUrGY/s/wlqjdbsSjPxjbXypmcqu/~/changes/15/configuraciones-de-la-plataforma/configuracion-de-la-ia/tipos-de-actividad-definir-el-score) so the AI can generate clips automatically.
* Configure [privacy rules](/en/platform-settings/configuraciones-tecnicas/reglas-de-privacidad.md) to control who has automatic access to your meetings and calls.

***

## Are you a manager?

As a manager, you can:

* See your team's performance.
* Configure [custom sales methodologies](/en/strategies-and-use-cases/como-implementar-un-ciclo-de-coaching-basado-en-datos.md).
* Receive *insights* aggregated by team or individual.
* Control the settings of the *bot*, integrations, and more.

Check the [Roles and permissions](/en/getting-started/roles-permisos.md) section for more details.

***

Have questions? Check our other sections or contact us at <support@salescaling.com>.


---

# 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/readme.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.
