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

# Tabagisme connu

> Condition de stratégie 880 (UserInfo_SmokingHabit_IsSet) — vraie quand l'habitude tabagique du fan est renseignée. Catégorie Style de vie.

La condition **Tabagisme connu** (`UserInfo_SmokingHabit_IsSet`, identifiant `880`) est vraie quand l'**habitude tabagique** du fan est renseignée.

|                       |                                                                                                           |
| --------------------- | --------------------------------------------------------------------------------------------------------- |
| **Identifiant**       | `880`                                                                                                     |
| **Clé**               | `UserInfo_SmokingHabit_IsSet`                                                                             |
| **Catégorie**         | [Style de vie](/fr/advanced/strategy/conditions#style-de-vie)                                             |
| **Entité évaluée**    | Profil du fan                                                                                             |
| **Valeur attendue**   | Aucune                                                                                                    |
| **Condition inverse** | [`UserInfo_SmokingHabit_NotSet`](/fr/advanced/strategy/conditions/lifestyle/userinfo_smokinghabit_notset) |

## Évaluation

La condition est vraie dès que le champ **Habitude tabagique** du profil contient au moins un caractère non blanc. 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

Le fan a indiqué « non-fumeur ». La condition est **vraie**. Sans aucune valeur saisie, elle est **fausse**.

## Voir aussi

* [`UserInfo_SmokingHabit_NotSet`](/fr/advanced/strategy/conditions/lifestyle/userinfo_smokinghabit_notset) — la condition inverse.
* [Index des conditions](/fr/advanced/strategy/conditions).
