> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/products/vult/make-file-available-offline.md).

# Make File Available Offline

1. To get started, select the file you wish to make accessible for offline viewing. You can do this by clicking on the three dots situated below the file's name.

<figure><img src="/files/5WAQaYb3UGuIBpstGBZL" alt=""><figcaption></figcaption></figure>

2. Once you've chosen your file, to access it offline, simply click on the "Offline" button. You can easily identify this button as it is highlighted in the screenshot provided below:

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

3. Upon clicking the "Offline" button, its color will change to blue. All the files that are now accessible for offline use will be listed in this section. You can refer to the screenshot below for reference:

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


---

# 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-old.zus.network/products/vult/make-file-available-offline.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.
