# 浪潮使用指南

## 浪潮使用指南

- [欢迎](https://wiki.langchao.org/readme.md)
- [常见问题](https://wiki.langchao.org/faq.md)
- [事件与时间线](https://wiki.langchao.org/structure/events-and-timelines.md)
- [进展和新闻](https://wiki.langchao.org/structure/progress-and-news.md)
- [参与贡献](https://wiki.langchao.org/contribute/ways-of-participation.md)
- [用户角色和权限](https://wiki.langchao.org/contribute/roles.md)
- [创建新时间线](https://wiki.langchao.org/contribute/create-a-timeline.md)
- [新闻编辑室](https://wiki.langchao.org/contribute/newsroom.md)
- [添加进展](https://wiki.langchao.org/contribute/newsroom/add-a-progress.md)
- [摘录新闻](https://wiki.langchao.org/contribute/newsroom/add-news.md)
- [加入开发团队](https://wiki.langchao.org/development/join.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.langchao.org/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.
