> For the complete documentation index, see [llms.txt](https://doc.dataflake.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dataflake.co/data-sources/edit-rename-delete-a-data-source.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://doc.dataflake.co/data-sources/edit-rename-delete-a-data-source.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
