# Ticket Form

{% hint style="info" %}
If you need tailored guidance for your Salesforce configuration, [contact our team](mailto:support@birdie.so).
{% endhint %}

{% hint style="warning" %}
Before setting up the Ticket Form flow, make sure Birdie is [properly installed in Salesforce.](/birdie-docs/helpdesk/salesforce-service-cloud/installation.md)
{% endhint %}

Adding Birdie to your ticket form allows customers to attach a screen recording directly when submitting a support ticket.

### How to set it up&#x20;

{% embed url="<https://youtu.be/dQ2rCLmgtvI>" %}

1. Open **Flow Builder** in Salesforce.
2. Select the **ticket form (flow)** you want to add Birdie to.
3. Add a **title or prompt** (for example: *“Can you show us with a video?”*).
4. Drag and drop the **Birdie Lightning Web Component (LWC)** onto the flow.
5. (Optional) Customize the component labels:\
   \
   \- `Email` → Add your customer’s email variable so the screen recording is always tied to their ticket\
   \- `Start Recording Button Text` \
   *-* `Recorder Open Button Text` \
   *-* `Video Field Placeholder (Before Recording)` \
   *-* `Recording Confirmation Message` \
   \- `Compact Button`\
   \- `Inline Layout`<br>
6. Don’t forget to pass the recording URL to the Case record when the case is created.
7. Save your flow and publish your **Digital Experience site** where the ticket form is displayed.

***

👉 If you're implementing the Birdie LWC with custom code on your ticket form, you can access the recording URL through the exposed `@api recordingUrl` property.


---

# 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.birdie.so/birdie-docs/helpdesk/salesforce-service-cloud/flows/ticket-form.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.
