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

> Condition de stratégie 220 (UserInfo_Gender_IsSet) — vraie quand le genre du fan est renseigné. Catégorie Identité.

La condition **Genre connu** (`UserInfo_Gender_IsSet`, identifiant `220`) est vraie quand un **genre** est renseigné dans le profil du fan.

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

## Évaluation

La condition vérifie la simple **présence** d'un genre. Elle est vraie dès que le champ contient un texte non vide, sans en examiner la valeur.

## 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 **fausse**.
</Note>

## Exemple

Le fan a un genre renseigné (par exemple `homme`) : la condition est **vraie**. Un profil sans genre renvoie **faux**.

## Voir aussi

* [`UserInfo_Gender_NotSet`](/fr/advanced/strategy/conditions/identity/userinfo_gender_notset) — 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).
