# Data Management with Data Feeds

CrossEngage allows you to import or manage your Data by uploading JSON files to an SFTP location. This method is quite useful for managing data in bulk, as a single JSON can be processed with a large number of records.

{% hint style="info" %}
Before uploading a file, please compress it using **gzip / zip** compression (.gz).
{% endhint %}

### Managing Data Feeds

On the CrossEngage Platform, go to `Settings` -> `System Setup`.

Click on `User Feed`.

Select the Protocol for connecting to your server, where the JSONs will be uploaded. CrossEngage supports FTP, SFTP and FTPS for your file server.

Enter your authentication information (Username and Password) for the server.

Click on `Enable Feed`, and `Save Changes`.

Similarly, repeat the process for your Product Feed.

<figure><img src="/files/Iva2MWrfmI1muauTaKWU" alt=""><figcaption></figcaption></figure>

CrossEngage systems check for new files uploaded to the Server multiple times every hour. When a new file is found, it is added to a queue to be processed. You can see when CrossEngage processes a new file in the [Activity Log](/data-and-engagement-platform/system-monitoring/activity-log.md). After processing, files are moved to the "Processed" folder, where they are automatically deleted after 10 days.


---

# 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://documentation.crossengage.io/data-and-engagement-platform/data-management/data-management-with-data-feeds.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.
