# Dropbox >[Dropbox](https://en.wikipedia.org/wiki/Dropbox) is a file hosting service that brings everything-traditional > files, cloud content, and web shortcuts together in one place. ## Installation and Setup See the detailed [installation guide](/docs/integrations/document_loaders/dropbox#prerequisites). ```bash pip install -U dropbox ``` ## Document Loader See a [usage example](/docs/integrations/document_loaders/dropbox). ```python from langchain_community.document_loaders import DropboxLoader ```