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

# 2. Challenges & Opportunities

### Online education market size and status quo <a href="#toc_250007" id="toc_250007"></a>

In recent years, the global online education market has experienced significant growth, with the Asia-Pacific region being the largest. By 2025, the global online education market is expected to reach USD 319.167 billion, growing at a compound annual growth rate (CAGR) of 9.23% during the forecast period (2020-2025). This growth can be attributed to factors such as increasing demand for affordable and accessible education, the rise of MOOCs, and technological advancements. As the availability of high-speed internet and mobile devices continues to improve, along with the development of Web 3.0 infrastructure, online education is expected to expand further, providing learners worldwide with access to quality educational resources and enhanced career opportunities.


---

# 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://academic-labs.gitbook.io/academic-labs/2.-challenges-and-opportunities.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.
