> For the complete documentation index, see [llms.txt](https://sherwinshen.gitbook.io/qian-duan-xue-xi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sherwinshen.gitbook.io/qian-duan-xue-xi/others/collections.md).

# 综合收藏夹

### 技术社区

| 项目                           | 地址                                                                                    |
| ---------------------------- | ------------------------------------------------------------------------------------- |
| Github - 高质量的内容创作和分享平台       | <https://github.com>                                                                  |
| stackoverflow - 一个回答技术问题的网站  | <https://stackoverflow.com>                                                           |
| 掘金 - 一个帮助开发者成长的社区            | <https://juejin.cn>                                                                   |
| csdn - 老牌开发社区                | <https://www.csdn.net>                                                                |
| segmentfault - 一个技术博客平台      | <https://segmentfault.com>                                                            |
| 印记中文 - 前端技术文档网站              | <https://docschina.org>                                                               |
| W3cplus - 一个致力于推广国内前端行业的技术博客 | <https://www.w3cplus.com>                                                             |
| Github中文排行榜                  | [GitHub-Chinese-Top-Charts](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts) |
| Github全球排行榜                  | [GitStar-Ranking](https://gitstar-ranking.com)                                        |

{% hint style="info" %}
如果你对内容有任何疑问，欢迎提交 [❕issues](https://github.com/MrEnvision/Front-end_learning_notes/issues) 或 [✉️ email](mailto:EnvisionShen@gmail.com)
{% endhint %}


---

# 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:

```
GET https://sherwinshen.gitbook.io/qian-duan-xue-xi/others/collections.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.
