> For the complete documentation index, see [llms.txt](https://docs.arcade.software/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcade.software/kb/build/interactive-demo/share/offline-mode.md).

# Offline Mode

### What is Offline Mode?

{% hint style="info" %}
Offline Mode is an Enterprise only feature.&#x20;
{% endhint %}

Offline Mode allows you to access and share a fully interactive version of your Arcade without needing a strong internet connection.

This is especially useful for events, travel, or any environment with unreliable Wi-Fi.

{% @arcade/embed flowId="3Llo1vU9vMFZlCNfF1si" url="<https://app.arcade.software/share/3Llo1vU9vMFZlCNfF1si?ref=share-link>" %}

***

### How do I create an offline version of my Arcade?

1. Open your Arcade
2. Click the three dots (•••) in the top right
3. Select Offline
4. A new offline version will be generated with its own unique URL

***

### How can I update my offline Arcade?

When you open the Offline menu again, you’ll see three options:

* Refresh offline copy — Update the offline version with your latest edits
* Remove offline copy — Delete the offline version entirely

***

### When should I use Offline Mode?

Use Offline Mode when:

* You’re presenting at events or conferences
* You expect weak or unstable Wi-Fi
* You need a reliable, no-lag demo experience

***

### Do I need to update my offline version after making changes?

Yes.

If you make edits while online, you’ll need to click Refresh offline copy to ensure your offline version reflects the latest updates.

***

### Why can't I find the Offline Mode button?

Offline Arcades are an Enterprise only featuture. If you are on the Enterprise plan and still cannot access your Offline Arcades, contact your CSM.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.arcade.software/kb/build/interactive-demo/share/offline-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
