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

# SERVICE

- [EduStar Platform](https://docs.edustar.io/service/edustar-platform.md)
- [플렛폼 사용법](https://docs.edustar.io/service/edustar-platform/undefined.md)
- [EduStar Contents](https://docs.edustar.io/service/edustar-platform/edustar-contents.md)
- [옥스포드 전래동화](https://docs.edustar.io/service/edustar-platform/edustar-contents/undefined.md): Traditional Tales
- [3D 그래픽 공상과학 소설](https://docs.edustar.io/service/edustar-platform/edustar-contents/3d.md): Project X Code
- [다중언어 몰입교육 (수학)](https://docs.edustar.io/service/edustar-platform/edustar-contents/undefined-1.md): Math in Series
- [영국 초등학교의 교재](https://docs.edustar.io/service/edustar-platform/edustar-contents/undefined-2.md): Read with Biff, Chip & Kipper
- [다중언어 동화](https://docs.edustar.io/service/edustar-platform/edustar-contents/undefined-3.md): Story Book
- [E-러닝](https://docs.edustar.io/service/e.md)
- [보상과 동기부여](https://docs.edustar.io/service/undefined.md)
- [NFT](https://docs.edustar.io/service/nft.md)
- [EduStar TOKEN](https://docs.edustar.io/service/edustar-token.md)
- [거버넌스 토큰](https://docs.edustar.io/service/edustar-token/undefined.md)
- [토큰 스테이킹(멤버쉽 앱)](https://docs.edustar.io/service/edustar-token/undefined-1.md)
- [토큰 정보](https://docs.edustar.io/service/edustar-token/undefined-2.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, and the optional `goal` query parameter:

```
GET https://docs.edustar.io/service.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.
