# Linked Accounts

In this section, you can view all the accounts you have integrated with third-party applications for deliveries. You can also manage all your linked accounts from here.

To access the Linked Accounts:

1. Navigate to the Dashboard.
2. Click on the **Settings** icon in the left-side menu.
3. Then, select "**Linked Accounts**."

<figure><img src="/files/P6kEiHCAPvAWHspYk2D9" alt=""><figcaption><p>Linked Accounts</p></figcaption></figure>

### Link Account

You can easily connect supported third-party apps by clicking the **"Link account**" button. Then, select your desired app from the list and proceed with on-screen instructions to link your account.

<figure><img src="/files/OJTnvy6AybcsAVHQmkay" alt=""><figcaption><p>Setup an integration account</p></figcaption></figure>

### Reconnect an integration

When account authorization expires for various reasons, this option allows you to securely reconnect the linked account, ensuring that ongoing deliveries remain uninterrupted. Click the "**Reconnect**" button besides an expired account and follow on-screen instructions to re-establish the link.

<figure><img src="/files/Wu3YFz6FruDjAuYPVY7k" alt=""><figcaption><p>Reconnect a broken integration</p></figcaption></figure>

### Use a linked account to download images

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

When you link a cloud storage account (**Google Drive** or **Azure Storage**), you’ll see a **"Use this for images"** toggle next to the connection. Enabling this option allows Docupilot to use the Linked Account as Authorization mechanism to download the images from private image URLs and insert on the document.

### Revoke Access

If you wish to remove a linked account, you can use this option. This action will revoke Docupilot's access to your integrated account, and all deliveries associated with that account will be deleted.

<figure><img src="/files/dD1XbdkLadbWF8Toq7IH" alt=""><figcaption><p>Revoke access for an Linked Accounts</p></figcaption></figure>

{% hint style="info" %}
Note: Once this operation is executed, it is irreversible, and any deleted data cannot be recovered.
{% endhint %}


---

# 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://help.docupilot.app/settings/linked-accounts.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.
