> For the complete documentation index, see [llms.txt](https://docs.weirdhost.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weirdhost.xyz/getstarted.md).

# 시작하기

- [무료 마인크레프트 서버 개설](https://docs.weirdhost.xyz/getstarted/mc.md): 위어드 호스트의 기초, 무료 서버 만들어보세요!
- [파이썬, 노드JS 서버 개설](https://docs.weirdhost.xyz/getstarted/pyjs.md): 파이썬, 노드JS 봇을 무료로 호스팅이 가능합니다!
- [기초 서버 관리](https://docs.weirdhost.xyz/getstarted/manage.md): 파이썬, 노드JS 봇을 무료로 호스팅이 가능합니다!
- [질문 FAQ](https://docs.weirdhost.xyz/getstarted/pleaseread.md): 자주 물어보는 질문들이에요! 한번 읽어보시는걸 추천드려요!


---

# 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:

```
GET https://docs.weirdhost.xyz/getstarted.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.
