> For the complete documentation index, see [llms.txt](https://docs.appmixer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmixer.com/kb/appmixer-studio-features/data-storage/editing-data-storage.md).

# Editing a Data storage

Now that you know what purpose Data storage serves and how to create one, let's go through the steps required to edit your Data storage.

There are a couple of things you can do with Data storage:

* rename Data storage,
* delete Data storage,
* create or store a new item in Data storage,
* delete items from Data storage,
* clear Data storage.

Some of the actions can be executed in the Storage tab, others in the flow builder. [Alternatively, you can edit Data storage via API](https://docs.appmixer.com/appmixer/api/data-stores).&#x20;

To give you a full context, let's see at all the components that can be used in the flow builder.

{% tabs %}
{% tab title="Data storage components" %}
**OnItemAdded**\
This trigger starts the flow when there is a new item added to a Data storage

**OnItemRemoved**\
This trigger starts the flow when there is an item removed from a Data storage

**OnItemUpdated**\
This trigger starts the flow when there is an item updated in a Data storage

**Clear**\
This action clears all data in a Data storage

**Find**\
This action finds an item in a Data store that can be used further in a flow

**Get**\
This action gets an item from a Data store to be used in a flow

**Remove**\
This action removes an item from a Data storage

**Set**\
This action sets a new item to a Data storage (being one of the ways to create new items in a Data storage)
{% endtab %}
{% endtabs %}

Besides that, you can do some manual edits in the Storage tab like renaming or deleting Data storage.

![Editing Data storage in the Storage tab](/files/-MgBCmbZxhWcfi455I1N)

{% hint style="info" %}
Alternatively, you can edit Data storage via API. Read our technical documentation to find out more: <https://docs.appmixer.com/appmixer/api/data-stores>.
{% endhint %}

[To see Data storage in action, let's read the next section and go through a pretty handy example](/kb/appmixer-studio-features/data-storage/using-data-storage-in-flow.md).


---

# 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://docs.appmixer.com/kb/appmixer-studio-features/data-storage/editing-data-storage.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.
