> 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/full-guidebook.md).

# Full Guidebook

- [Benefits of using fans](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/benefits-of-using-fans.md)
- [Elevated air speed and thermal comfort](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/elevated-air-speed-and-thermal-comfort.md)
- [Ceiling fans](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/ceiling-fans.md): Which are the components and performance metrics of ceiling fans?
- [Other fan types](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/other-fan-types.md): Besides ceiling fans, what are the other fan types available in the market and their main features for you to consider?
- [Design goals and fan selection](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/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 installation and integration with HVAC system](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/ceiling-fan-installation-and-integration-with-hvac-system.md): How to design, select, install and operate ceiling fans when integrated with a HVAC system?
- [Conventional HVAC vs. ceiling fans integrated HVAC](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/conventional-hvac-vs.-ceiling-fans-integrated-hvac.md): What are the differences in design considerations, costs, and energy use?
- [Managing occupants' expectations with fans](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/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/full-guidebook/design-tools.md): Detailed description of available design tools
- [Codes and standards](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/codes-and-standards.md): Detailed description of codes and standards
- [Case studies for practitioners](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/case-studies-for-practitioners.md): These studies highlight the energy and occupant performance in real buildings that installed with ceiling fans
- [Case studies for researchers](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/case-studies-for-researchers.md): These scientific research-based studies inform what we have learnt in buildings that installed with fans
- [Deep dive on indoor air quality](https://cbe-berkeley.gitbook.io/fans-guidebook/full-guidebook/deep-dive-on-indoor-air-quality.md): Research oriented discussion on air movement, indoor air quality (IAQ) and indoor transmission of aerosol infectious agents


---

# 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/full-guidebook.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.
