# Sync Data to Boards

The flowchart for data synchronization is as follows:

<figure><img src="/files/E8FQ8rMpwO8XTmjA3OFq" alt="" width="220"><figcaption></figcaption></figure>

1. Record entries in the timeline and save them
2. Manually add tags while recording, or let Sparky automatically assign them.
3. Sparky extracts data and information based on the tags and the associated boards.
4. Once extracted, the data will be automatically synced to the board linked to the tag.

If you encounter issues with data syncing or want to make changes, you can try the following:

* Click the retry button in the error message.
* For chart boards, click the "More" button on the corresponding board > "All Data" to manually modify the data.
* Re-record the entry using the same tag.


---

# 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://help.sparkylife.co/main-features/boards/sync-data-to-boards.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.
