# 简介

[![Badge: Netlify Status](https://api.netlify.com/api/v1/badges/0353af98-f62f-49ee-9a94-9f40ce7c53f1/deploy-status)](https://app.netlify.com/sites/2ndla-english/deploys) [![Badge: GitHub](https://img.shields.io/github/actions/workflow/status/2ndLA/English/deploy.yml?label=GitHub)](https://github.com/2ndLA/English/actions) [![Badge: License](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-critical)](https://github.com/2ndLA/English/blob/main/LICENSE/README.md) [![Badge: Stars](https://img.shields.io/github/stars/2ndLA/English?style=social)](https://github.com/2ndLA/English)

> An easy and comprehensive way to learn English.

这是一份全面、渐进、碎片化的英语自学指引。它包含的所有内容都经过至少一名编者的实践，在此基础上我们详细列出了它们对应的学习目标、优点及缺点。

对于自学者来说，最难的一件事可能不是坚持，而是找到适合自己的学习资料。这正是这份指引首要解决的问题。

## 在线阅读

* [english.highlight.ink](https://english.highlight.ink/)
  * 基于 [VitePress](https://vitepress.vuejs.org/) + [Netlify](https://netlify.com)

## 贡献内容

1. 安装基于 VitePress 的预览环境

   ```sh
   yarn install
   yarn dev
   ```
2. 编辑内容
3. 提交 Pull request

## LICENSE

本站（仓库）所有内容均在 [CC BY-NC-SA 4.0](https://github.com/2ndLA/English/blob/main/LICENSE/README.md) 协议下发布，不可用于商业目的。

© 2023-present [2ndLA Team](https://github.com/2ndLA).


---

# Agent Instructions: 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://2ndla.highlight.ink/readme.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.
