> For the complete documentation index, see [llms.txt](https://docs.virbe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virbe.ai/dashboard-management/conversation-flows/nodes/response-nodes/behavior-wip.md).

# Behavior wip

The Behavior node controls your virtual being's animations, like gestures and emotions (e.g. happy), adding non-verbal communication to interactions.

<figure><img src="https://1213579860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MaU7JJyoXT5PfhTD9dJ%2Fuploads%2FgP4v7iKt90RLDp5J4Ys3%2Fhub-assistant-virbe.virbe.app_dashboard_conversation-flows_ca98acce-9cff-4d65-ad55-7ca28f98965e_node_cf86a2f1-5ac3-449b-964e-3b248d63d9b1.png?alt=media&amp;token=243c7ba4-b302-4d60-8c63-1041d20fe80e" alt=""><figcaption><p>Behavior node configuration</p></figcaption></figure>

#### Configuration options:

1. Gestures
   * Add specific animations
   * Control timing
   * Sequence multiple gestures
2. Emotions
   * Set emotional states
   * Control intensity
   * Transition timing

List of gestures (only) available for Kiosk touchpoint:

```
  | 'applause'
  | 'big'
  | 'bored'
  | 'cheer'
  | 'defense'
  | 'generic_a'
  | 'generic_b'
  | 'generic_c'
  | 'heart'
  | 'hello'
  | 'in'
  | 'many'

  | 'movement'
  | 'one'
  | 'whatever'
  | 'self'
  | 'wave'
  | 'welcome'
  | 'you';
```
