> 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/platform-settings/configuraciones-tecnicas/notificaciones.md).

# Notifications

The Notifications section lets you configure the automatic email communications that are sent after a meeting has been processed by Salescaling.

### Configuration Options:

* **Meeting summaries by email:** This is the main option for you. If you enable it, you will automatically receive in your email a detailed summary of each meeting you organize once the AI has completed its analysis.
* **Internal participants:** By enabling this option, Salescaling will automatically send the same meeting summary to all participants who are members of your team and who attended the call. It is an excellent way to keep the entire internal team aligned.
* **External participants:** This powerful option allows you to automatically send the meeting summary to external participants (clients, prospects, etc.). It is useful for sharing next steps and the key points agreed upon. By default, this option is usually disabled so that you have full control over the information you share outside your organization.

#### Frequently Asked Questions (FAQ)

<details>

<summary>What information does the "meeting summary" sent by email include exactly?</summary>

The summary email generally includes the key meeting metrics, such as the score of the `AI Score`, the main topics that were discussed, and a direct link to view the recording and the full analysis within the Salescaling platform.

</details>

<details>

<summary>Why is a participant in my meeting not correctly "associated" with a contact in my CRM?</summary>

The most common cause is that the email the participant used in the meeting invitation does not exactly match the email registered in their contact record in the CRM. To ensure a correct association, verify that both emails are identical.

</details>


---

# 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/platform-settings/configuraciones-tecnicas/notificaciones.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.
