# Content syncronization

Somtimes we want to keep data syncronized between devices, such as for having shared documents across different devices, and across for everyone in a team. For that we use the same application used for [Syncing content](/device-usage/first-steps/syncing-content.md), Syncthing: It's usually running on the address: <http://edt.local:8082>

We can start by adding a folder from our community cloud:

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

Add a descriptive label to the new folder. The content directory is named `/config` here, so find your folder under it.

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

Before clicking save, go to the **Advanced** tab. Change the **Folder Type** according to your needs.

For the cloud, **Send Only** is worth selecting, as most times we want a single source of truth for the content

Finally we can click save.


---

# 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.earthdefenderstoolkit.com/device-usage/bundled-applications/content-syncronization.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.
