> For the complete documentation index, see [llms.txt](https://luna-6.gitbook.io/luna/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luna-6.gitbook.io/luna/readme.md).

# 루나서버에 오신것을 환영합니다!

<mark style="color:purple;">**유저 친화적인**</mark>**&#x20;서버**<mark style="color:purple;">**루나서버**</mark>**입니다 오픈일은25.2.28**

## <mark style="color:purple;">루나서버</mark> 소개

루나서버는 기존 바닐라보다 더 많은 재미를 추구하는 <mark style="color:purple;">힐링 반야생 타우니</mark> 서버입니다.&#x20;

다양한 바이옴과 구조물이 추가되어 있으며, 여러가지 컨텐츠가 준비되어 있습니다.&#x20;

서버 운영이 처음인 만큼, 부족한 부분이 많겠지만 여러분과 <mark style="color:purple;">소통</mark>하여 <mark style="color:purple;">더 나은 서버</mark>를 만들겠습니다.


---

# 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://luna-6.gitbook.io/luna/readme.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.
