> For the complete documentation index, see [llms.txt](https://www.oulan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oulan.com/1ux/facilitation.md).

# 引导

- [会议译文集](https://www.oulan.com/1ux/facilitation/meeting.md)
- [杰夫·贝索斯禁止在会议中使用 PPT，他的替代方法堪称绝妙](https://www.oulan.com/1ux/facilitation/meeting/bezos-noppt.md)
- [弃用PPT](https://www.oulan.com/1ux/facilitation/meeting/no-ppt.md): 罗伯特·格莱泽（Robert Glazer）在Quora上对“有哪些工具可以帮助我更好地组织会议？”这一问题的回答
- [引导者的物料清单](https://www.oulan.com/1ux/facilitation/facilitator-s-bom.md): V2.1
- [IAF核心胜任力模型和敏捷宣言](https://www.oulan.com/1ux/facilitation/iaf-core-competencies-agile-values.md)
- [欣赏式探寻](https://www.oulan.com/1ux/facilitation/ai.md)
- [世界咖啡](https://www.oulan.com/1ux/facilitation/world-cafe.md)
- [开放空间](https://www.oulan.com/1ux/facilitation/open-space.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, and the optional `goal` query parameter:

```
GET https://www.oulan.com/1ux/facilitation.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.
