> ## Documentation Index
> Fetch the complete documentation index at: https://tools.lunchpaillabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

> Use this element to enable events in your app. Tavus leverages Daily's app messages to send events. The [Daily Events Element](/bubble/daily/plugin-reference/elements/daily-events) in the bundle includes the following Tavus-related events. Learn how to use this element in the [How-To Guide](/bubble/daily/how-tos/use-daily-events).

## Exposed States

The following states are available:

| **State**                 | **Type** | **Description**                                                                                                                  |
| ------------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Tavus message type**    | Text     | Indicates the product associated with the event. For this use case, the message type is `conversation`.                          |
| **Tavus event type**      | Text     | Specifies the type of event being sent. This field is present in all events and helps distinguish between different event types. |
| **Tavus conversation id** | Text     | The unique identifier for the conversation.                                                                                      |
| **Tavus speech**          | Text     | Contains the content of the utterance.                                                                                           |
| **Tavus role**            | Text     | Identifies who spoke the utterance. Possible values: `user`, `replica`.                                                          |
| **Tavus visual context**  | Text     | If VQA (Visual Question Answering) is enabled, this field contains the description of the user frame.                            |

<CardGroup cols={2}>
  <Card title="Need Help?" icon="envelope" href="/support/plans">
    View our options for free community and priority support.
  </Card>

  <Card title="Have a feature request?" icon="lightbulb" href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=bubble-video-audio-live">
    Post your feature request on our

    <a href="https://lunchpaillabs.canny.io/feature-requests?selectedCategory=bubble-video-audio-live">
      idea board.
    </a>
  </Card>
</CardGroup>
