# Managing Data Sources

In **Infinity**, managing data sources is crucial for maintaining seamless access to various insights and chart. Users can view, update, and configure their data connections, ensuring proper integration with the analytics platform. This section will guide you through accessing and managing data sources effectively.

### Accessing Data Sources

To manage your data sources, follow these steps:

1. **Navigate to Settings**
   * Click on the **Settings** icon from the left sidebar.
   * A dropdown menu will appear.
2. **Select Data Sources**
   * Click on **"Datasources"** from the menu.
   * This will display a list of all available data sources in the system.
3. **Open a Data Source**
   * Click on any data source to access its detailed settings.

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

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

<figure><img src="/files/72qRan7RxVsk3GqPQtMo" alt=""><figcaption></figcaption></figure>

### Managing a Data Source

Once inside the data source details page, you can perform the following actions:

#### 1. **Update Connection Credentials**

* Modify database hostnames, IP addresses, ports, usernames, and passwords.
* Ensure that credentials are valid before saving changes.

#### 2. **Modify Table Structures & Descriptions**

* Update table details such as names, columns, and metadata descriptions.
* Validate any schema changes to prevent data inconsistencies.

#### 3. **Adjust Access & Permissions**

* Define which roles or users have access to the data source.
* Assign permissions such as **Read, Write, or Admin Access** to control data interactions.

### Making Changes

* To edit settings, click the **Edit (pencil) icon**.
* Navigate through **General, Table Details, and Settings** tabs to modify specific configurations.
* Click the **Save** button to apply changes.
* If necessary, you can delete the data source by selecting the **trash bin icon**.

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

<figure><img src="/files/23zfMu7FKGS7B3Znrp4p" alt=""><figcaption></figcaption></figure>

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

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

By following these steps, you can efficiently manage your data sources, ensuring smooth data integration and accessibility within Infinity.

***

Let me know if you'd like any refinements or additional details! 🚀


---

# 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.getinfinity.app/user-guide/comprehensive-user-guide/1.-connecting-your-data/managing-data-sources.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.
