> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-kr/licenses/offline-access.md).

# Offline Access

### Offline Access

오프라인 엑세스 (Offline Access) 는 인터넷을 연결하지 않은 상태에서 MOVIN Studio를 사용할 수 있는 권한을 의미합니다. 오프라인 엑세스는 Unlimited 라이선스를 구매한 사용자에 한해 <mark style="background-color:$primary;">**최대 24시간**</mark> 동안 사용할 수 있습니다. Basic 라이선스를 사용하는 사용자의 경우, 오프라인 엑세스가 불가능하니 참고해주세요.

* 인터넷을 연결한 상태에서 기기 연결 후 라이선스 인증을 완료하면, <mark style="background-color:$primary;">**해당 컴퓨터에서 연결된 기기에 한해**</mark> 오프라인 엑세스가 가능합니다.&#x20;
  * 오프라인 엑세스가 가능한지 확인하기 위해서는, 기기를 연결한 상태에서 상단 우측의 이메일 버튼을 클릭해 '<mark style="background-color:$primary;">**Offline Access Ready**</mark>'라는 글자가 표시되어 있는지 확인해주세요.
* 오프라인 라이선스를 사용하기 위해서는 앱을 새로 실행해야 합니다.&#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://help.movin3d.com/movin-tracin-kr/licenses/offline-access.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.
