# Cloud Storage

Sync documents from cloud storage providers and code repositories.

## Cloud Storage

* [Google Drive](/api-guides/use-cases/feeds/cloud-storage/feed-create-google-drive.md) - Google Drive files
* [OneDrive](/api-guides/use-cases/feeds/cloud-storage/feed-create-onedrive.md) - Microsoft OneDrive
* [SharePoint](/api-guides/use-cases/feeds/cloud-storage/feed-create-sharepoint.md) - SharePoint document libraries
* [Dropbox](/api-guides/use-cases/feeds/cloud-storage/feed-create-dropbox.md) - Dropbox files
* [Box](/api-guides/use-cases/feeds/cloud-storage/feed-create-box.md) - Box enterprise storage

## Object Storage

* [AWS S3](/api-guides/use-cases/feeds/cloud-storage/feed-create-aws-s3.md) - Amazon S3 buckets
* [Azure Blob Storage](/api-guides/use-cases/feeds/cloud-storage/feed-create-azure-storage.md) - Azure storage
* [Google Cloud Storage](/api-guides/use-cases/feeds/cloud-storage/feed-create-google-cloud-storage.md) - GCS buckets

## Code Repositories

* [GitHub Repository](/api-guides/use-cases/feeds/cloud-storage/feed-create-github.md) - GitHub repo files and code

[← Back to Feeds](/api-guides/use-cases/feeds.md)


---

# 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.graphlit.dev/api-guides/use-cases/feeds/cloud-storage.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.
