> For the complete documentation index, see [llms.txt](https://lillius.gitbook.io/lillius-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lillius.gitbook.io/lillius-white-paper/korean/11.-technical-overview.md).

# 11. Technical Overview

릴리어스 서비스의 지속적인 개발계획에 대한 내용입니다. 페이즈는 1 \~ 3단계로 고도화 업데이트가 진행되며, 비즈니스 상황에 따라 내용은 변경될 수 있습니다.&#x20;

카테고리는 크게 서비스 아키텍처, 블록체인 네트워크, AI 동작분석 시스템 순서입니다.

앞으로 릴리어스는 서비스를 운영함에 따라 지속적으로 데이터를 관리하고 확장되는 기술 업데이트가 진행될 것입니다. 아래의 서버구성도에서 점차적으로 확장해 나갈 것이며, 사업 방향에 따라 기술적 업그레이드의 적용시점은 달라질 수 있습니다.&#x20;

먼저, 현재 서비스에 적용된 서버 구성 및 확장될 서버 구조에 대해 간략히 설명드리겠습니다.&#x20;

\
각 항목을 클릭하시면, 해당 페이지로 이동합니다.

[<mark style="color:red;">11.1 서비스 아키텍처</mark>](/lillius-white-paper/korean/11.-technical-overview/11.1.md)

[<mark style="color:red;">11.2 블록체인 (폴리곤 체인)</mark>](/lillius-white-paper/korean/11.-technical-overview/11.2.md)

[<mark style="color:red;">11.3 AI 동작분석기술</mark>](/lillius-white-paper/korean/11.-technical-overview/11.3-ai.md)

[<mark style="color:red;">11.4 특허</mark>](/lillius-white-paper/korean/11.-technical-overview/11.4.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://lillius.gitbook.io/lillius-white-paper/korean/11.-technical-overview.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.
