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

# Genre inconnu

> Condition de stratégie 221 (UserInfo_Gender_NotSet) — vraie quand le genre du fan n'est pas renseigné. Catégorie Identité.

La condition **Genre inconnu** (`UserInfo_Gender_NotSet`, identifiant `221`) est vraie quand **aucun genre** n'est renseigné dans le profil du fan.

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

## Évaluation

La condition est vraie tant que le champ **genre** est vide. C'est l'exact opposé de [`UserInfo_Gender_IsSet`](/fr/advanced/strategy/conditions/identity/userinfo_gender_isset).

## Comportement et cas limites

<Note>
  Si le profil du fan n'existe pas, ou si le genre est vide ou ne contient que des espaces, la condition est **vraie**.
</Note>

## Exemple

Un fan dont le genre n'a jamais été renseigné renvoie **vrai**. Utile pour cibler les fans dont il faut encore déterminer le genre.

## Voir aussi

* [`UserInfo_Gender_IsSet`](/fr/advanced/strategy/conditions/identity/userinfo_gender_isset) — la condition inverse.
* [`UserInfo_Gender_Equals`](/fr/advanced/strategy/conditions/identity/userinfo_gender_equals) — teste une valeur de genre précise.
* [Index des conditions](/fr/advanced/strategy/conditions).
