# Features

- [Customization Overview](https://docs.floatgrids.com/features/customization-overview.md): Customize Color, font styles, typographies and corners to all the UI components at once.
- [Color Palette](https://docs.floatgrids.com/features/color-palette.md): Token based color palette in both Figma and Unity.
- [Typography](https://docs.floatgrids.com/features/typography.md): FloatGrids include in the Unity package 9 different fonts for you to choose. However you can use your own, whatever you do, you can apply it to all the UI components with a couple of clicks.
- [Corners](https://docs.floatgrids.com/features/corners.md): Apply corners to the primitive prefabs to get them applied to all your components.
- [UI Components](https://docs.floatgrids.com/features/ui-components.md): FloatGrids has, so far, 32 UI components, all of them are interactive in the Fima file and ready-to-use in Unity.
- [Icons](https://docs.floatgrids.com/features/icons.md): FloatGrids uses the Material Icons set. However you can perfectly use your own.
- [Logo](https://docs.floatgrids.com/features/logo.md): Assign your logo sprite in the prefab Product Logo so it'll get applied automatically to the menu.
- [UX Resources](https://docs.floatgrids.com/features/ux-resources.md): FloatGrids includes UX features to ensure that panels are properly positioned relative to the user's point of view and that their size fits perfectly within the user's field of vision.


---

# Agent Instructions: 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://docs.floatgrids.com/features.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.
