# Dropbox

### Overview

This guide explains how to connect your Dropbox account as an external object storage service within LLM Labs. Integrating Dropbox allows you to directly access and use your files stored in Dropbox within your LLM Labs projects and workflows.

{% hint style="info" %}
Please note that currently **Dropbox** external object storage is only available for [LLM Labs](https://docs.datasaur.ai/llm-projects/llm-introduction).
{% endhint %}

### Get started

Follow these steps to establish the connection:

1. Navigate to workspace settings from the sidebar menu.
2. Go to **External object storage** page, and click the **Add external object storage** button.

   <figure><img src="/files/Pq2vbUbCO9pm8ZfBMjcS" alt=""><figcaption></figcaption></figure>
3. A dialog box or menu will appear, and select **Dropbox** from the available options (alongside AWS S3, Google Cloud Storage, etc.).

   <figure><img src="/files/5RN39tfSkPQX4hud0rf0" alt=""><figcaption></figcaption></figure>
4. After selecting Dropbox, you will likely be redirected to the Dropbox website or a Dropbox authentication pop-up window. Log in to your Dropbox account if prompted.

   <figure><img src="/files/d6Rn8aJkdXrYT4wYP89k" alt=""><figcaption></figcaption></figure>
5. Dropbox will ask you to grant permission for "Datasaur" to access your files or specific folders. Review the requested permissions and click Allow.

   <figure><img src="/files/PfbQlPmcaEJDiDaHXSTF" alt=""><figcaption></figcaption></figure>
6. The Dropbox connection should now appear in your list of external object storage services.

   <figure><img src="/files/w9ThoMiHOb2aTpZASB6F" 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://docs.datasaur.ai/integrations/external-object-storage/dropbox.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.
