> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/contributor/contributor-ko/communications/transport-types/offline.md).

# 오프라인

오프라인 전송은 realm에서 사용할 수 있는 통신 서버가 없음을 나타내기 위한 더미 구현입니다. 일반적으로 테스트 및 개발 환경에서 사용됩니다.

이 전송은 들어오는 메시지를 전혀 내보내지 않으며, 나가는 모든 메시지를 무시합니다. 시뮬레이션된 동작이 있는 오프라인 변형이 필요하다면, 다음을 참조하세요 [시뮬레이터](https://github.com/decentraland/docs/blob/main/contributor/transport-types/simulator/README.md) 대신.

URI는 다음과 같은 형식입니다:

```
offline:<custom suffix>
```

다음에 오는 내용은 `offline:` 접두사는 지정되지 않았으며, 구현체가 필요에 따라 사용할 수 있습니다(또는 비워 둘 수 있습니다).


---

# 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.decentraland.org/contributor/contributor-ko/communications/transport-types/offline.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.
