> For the complete documentation index, see [llms.txt](https://cascadia.gitbook.io/gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cascadia.gitbook.io/gitbook/node/snapshot.md).

# Snapshot

**Step 1: Download snapshot.**

{% code overflow="wrap" %}

```
curl -o - -L https://snapshot.cascadia.foundation/$(curl -s https://snapshot.cascadia.foundation/info.txt | jq -r .filename) | lz4 -c -d - | tar -x -C $HOME/.cascadiad data
```

{% endcode %}

{% hint style="info" %}
Cascadia's most recent snapshot can be found [here](https://snapshot.cascadia.foundation/).
{% endhint %}
