> 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/frequently-asked-questions/preguntas-frecuentes.md).

# Frequently asked questions

### Can I sign up if I don't have a Google or Microsoft account?

Yes, you can sign up with your email without needing a Google or Microsoft account.

### Can I use Salescaling without inviting the *bot*?

Although the bot is necessary to record your video calls on the supported platforms, you can upload audio or video files from past recordings to transcribe and analyze them in Salescaling.

### Can I use Salescaling in my language?

The platform is available in English, although we offer translations into multiple languages such as Spanish, French, Portuguese, German, Italian, Arabic, Chinese, and Japanese. If you need another language, please contact us.

### Which video conferencing providers does Salescaling support?

Salescaling supports the following video conferencing providers:

* Google Meet
* Microsoft Teams
* Zoom

If you need support for another provider, please contact us.

### Can I use Salescaling in my language?

We offer automatic translation systems for content generated into multiple languages such as English, Spanish, French, Portuguese, German, Italian, Arabic, Chinese, and Japanese. If you need another language, please contact us.

Currently, the platform's text strings are available in English, but we are working to offer translations of the platform's text strings into more languages.

### Can I customize the roles and permissions of my organization?

Currently, the platform's roles and permissions are designed to provide granular control over access to the platform's features, and you can find more information at the following link: [Roles and Permissions](/en/getting-started/roles-permisos.md)

You can request a role and permission adjustment for your organization if needed; please contact us.


---

# 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/frequently-asked-questions/preguntas-frecuentes.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.
