> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/tellius-6.1/kaiya/ask-across-your-documents-unstructured/how-to-connect-to-unstructured-data.md).

# How to connect to unstructured data?

To add a new unstructured data source, click the **"Create new connection"** button on the **Unstructured** tab of the **Data → Connect** page. This takes you to the **Add new connectors** page.

A **Search** bar in the top-right corner lets you filter the available connector types by name if needed.

### Available Content Repositories

Under the **Content Repositories** section, the following six unstructured connector types are available. Clicking on any connector type opens the **"Add a connection"** dialog with fields specific to that connector.

<figure><img src="/files/ZlPNzqvkKDXgOvz9A6gq" alt="" width="563"><figcaption></figcaption></figure>

**Google Drive:** Connects to files and folders stored in Google Drive.

**Amazon S3:** Connects to objects stored in Amazon S3 buckets.

**Gong:** Connects to call recordings and transcripts stored in Gong.

**Azure Blob Storage:** Connects to blobs stored in Azure Blob Storage containers.

**Google Cloud Storage:** Connects to objects stored in Google Cloud Storage buckets.

**File Upload:** Allows you to upload PDF files directly from your local.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.tellius.com/tellius-6.1/kaiya/ask-across-your-documents-unstructured/how-to-connect-to-unstructured-data.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.
