> For the complete documentation index, see [llms.txt](https://docs2.bunifuframework.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs2.bunifuframework.com/docs/ui/components.md).

# Components

- [Bunifu Color Transition](https://docs2.bunifuframework.com/docs/ui/components/bunifu-color-transition.md): Add intuitive color transitions in your applications
- [Bunifu Drag](https://docs2.bunifuframework.com/docs/ui/components/bunifu-drag.md): Create drag-gable forms
- [Bunifu Elipse \[Deprecated\]](https://docs2.bunifuframework.com/docs/ui/components/bunifu-ellipse.md): Take Control of your Form's non-client area with a stylish smooth-edged custom border
- [Bunifu Form Dock](https://docs2.bunifuframework.com/docs/ui/components/bunifu-form-dock.md): Easily enrich borderless Windows Forms with docking and resizing capabilities as found in the standard Windows Forms.
- [Bunifu Form Drag](https://docs2.bunifuframework.com/docs/ui/components/bunifu-form-drag.md): Make form drag operations easier and in seconds with Bunifu Form Drag
- [Bunifu Form Resizer](https://docs2.bunifuframework.com/docs/ui/components/bunifu-form-resizer.md): Add resize capabilities to a borderless Windows Form.
- [Bunifu Snackbar](https://docs2.bunifuframework.com/docs/ui/components/bunifu-snackbar.md): Add stunning, interruptive-free notifications to your interfaces
- [Bunifu Transition](https://docs2.bunifuframework.com/docs/ui/components/bunifu-transition.md): Integrate beautiful control transitions in your applications


---

# 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:

```
GET https://docs2.bunifuframework.com/docs/ui/components.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.
