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