# Smart Categories

Smart Categories are one of Salescaling's most advanced features. They allow you to create custom "moment detectors" that instruct the AI to automatically identify, extract, and group specific topics or events that occur during conversations.

The result of a **Smart Category** that finds a match is the automatic creation of a **Note** and a **Clip** in the corresponding meeting, saving the work of having to search for and create these moments manually.

<figure><img src="/files/24c61598d69208335e4fe4aef578acea0bb26656" alt=""><figcaption></figcaption></figure>

### 1. Creation and Configuration of a **Smart Category**

To create a new category, you must click the **+ Add Smart** Category. This will open a form that acts as the training panel for the AI.

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

* **Name:** A clear and descriptive title for the category (e.g., "Mention of Competitors", "Agreed Next Steps").
* **Description:** A detailed instruction for the AI, explaining the goal and context of what it should look for. It functions as a "prompt" that guides the model.
* **Examples:** This is a crucial field. Here you should add examples of textual phrases the AI might encounter that would trigger this category. Providing clear and varied examples is the key for the AI to be accurate in its detection.

### 2. Use and Association with Activity Types

A **Smart Category** does not apply to all meetings by default. To activate it, you must associate it with one or more Activity Types.

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

* **Associated meeting types**: In the detail view of each **Smart Category**, you can see and manage which **Activity Types** it is linked to. The AI will only look for the moments defined by this category in recordings that have one of the associated activity types assigned.

Frequently Asked Questions (FAQ)

<details>

<summary>I created a "<strong>Smart Category</strong>", but it doesn't generate any clips. Why?</summary>

The two most common causes are: 1) Not enough clear and varied examples have been added for the AI to know what to look for. 2) The **Smart Category** has not been associated with the **Activity Types** correct ones in its configuration panel.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.salescaling.com/en/platform-settings/configuracion-de-la-ia/smart-categories.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
