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

# Âge inconnu

> Condition de stratégie 211 (UserInfo_Age_NotSet) — vraie quand l'âge du fan n'est pas renseigné. Catégorie Identité.

La condition **Âge inconnu** (`UserInfo_Age_NotSet`, identifiant `211`) est vraie quand l'**âge** du fan n'est pas renseigné.

|                       |                                                                                      |
| --------------------- | ------------------------------------------------------------------------------------ |
| **Identifiant**       | `211`                                                                                |
| **Clé**               | `UserInfo_Age_NotSet`                                                                |
| **Catégorie**         | [Identité](/fr/advanced/strategy/conditions#identite)                                |
| **Entité évaluée**    | Profil du fan                                                                        |
| **Valeur attendue**   | Aucune                                                                               |
| **Condition inverse** | [`UserInfo_Age_IsSet`](/fr/advanced/strategy/conditions/identity/userinfo_age_isset) |

## Évaluation

La condition est vraie quand aucune valeur d'âge n'est présente sur le profil du fan.

## Comportement et cas limites

<Note>
  Si le profil du fan n'existe pas encore, la condition est **vraie** : un âge absent est traité comme non renseigné.
</Note>

## Exemple

Aucun âge enregistré → la condition est **vraie**. L'âge du fan est `27` → la condition est **fausse**.

## Voir aussi

* [`UserInfo_Age_IsSet`](/fr/advanced/strategy/conditions/identity/userinfo_age_isset) — condition inverse.
* [Index des conditions](/fr/advanced/strategy/conditions).
