> For the complete documentation index, see [llms.txt](https://docs.earthdefenderstoolkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.earthdefenderstoolkit.com/espanol-1/uso-del-dispositivo/bundled-applications/content-syncronization.md).

# Sincronización de contenido

A veces queremos mantener sincronizados los datos entre dispositivos, como por ejemplo, para tener documentos compartidos en diferentes dispositivos, y que puedan ser visualizados por todo un equipo de trabajo. Para eso podemos usar la misma aplicación que utilizamos en [syncing-content.md](/espanol-1/uso-del-dispositivo/first-steps/syncing-content.md), que es Syncthing. Usualmente se encuentra en la dirección: <http://edt.local:8082>

Podemos comenzar agregando una carpeta desde nuestra nube comunitaria:

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

Asigna un nombre descriptivo a la nueva carpeta. La carpeta de contenido se llama `/config` aquí, por lo que debes ubicar tu carpeta debajo de ella.

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

Antes de hacer clic para guardar, ve a la pestaña de **Avanzado**. Cambia el **Tipo de carpeta** según necesites.

Para la nube, normalmente es bueno seleccionar **Enviar únicamente**, ya que la mayoría de las veces queremos tener una única fuente de verdad para el contenido.

Finalmente, haz clic en guardar.


---

# 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:

```
GET https://docs.earthdefenderstoolkit.com/espanol-1/uso-del-dispositivo/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.
