# GorangoCSS Docs

## GorangoCSS Docs

- [Overview](https://docs.gorangocss.kawanua.id/master.md): A CSS framework for building custom user interfaces. No JS required.
- [Changelog](https://docs.gorangocss.kawanua.id/changelog.md)
- [Contributing](https://docs.gorangocss.kawanua.id/contributing.md)
- [Contributing to GorangoCSS](https://docs.gorangocss.kawanua.id/contributing/gorangocss.md): We are all humans trying to work together to improve the community. Always be kind and appreciate the need for tradeoffs.
- [Contributing to the Docs](https://docs.gorangocss.kawanua.id/contributing/the-docs.md): Contributions to this documentation are always appreciated!
- [Hero](https://docs.gorangocss.kawanua.id/layouts/hero.md)
- [Columns](https://docs.gorangocss.kawanua.id/layouts/columns.md)
- [Flex](https://docs.gorangocss.kawanua.id/layouts/flex.md)
- [Buttons](https://docs.gorangocss.kawanua.id/components/buttons.md)
- [Notice](https://docs.gorangocss.kawanua.id/components/notice.md)
- [Card](https://docs.gorangocss.kawanua.id/components/card.md)
- [Highlight](https://docs.gorangocss.kawanua.id/components/highlight.md)
- [Float](https://docs.gorangocss.kawanua.id/components/float.md)
- [Badge](https://docs.gorangocss.kawanua.id/components/badge.md)
- [Background Color](https://docs.gorangocss.kawanua.id/utilities/background-color.md)
- [Border](https://docs.gorangocss.kawanua.id/utilities/border.md)
- [Border Properties](https://docs.gorangocss.kawanua.id/utilities/border/border-properties.md)
- [Rounded Border](https://docs.gorangocss.kawanua.id/utilities/border/rounded-border.md)
- [Margin](https://docs.gorangocss.kawanua.id/utilities/margin.md)
- [Padding](https://docs.gorangocss.kawanua.id/utilities/padding.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://docs.gorangocss.kawanua.id/master.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.
