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

# 基础

- [创建新请求](https://docs.getlaika.app/docs/docs-cn/ji-chu/chuang-jian-xin-qing-qiu.md): 如何在 莱卡 中为您的合同创建新请求。
- [共享接口](https://docs.getlaika.app/docs/docs-cn/ji-chu/gong-xiang-jie-kou.md): 在莱卡中导入/导出请求
- [莱卡应用](https://docs.getlaika.app/docs/docs-cn/ji-chu/lai-ka-ying-yong.md): 帮助您的开发之旅变得更轻松！
- [创建笔记](https://docs.getlaika.app/docs/docs-cn/ji-chu/lai-ka-ying-yong/chuang-jian-bi-ji.md)
- [代码模板](https://docs.getlaika.app/docs/docs-cn/ji-chu/lai-ka-ying-yong/dai-ma-mu-ban.md)
- [转换器](https://docs.getlaika.app/docs/docs-cn/ji-chu/lai-ka-ying-yong/zhuan-huan-qi.md)
- [莱卡场景](https://docs.getlaika.app/docs/docs-cn/ji-chu/lai-ka-chang-jing.md): 多重调用的强大工具
- [莱卡环境](https://docs.getlaika.app/docs/docs-cn/ji-chu/lai-ka-huan-jing.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:

```
GET https://docs.getlaika.app/docs/docs-cn/ji-chu.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.
