> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fanifyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Notes connues

> Condition de stratégie 960 (UserInfo_Notes_IsSet) — vraie quand les notes du fan sont renseignées. Catégorie Autres informations.

La condition **Notes connues** (`UserInfo_Notes_IsSet`, identifiant `960`) est vraie quand le champ **Notes** du fan est renseigné (non vide).

|                       |                                                                                         |
| --------------------- | --------------------------------------------------------------------------------------- |
| **Identifiant**       | `960`                                                                                   |
| **Clé**               | `UserInfo_Notes_IsSet`                                                                  |
| **Catégorie**         | [Autres informations](/fr/advanced/strategy/conditions#autres-informations)             |
| **Entité évaluée**    | Profil du fan                                                                           |
| **Valeur attendue**   | Aucune                                                                                  |
| **Condition inverse** | [`UserInfo_Notes_NotSet`](/fr/advanced/strategy/conditions/other/userinfo_notes_notset) |

## Évaluation

La condition regarde le champ **Notes** du profil. Elle est vraie dès que ce champ contient au moins un caractère visible. Un champ vide ou composé uniquement d'espaces est considéré comme non renseigné.

## Comportement et cas limites

<Note>
  Si le profil du fan n'existe pas ou si le champ n'est pas renseigné, la condition est **fausse**.
</Note>

## Exemple

Un fan dont les notes valent `Client fidèle` : la condition est **vraie**. Un fan dont ce champ est vide : la condition est **fausse**.

## Voir aussi

* [`UserInfo_Notes_NotSet`](/fr/advanced/strategy/conditions/other/userinfo_notes_notset) — la condition inverse.
* [`UserInfo_Notes_Contains`](/fr/advanced/strategy/conditions/other/userinfo_notes_contains) — teste le contenu des notes.
* [Index des conditions](/fr/advanced/strategy/conditions).
