# Sync

**Updated every 12 hours  ( 26.1GB )**

Stop the node and remove the old data file make sure to find the location of the file before using the command ( paritydb )

```
sudo systemctl stop availd.service
```

```
cd avail/node-data/chains/avail_turing_network
```

```
rm -rf paritydb
```

Download the snapshot&#x20;

```
wget https://snapshots.aknodes.net/snapshots/avail/snapshot-avail-turing.lz4
```

Exract the file

```
lz4 -c -d snapshot-avail-turing.lz4  | tar -x -C /root/avail/node-data/chains/avail_turing_network
```

Restart the node and see the logs

```
sudo systemctl restart availd.service & journalctl -u availd.service -f
```


---

# 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://services.aknodes.com/other-projetcs/avail-turing/sync.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.
