> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/data-store-module.md).

# Data Store Module

"**Data Store**" is a functional tool module that allows you to save information from your integration flow directly into a Data Lake. It enables the capture of any parameter or response available in the execution history and stores them in JSON format files.

### Add "Data Store” Module

The "**Data Store**" module appears under the Tools option when editing a flow. After clicking to add it, the initial configuration modal will be displayed.

<figure><img src="/files/0bphLoYXRuLVl6YbUBBi" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
[Learn more about the Module Header](/english/skyone-studio/modules/module-management.md).
{% endhint %}

1. Fill in or choose the following items in the edit and configuration window:

* **Object array:** Add the input data.

{% hint style="warning" %}
The information must strictly be a list of objects.
{% endhint %}

* **File format**
* **File name:** Add a name.
* **Read and Write Groups:** Choose the groups that will be allowed to read and/or write the file. By default, it is set to the 'default' group. Learn more in Groups.
* **Tags:** A way to categorize and filter files.
* **Destinations:** The location where the file will be sent. You can search for a destination in the search bar or add a new one via "Add destination."
* **Add Destination:**

When clicking on "**Add destination**", fill in the "D**estination Settings**" fields:

* **Type**
* **Destination**
* **Path:** Destination folder in the [Data Lake](/english/skyone-studio/data-lake.md).

2. After filling in the fields, click "**Next**".
3. Use the "**Test**" button to verify the settings and click "**Save**" to finalize the configuration.

Done! Your file has been sent to the Data Lake. It can be viewed in the chosen destination folder.


---

# 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.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/data-store-module.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.
