# Voice triggers

Voice triggers enable the execution of a flow based on call events within the realm of voice interactions.

Within Bird CRM, you can find a set of voice related triggers that can be used to start a flow; these can be call triggers, recordings triggers or transcription triggers .These triggers serve as a starting point to build dynamic interactions and responses in the automated flow.

### Voice event triggers

Run a flow based on a Voice call event:

* Incoming call received
* Incoming WebRTC call received
* Outgoing Call Answered
* Outgoing Call Finished

### Call recording triggers

Run a flow based on call recording events:

* Recording started
* Recording available

### Call transcription triggers

Run a flow based on call transcription events:

* Transcription started
* Transcription available


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bird.com/applications/automation/flows/concepts/triggers/voice-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
