# Recording links

Recording links let you request a screen recording from someone else.

They record directly in their browser. No install required.

### What you get

Every recording link gives you a shareable link plus a recording saved to your Screendesk account.

{% hint style="info" %}
If your site does not have the Screendesk Web SDK snippet installed, recording links won’t include console logs or network requests for that site.
{% endhint %}

### Create a recording link

<figure><img src="/files/33El3sd8ssjSOd6xBh0H" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Open Screendesk

Click the Screendesk icon in your browser toolbar.
{% endstep %}

{% step %}

### Open the recording link menu

Find **Copy Link**.

Use the dropdown arrow to see ticket-specific options (when available).
{% endstep %}

{% step %}

### Copy and send

Copy the link and paste it into email, chat, or a ticket reply.
{% endstep %}
{% endstepper %}

### Link types

#### Copy Link

<div align="left"><figure><img src="/files/1BJuRyczdTeX5szXdXaq" alt="" width="375"><figcaption></figcaption></figure></div>

Use this when you just need a recording from anyone.

* You send a generic recording link.
* When they submit a recording, you get an email notification.
* The recording shows up in your Screendesk dashboard.

#### Copy & Attach to Ticket

<div align="left"><figure><img src="/files/vTmSZkTKjv365Pm7gTfo" alt="" width="375"><figcaption></figcaption></figure></div>

Use this when you’re responding inside a supported helpdesk ticket.

* Screendesk detects the ticket and generates a link tied to it.
* When the user submits a recording, it attaches to that ticket automatically.

### Supported helpdesks (auto-attach)

Auto-attach works when Screendesk can detect an ID on the page, like a ticket or conversation ID.

* Zendesk (ticket ID)
* Intercom (conversation ID)
* Freshchat (conversation ID + customer email)
* Jira (issue key, like `PROJ-123`)
* Freshdesk (ticket ID + customer email)
* HubSpot (ticket ID)
* Help Scout (ticket ID + conversation ID)

### After the user records

1. They open your link and record their screen.
2. The recording uploads to Screendesk.
3. You get an email notification with a link to view it.
4. If you used **Copy & Attach to Ticket**, the recording also attaches to that ticket.

### Troubleshooting

<details>

<summary>“No ticket detected”</summary>

Make sure you’re on the actual ticket page, not a list view.

Refresh the page and try again.

</details>

<details>

<summary>The link doesn’t copy</summary>

Check clipboard permissions for your browser and the Screendesk extension.

Then retry the copy action.

</details>

<details>

<summary>The recording didn’t attach to the ticket</summary>

Confirm your helpdesk integration is connected in Screendesk settings.

Then generate a new ticket-specific link.

</details>

<details>

<summary>No email notification</summary>

Check spam and quarantine folders.

Confirm the email on your Screendesk account is correct.

</details>

### Tips

* Tell the user what to record. Include the exact steps to reproduce.
* For support, prefer **Copy & Attach to Ticket**. Keep everything in one place.
* For quick outreach, use **Copy Link**. It works anywhere.


---

# 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.screendesk.io/bug-reports/capturing-a-bug-report/recording-links.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.
