> For the complete documentation index, see [llms.txt](https://gists.lanlance.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gists.lanlance.cn/readme.md).

# 🙌🏻Hi there!

这是我记笔记的地方。

在平时的开发和折腾中，总会遇到各种各样的问题，踩各种各样的坑，原来是都记录在博客上的，但是发现有人搞这种专门的笔记站，感觉不错，所以我也搞了一个。

思考了一下这个和博客的区别：

* 知识库： 一个记录小知识点和小代码片段的地方，类似于速查手册。
* 博客： 记录大的系统性的文章和项目，还能记录生活和图片之类的。

博客：<https://lanlance.cn>

Github：[github.com/L2ncE](https://github.com/L2ncE)

邮箱：<llance_24@foxmail.com>

小红书：[LanLance](https://raw.githubusercontent.com/L2ncE/images/main/PicGo/imagesb1616c0ba9e91a4d9695dba8b91b4164_720.png)


---

# 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://gists.lanlance.cn/readme.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.
