# Request Scan Tool

{% hint style="warning" %}
Please be aware that some information in this article may be inaccurate or out of date as we work to update it to be in line with our tools' latest functionality. Thank you for your patience as we update our documentation portal.
{% endhint %}

\[RE]DESIGN's Request Scan app works in harmony with the Import Scan app to let you send requests for scans in CSV and EDL formats, at the click of a button. Simply go to the appropriate request in ShotGrid and launch the app to issue the request.

## Preparing the Request <a href="#h_01henhr76me9b22whbsbj6cawm" id="h_01henhr76me9b22whbsbj6cawm"></a>

In order to use the app to make a scan request, you need to do the following:

1. Create a playlist for the request.
2. Add the required scans to the playlist.
3. Link each of the scans to a source clip in its “Source Clip” field. 4. Set the “Tape” field for each of the linked source clips.

{% hint style="success" %}
If you’ve previously used the Import Scan app to import a batch of scans to be requested, these will already have been done!
{% endhint %}

Once you’ve got your playlist of scans (each of which has a corresponding source clip), you need to set some information about the request:

1. Set the playlist name to the name of the request (this is sometimes referred to as the “Pull ID”).
2. Set the playlist’s “Recipient” field to include the people or group the request should be sent to.

{% hint style="success" %}
There are two special groups in ShotGrid called “Scan Request To” and “Scan Request CC” which the app uses to automatically notify people. If you add people to these groups, they’ll automatically be included in the request, even if you don’t add them to the playlist’s recipients.
{% endhint %}

## Issue the Request <a href="#h_01henhsmtk497hk93qzryvey6p" id="h_01henhsmtk497hk93qzryvey6p"></a>

Once everything is ready, you can launch the app and issue the request. From the action button in the top- right of the playlist detail page, choose Scan Request.

<figure><img src="/files/F22IGgEnBiTSQ4VTtkD2" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You must have the [ShotGrid Desktop](/artist-anywhere/i-o-tools/flow-production-tracking-desktop.md) app installed.&#x20;
{% endhint %}

The app will then launch and give you a preview of all the information that will be included in the request.

<figure><img src="/files/Ao0H3x5DU16R7Jpt5jWr" alt=""><figcaption></figcaption></figure>

The following fields are included:

* Version Name
* Source Clip
* Tape (from the linked Source Clip) Timecode Cut In
* Timecode Cut Out
* Head Duration
* Tail Duration
* First Frame
* Last Frame
* Frame Count
* Format
* ASC\_SAT (from the linked Source Clip) ASC\_SOP (from the linked Source Clip)

{% hint style="success" %}
The Request Scan app can be configured to include additional fields.
{% endhint %}

None of the information shown can be edited in the app itself. If anything needs to be changed you’ll need to click Cancel and return to ShotGrid to make the required changes. You can then relaunch the app again.

{% hint style="info" %}
The app will not let you continue if any scans are missing either the “Tape” or “Source Clip”.
{% endhint %}

When you’ve confirmed everything looks good, click OK. The app will then complete the request.

<figure><img src="/files/mnQ252Gtfnht0N12osR7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Every recipient included on the playlist will now receive a notification in ShotGrid that the request has been made. If they have the “Subscribe to deliveries” option checked in their Account Settings, they’ll also receive an email.
{% endhint %}

You can click “Jump to ShotGrid” to view the scan request in ShotGrid. As part of the request, the app creates a CSV and EDL file. Clicking on either of them will download them to your computer.

The Import Scans window will be shown.

To import the data, drag the folder with the exported data onto the app.

{% hint style="info" %}
Make sure you drag the folder itself, and not just the EDL or tab-delimited text file, or else the import will complete without including the thumbnails.
{% endhint %}

<figure><img src="/files/JOYX7pULN1uAtyfUsfOk" alt=""><figcaption></figcaption></figure>

Once complete, you can click “Jump to ShotGrid” to be taken to the newly created Playlist with the clips needing to be pulled. From here, you can make the request via the “Request Scan” app.

<figure><img src="/files/Gg71NDoWecElrhmkosaK" alt=""><figcaption></figcaption></figure>


---

# 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://artist-anywhere.gitbook.io/artist-anywhere/editorial-workflows/request-scan-tool.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.
