# Edit, Rename, Delete a Data Source

### Edit a data source <a href="#od_6ce0d3b1" id="od_6ce0d3b1"></a>

You can easily edit Data Sources in just a few steps.

1. Select **data sources** icon
2. Select **Connection Strings**. Then you will see your connection
3. Click the **edit** icon on the right

You can edit the name, connection type and database.

<figure><img src="/files/oyVkSBFbnIrcfNLQ3gPV" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Viewer can not see data source. Only owner admin can read and edit data source
{% endhint %}

### Rename a data source <a href="#od_098c8495" id="od_098c8495"></a>

Like edit a data source, you just need to change the name of your data source, then click Next to save the renamed data source.

### Delete a data source <a href="#od_80ea6484" id="od_80ea6484"></a>

1. Select **data sources** icon
2. Select **Connection Strings**
3. On the right, click on **Delete** button
4. Confirm the delete by clicking yes

<figure><img src="/files/3PvQzqusL1YMUmpGnpZj" alt="" width="375"><figcaption></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://doc.dataflake.co/data-sources/edit-rename-delete-a-data-source.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.
