# Pollen

## Pollen

- [Introducing Pollen](https://www.pollen.style/readme.md): The CSS variables build system
- [Getting started](https://www.pollen.style/basics/getting-started.md)
- [Configuration](https://www.pollen.style/basics/configuration.md)
- [Configuring Modules](https://www.pollen.style/basics/configuration/configuring-modules.md)
- [Extending Pollen](https://www.pollen.style/basics/configuration/extending-pollen.md)
- [Media & Supports](https://www.pollen.style/basics/configuration/queries.md)
- [Javascript](https://www.pollen.style/basics/javascript.md)
- [Typography](https://www.pollen.style/modules/typography.md): Foundations in type
- [Layout](https://www.pollen.style/modules/layout.md): Structural consistency
- [UI](https://www.pollen.style/modules/ui.md): Consistency across UI and motion
- [Grid](https://www.pollen.style/modules/grid.md): The Grid System
- [Colors](https://www.pollen.style/modules/colors.md): Rapid visual prototyping
- [defineConfig](https://www.pollen.style/utils/defineconfig.md)
- [fluid](https://www.pollen.style/utils/fluid.md)
- [shimmie](https://www.pollen.style/utils/shimmie.md)
- [Motivations](https://www.pollen.style/misc/motivations.md)
- [Contributing](https://www.pollen.style/misc/contributing.md)
- [v4 -> v5](https://www.pollen.style/migration-guide/v5.md): Pollen v5 introduced several breaking changes to fix unintuitive behavior and lay stronger foundations for the future


---

# 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://www.pollen.style/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.
