# Effective Punkland

- [서버와 통신하기](https://docs.punkland.io/punkland/punkland-studio/effective-punkland/undefined.md): 이 장에서는 펑크랜드의 핵심 기능 중 하나인 서버와 메세지로 통신하는 기능에 대해서 알아봅니다.
- [RunLater 주의사항](https://docs.punkland.io/punkland/punkland-studio/effective-punkland/runlater.md): 펑크랜드에서 자주 사용되는 메소드인 RunLater의 주의사항에 대해 알아봅니다.
- [HTTP 요청 보내기](https://docs.punkland.io/punkland/punkland-studio/effective-punkland/http.md)


---

# Agent Instructions: 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.punkland.io/punkland/punkland-studio/effective-punkland.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.
