# Connectors

The **Connectors** section in Tellius allows platform administrators to control which data source connectors are available for users across the application.

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

Connectors List

This panel lists all supported connector types, including file uploads, cloud storage, databases, and data warehouses. Each connector has an ON/OFF toggle to enable or disable its availability for data ingestion and live querying.

**✅ Enabled (Green Toggle):**

* The connector is **available** for users to select when adding new datasets via the **Connect** or **Dataset** tabs.
* Users can browse, connect, and import data from that source.

**🚫 Disabled (Grey Toggle):**

* The connector is **hidden** from the connector list during data import.
* Users will not be able to create or refresh datasets using that source.

***

#### 🧩 Common Connector Types Shown:

* **CSV, XLSX, URL** – File-based uploads and web data sources.
* **Amazon S3, HDFS** – Cloud or distributed storage systems.
* **MongoDB, Oracle, MS SQL, MySQL, Postgres SQL** – Traditional databases.
* **Amazon Redshift, SingleStore, Teradata, Salesforce** – Cloud-native data warehouses and apps.

***

#### 🔐 Who Can Access:

Only users with **admin privileges** can enable or disable connectors.

***

#### 💡 Use Case:

If your organization only uses Snowflake and Salesforce, you can turn off all other unused connectors to streamline the UI and enforce governance.

Let me know if you'd like a version tailored to end users or with tooltips added.

<figure><img src="/files/FezykLBmzb5EBVxneF4B" alt="" width="563"><figcaption><p>Enabling/disabling connectors</p></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://help.tellius.com/tellius-6.3/settings/advanced/connectors.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.
