> For the complete documentation index, see [llms.txt](https://cbe-berkeley.gitbook.io/fans-guidebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary.md).

# Practitioner Summary

- [Benefits of using fans](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/benefits-of-using-fans.md)
- [Elevated air speed and thermal comfort](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/elevated-air-speed-and-thermal-comfort.md)
- [Fan options and key characteristics](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/fan-options-and-key-characteristics.md): Which are the different types of fans in the market and the main features for you to consider?
- [Design goals and fan selection](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/design-goals-and-fan-selection.md): Which are the relevant air movement goals for your design and how to select fans that meets those goals?
- [Ceiling fan integration with HVAC system](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/ceiling-fan-integration-with-hvac-system.md): How to design, select, install and operate ceiling fans when integrated with a HVAC system?
- [Managing occupants' expectations with fans](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/managing-occupants-expectations-with-fans.md): How to deal with occupant expectations when fans are introduced in a space?
- [Design tools](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/design-tools.md): Overview of available design tools
- [Codes and standards](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/codes-and-standards.md): Overview of codes and standards


---

# 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://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary.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.
