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

# Dropbox source connector quickstart

Unstructured can connect to several types of [sources](/ui/connectors#sources). In this quickstart, you create a [Dropbox](https://www.dropbox.com/) source connector that you can add to your Unstructured [workflows](/ui/workflows).
This source connector enables your Unstructured workflows to process your files that you store in a Dropbox account.

In this quickstart, you will:

* Create a free Dropbox Basic account.
* Create a Dropbox app in your Dropbox account. This app will provide the connection between your Dropbox account and your Unstructured account.
* Get specific information about your Dropbox app that Unstructured needs to connect to the app.
* Create a Dropbox source connector in your Unstructured account.
* Add the Dropbox source connector to a workflow in your Unstructured account.

If you are not able to complete the following steps, contact Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io).

## Step 1: Create your Dropbox account

In this step, you create a [free Dropbox Basic account](https://www.dropbox.com/basic). This account is limited to a single user and 2 GB of storage.

If you already have a Dropbox account and want to use it instead, then skip ahead to Step 2.

1. Go to the Dropbox account sign up page, at [https://www.dropbox.com/register](https://www.dropbox.com/register).
2. Enter your email address, and then click **Continue**.
3. Enter your name and then, for **Password**, enter some password for your new account. Be sure to save this password to some secure location,
   as you will need it to access your Dropbox account later.
4. Click **Agree and sign up**.
5. To create a Dropbox Basic account, click the **Personal** tile.
6. When you are prompted to install the Dropbox desktop app or mobile app, click **Skip step**. (You can always install these apps later.)
7. To create a Dropbox Basic account, click **Continue with 2 GB Dropbox Basic plan** at the bottom of the account type selectionpage.
8. You are automatically signed in to your new Dropbox Basic account, and the Dropbox user interface (UI) appears.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Dropbox-UI.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=0beca3a2af745ab441706f123aa4e800" alt="Dropbox user interface" width="1877" height="730" data-path="img/dropbox-quickstart/Dropbox-UI.png" />

## Step 2: Create a Dropbox app

In this step, you create a Dropbox app in your Dropbox account. Unstructured will use this app to access your Dropbox account.

1. From a new tab in your web browser, open the Dropbox Developers page, at [https://www.dropbox.com/developers](https://www.dropbox.com/developers).

2. Click **Create apps**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Create-Apps.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=df03181b070dc3b781aefc899268aed0" alt="Begin creating a Dropbox app" width="1318" height="1206" data-path="img/dropbox-quickstart/Create-Apps.png" />

   <Tip>
     If **Create apps** is not visible then, on the top navigation bar, click **App Console**, and then click **Create app**.
   </Tip>

3. For **Choose an API**, select the **Scoped access** radio button.

4. For **Choose the type of access you need**, select the **App folder** radio button.

5. For **Name your app**, enter some name for your Dropbox app.

6. Check the box labelled **I agree to Dropbox API Terms and Conditions**, if it appears.

7. Click **Create app**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Create-App.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=70fe95f66275eb274501c245bd6090c3" alt="Finish creating the Dropbox app" width="1100" height="779" data-path="img/dropbox-quickstart/Create-App.png" />

8. On the Dropbox app's **Permissions** tab, under **Files and folders**, check the box labelled **files.content.read**, and then click **Submit**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Files-Content-Read.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=6f3a9d2df452cd419eb248e2823e490e" alt="Setting files.content.read for the Dropbox app" width="1096" height="741" data-path="img/dropbox-quickstart/Files-Content-Read.png" />

9. On the app's **Settings** tab, note the value of the **App folder name** field. This is the name of the subfolder that Dropbox will create under the `Apps` top-level folder in your Dropbox account. Your new Dropbox app will use this subfolder for access.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/App-Folder-Name.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=43d6e899019d1e071dc94d1e472ad5ca" alt="Noting the app folder's name" width="1092" height="764" data-path="img/dropbox-quickstart/App-Folder-Name.png" />

10. With the app's **Settings** tab still showing, scroll down to **App key**.

11. Next to **App secret**, click **Show**.

12. Note the values of **App key** and **App secret**, as you will need them later for Steps 3 and 5.

    <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/App-Key-App-Secret.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=b807f7a326c3eed8e0c0c2df66c5c4ae" alt="Noting the app's key and secret" width="1102" height="766" data-path="img/dropbox-quickstart/App-Key-App-Secret.png" />

## Step 3: Get a refresh token for your Dropbox app

In this step, you get a refresh token for your Dropbox app. Unstructured needs this refresh token, along with the
**App key** and **App secret** from the previous step, to be able to use your Dropbox app to connect to your Dropbox account.

1. In a new tab in your web browser, enter the following address. In this address,
   replace `<app-key>` with the **App key** you noted in Step 2:

   ```bash theme={null}
   https://www.dropbox.com/oauth2/authorize?client_id=<app-key>&response_type=code&token_access_type=offline
   ```

   For example, if your **App key** is `aaa1aaaaaa1aaaa`, then your address should look like this:

   ```bash theme={null}
   https://www.dropbox.com/oauth2/authorize?client_id=aaa1aaaaaa1aaaa&response_type=code&token_access_type=offline
   ```

2. Click **Continue**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Access-Code-Continue.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=5512ebe1a9c77eb88d0884adfbb60a4d" alt="Continuing to get the access code" width="655" height="523" data-path="img/dropbox-quickstart/Access-Code-Continue.png" />

3. Click **Allow**.

   <img src="https://mintcdn.com/unstructured-53/sm3rwRONB4yNpTK7/img/dropbox-quickstart/Access-Code-Allow.png?fit=max&auto=format&n=sm3rwRONB4yNpTK7&q=85&s=5ee6666f40638018e4d7d714ec6f2ea2" alt="Allowing the access code to be generated" width="633" height="447" data-path="img/dropbox-quickstart/Access-Code-Allow.png" />

4. Note the value in the **Access Code Generated** box.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Access-Code-Generated.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=97ec73db8b40ea3bbc34c928bbe86828" alt="Viewing the generated access code" width="648" height="319" data-path="img/dropbox-quickstart/Access-Code-Generated.png" />

   <Tip>
     This same access code value also appears in the **auth\_code** parameter from the address bar. For example, if the address bar shows this:

     ```bash theme={null}
     https://www.dropbox.com/oauth2/authorize_success?auth_code=ccc1ccc1ccc1-1cc-1cc&client_id=aaa1aaaaaa1aaaa&version=1
     ```

     Then the **auth\_code** value is `ccc1ccc1ccc1-1cc-1cc`.
   </Tip>

5. On your computer, open the Terminal if you're using macOS, a terminal window if you're using Linux, or the Command Prompt if you're using Windows.

6. Check to see if the `curl` utility is alredy installed on your computer by running the following command:

   ```bash theme={null}
   curl --version
   ```

7. If the `curl` utility is already installed, then you will see the `curl` version number and some other information about `curl`.

   If some kind of error message appears instead, then install `curl` on your computer by following [instructions for your operating system](https://ec.haxx.se/install/index.html).

8. From your Terminal, terminal window, or Command Prompt, run the following `curl` command. In this command,
   replace the following placeholders:

   * Replace `<app-key>` with the **App key** you noted in Step 2.
   * Replace `<app-secret>` with the **App secret** you noted in Step 2.
   * Replace `<access-code>` with the **Access Code Generated** (or `auth_code`, if you followed the Tip) that you noted earlier in this step.

   <Icon icon="apple" />  <Icon icon="linux" />  For macOS or Linux, run this `curl` command:

   ```bash theme={null}
   curl --location --request POST 'https://api.dropbox.com/oauth2/token' \
   --user '<app-key>:<app-secret>' \
   --header 'Content-Type: application/x-www-form-urlencoded' \
   --data-urlencode 'code=<access-code>' \
   --data-urlencode 'grant_type=authorization_code'
   ```

   <Icon icon="apple" />  <Icon icon="linux" />  For example, if your **App key** is `aaa1aaaaaa1aaaa`, your **App secret** is `bbb1bbb1bbb1bbb1`, and your **Access Code Generated** or `auth_code` value is `ccc1ccc1ccc1-1cc-1cc`, then your command should look like this:

   ```bash theme={null}
   curl --location --request POST 'https://api.dropbox.com/oauth2/token' \
   --user 'aaa1aaaaaa1aaaa:bbb1bbb1bbb1bbb1' \
   --header 'Content-Type: application/x-www-form-urlencoded' \
   --data-urlencode 'code=ccc1ccc1ccc1-1cc-1cc' \
   --data-urlencode 'grant_type=authorization_code'
   ```

   <Icon icon="windows" />  For Windows, run this `curl` command:

   ```bash theme={null}
   curl --location --request POST "https://api.dropbox.com/oauth2/token" ^
   --user "<app-key>:<app-secret>" ^
   --header "Content-Type: application/x-www-form-urlencoded" ^
   --data-urlencode "code=<access-code>" ^
   --data-urlencode "grant_type=authorization_code"
   ```

   <Icon icon="windows" />  For example, if your **App key** is `aaa1aaaaaa1aaaa`, your **App secret** is `bbb1bbb1bbb1bbb1`, and your **Access Code Generated** or `auth_code` value is `ccc1ccc1ccc1-1cc-1cc`, then your command should look like this:

   ```bash theme={null}
   curl --location --request POST "https://api.dropbox.com/oauth2/token" ^
   --user "aaa1aaaaaa1aaaa:bbb1bbb1bbb1bbb1" ^
   --header "Content-Type: application/x-www-form-urlencoded" ^
   --data-urlencode "code=ccc1ccc1ccc1-1cc-1cc" ^
   --data-urlencode "grant_type=authorization_code"
   ```

9. In the response, note the vaue of the `refresh_token` field, which you will need later for Step 5. For example, if the response looks like this
   (line breaks are added here for readability—the actual response will not have these line breaks):

   ```bash theme={null}
   {
       "access_token": "sl.u.AF-aaa1aaa1", 
       "token_type": "bearer", 
       "expires_in": 14400, 
       "refresh_token": "ddd1ddd1ddd1ddd1", <-- Note this value.
       "scope": "account_info.read files.content.read files.metadata.read", 
       "uid": "1111111111", 
       "account_id": "dbid:aaa1aaa1aaa1"
   }
   ```

   Then the value of the `refresh_token` field is `ddd1ddd1ddd1ddd1`.

## Step 4: Upload documents to your Dropbox app folder

In this step, you add your documents to your Dropbox app folder in your Dropbox account.

1. In the Dropbox UI from Step 1, expand `Apps`, and then click the folder that matches the **App folder name** field you noted in Step 2.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Select-App-Folder.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=fd18c9539cb6b109a95e28d0c37eab65" alt="Selecting the app folder" width="680" height="470" data-path="img/dropbox-quickstart/Select-App-Folder.png" />

   <Tip>
     If the `Apps` folder is not clickable, or if Dropbox reports that the folder is not found,
     then try refreshing the page and clicking the `Apps` folder again.
   </Tip>

2. Click **Create folder**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Create-Folder.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=76e91e850f97fc97b3203bc89cc75392" alt="Begin creating the subfolder" width="1958" height="522" data-path="img/dropbox-quickstart/Create-Folder.png" />

3. Give the subfolder a name, and then click **Create**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Create-Apps-Subfolder.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=b2ffe53e59fa04c3dcbe4535d95b8d24" alt="Finish creating the subfolder" width="389" height="407" data-path="img/dropbox-quickstart/Create-Apps-Subfolder.png" />

4. Click **Upload or drop** (or **Upload > Files** or **Upload > Folder**), and then follow the on-screen instructions to upload some documents to this subfolder in your Dropbox app folder.
   For a Dropbox Basic account, the total size of all of the files you upload and store in your Dropbox account (not just this subfolder) cannot exceed 2 GB.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Upload-To-Apps-Subfolder.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=1f78b1fc056da0384b33718748e3cc4c" alt="Upload files to subfolder" width="1194" height="688" data-path="img/dropbox-quickstart/Upload-To-Apps-Subfolder.png" />

## Step 5: Create the Dropbox source connector

In this step, you create a Dropbox source connector in your Unstructured account. This source connector
is used by Unstructured to connect to your Dropbox account and then process the documents in the specified folder.

1. If you do not already have an Unstructured account, [sign up for free](https://unstructured.io/?modal=try-for-free).
   After you sign up, you are automatically signed in to your new Unstructured **Let's Go** account, at [https://platform.unstructured.io](https://platform.unstructured.io).

   <Note>
     To sign up for a **Business** account instead, [contact Unstructured Sales](https://unstructured.io/?modal=contact-sales), or [learn more](/ui/overview#how-am-i-billed%3F).
   </Note>

2. If you have an Unstructured **Let's Go**, **Pay-As-You-Go**, or **Business SaaS** account and are not already signed in, sign in to your account at [https://platform.unstructured.io](https://platform.unstructured.io).

   <Note>
     For other types of **Business** accounts, see your Unstructured account administrator for sign-in instructions,
     or email Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io).
   </Note>

3. On the sidebar, click **Connectors**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Sidebar-Connectors.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=7809fcd7555999c5923ea46a1b589db4" alt="Connectors sidebar icon" width="77" height="216" data-path="img/dropbox-quickstart/Sidebar-Connectors.png" />

4. Click **+ New**.

5. Enter some unique name for this connector, for example `dropbox-source-connector`.

6. For **Type**, click **Source**.

7. For **Provider**, click **Dropbox**.

8. Click **Continue**.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Select-Connector-Type.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=846a52dd2e971b4acb98136cc83b4afb" alt="Selecting the connector type" width="701" height="673" data-path="img/dropbox-quickstart/Select-Connector-Type.png" />

9. For **Data URL**, enter `dropbox://`, followed by the name of the subfolder you created in the previous step. For example,
   if the name of the subfolder is `my-folder`, then the data URL would be `dropbox://my-folder`.

   <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Apps-Subfolder-Name.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=a1a545f6fb42c712a3baa8276cbc8539" alt="Forming the data URL" width="571" height="303" data-path="img/dropbox-quickstart/Apps-Subfolder-Name.png" />

10. For **App key**, enter the **App key** you noted in Step 2.

11. For **App secret**, enter the **App secret** you noted in Step 2.

12. For **Refresh token**, enter the **Refresh token** you noted in Step 3.

13. Click **Save and Test**, and wait while Unstructured tests the connector.

<img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Source-Connector-Settings.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=7ce24fc4dd787e378839a9bd6d82490c" alt="Entering connector settings" width="701" height="719" data-path="img/dropbox-quickstart/Source-Connector-Settings.png" />

14. If a green **Successful** message appears, then you have successfully created the connector.

    <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Connector-Test-Success.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=96a856445d7d7fe19a4da6528ca6d4db" alt="Successful connector test" width="927" height="161" data-path="img/dropbox-quickstart/Connector-Test-Success.png" />

    If, however, a red error message appears, fix the issue, and try this step again.

    If you cannot fix the issue, contact Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io).

Congratulations! You have successfully created a Dropbox source connector in your Unstructured account.

If you are not able to complete these steps, contact Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io).

## Next steps

* If you do not have a destination connector in your Unstructured account, then complete the [Pinecone destination connector quickstart](/ui/destinations/pinecone-destination-quickstart).

  If you're not sure if you have a destination connector, click **Connectors** in your Unstructured account's sidebar, and then click **Destinations** to see if there are any listed.

  <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Sidebar-Connectors.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=7809fcd7555999c5923ea46a1b589db4" alt="Connectors sidebar icon" width="77" height="216" data-path="img/dropbox-quickstart/Sidebar-Connectors.png" />

* If you already have a destination connector, then you can add this Dropbox source connector as well as your destination connector to a workflow in your Unstructured account. To do this:

  1. Click **Workflows** in your Unstructured account's sidebar.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Sidebar-Workflows.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=fe6cae91b1bbb6657edc98fd739ad060" alt="Workflows sidebar icon" width="75" height="279" data-path="img/dropbox-quickstart/Sidebar-Workflows.png" />

  2. Click **New Workflow +**.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/New-Workflow.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=acef2a97aa6a38127834f0f681fec8a5" alt="Begin creating a workflow" width="2612" height="250" data-path="img/dropbox-quickstart/New-Workflow.png" />

  3. With **Build it Myself** already selected, click **Continue**.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Build-It-Myself.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=f39c417338fdc42b6d1762ab9b41e5c7" alt="Build it myself workflow type" width="1162" height="846" data-path="img/dropbox-quickstart/Build-It-Myself.png" />

  4. Click the **Source** node. (Do not click **Drop file to test**.)

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Source-Node.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=22df9f41b4db6897fb15e543f391c92c" alt="Workflow source node" width="237" height="182" data-path="img/dropbox-quickstart/Source-Node.png" />

  5. On the **Details** tab, click **Connectors**, and then click the name of your Dropbox source connector.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Select-Source-Connector.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=1da059d0b2bf301372663becd411578b" alt="Selecting the source connector" width="530" height="311" data-path="img/dropbox-quickstart/Select-Source-Connector.png" />

  6. Click the **Destination** node.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Destination-Node.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=7f4fed222a8f2fd3499e1986cfc552dc" alt="Workflow destination node" width="287" height="118" data-path="img/dropbox-quickstart/Destination-Node.png" />

  7. On the **Details** tab, click the name of your destination connector.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Select-Destination-Connector.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=700084df5d3f878428e707860a96099a" alt="Selecting the destination connector" width="524" height="133" data-path="img/dropbox-quickstart/Select-Destination-Connector.png" />

  8. Switch **Active** to on, and then click **Save**.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Make-Workflow-Active.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=13b389cafe579fff4ef97899850201d8" alt="Making the workflow active" width="192" height="45" data-path="img/dropbox-quickstart/Make-Workflow-Active.png" />

  9. Next to your workflow's name, click **Run**.

     <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Run-Workflow.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=b11755bcce69512120501e991414f31a" alt="Running the workflow" width="1457" height="176" data-path="img/dropbox-quickstart/Run-Workflow.png" />

  10. Click **Jobs** in your Unstructured account's sidebar.

      <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Sidebar-Jobs.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=c2fae030bdd046d1a8de983ab3939371" alt="Jobs sidebar icon" width="78" height="364" data-path="img/dropbox-quickstart/Sidebar-Jobs.png" />

  11. After the job shows **Finished** with a green checkmark, go to your destination's location to see Unstructured's processed data output.

  <img src="https://mintcdn.com/unstructured-53/vQCKW1wFRcqqOuSd/img/dropbox-quickstart/Finished-Job.png?fit=max&auto=format&n=vQCKW1wFRcqqOuSd&q=85&s=d4f62ceee8057bab11846eb8788ed205" alt="Finished job status" width="786" height="382" data-path="img/dropbox-quickstart/Finished-Job.png" />

If you are not able to complete these steps, contact Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io).
