> 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/english/11.-technical-overview.md).

# 11. Technical Overview

This is an outline of LILLIUS service's ongoing development plan. The plan is divided into three stages, and the specifics may be adjusted based on business circumstances. The main categories are service architecture, blockchain network, and AI behavior analysis system.

Moving forward, LILLIUS will continue to oversee data management and implement technology updates to ensure smooth service operation. As depicted in the server configuration diagram below, we will gradually expand the server structure. The timing of technical upgrades will be tailored to align with our business goals.

Now, let's briefly delve into the current server configuration and the proposed expansion of the server structure.

[<mark style="color:red;">11.1 Service Architecture</mark>](/lillius-white-paper/english/11.-technical-overview/11.1-service-architecture.md)

[<mark style="color:red;">11.2 Blockchain (Polygon Chain)</mark>](/lillius-white-paper/english/11.-technical-overview/11.2-blockchain-polygon-chain.md)

[<mark style="color:red;">11.3 AI Motion Analysis Technology</mark>](/lillius-white-paper/english/11.-technical-overview/11.3-ai-motion-analysis-technology.md)

[<mark style="color:red;">11.4 Patent</mark>](/lillius-white-paper/english/11.-technical-overview/11.4-patent.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/english/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.
