# Action Components

Action components are elements within a user interface designed to facilitate user actions and interactions. These components typically include buttons, links, menus, and other clickable or touchable elements that users can interact with to complete tasks or navigate the UI. Effective action components are designed to be clear, intuitive, and easily accessible, and are often designed with visual cues such as color, shape, and animation to communicate their function and importance. Action components play a critical role in creating usable and intuitive interfaces, allowing users to complete tasks and achieve their goals.

The three basic action components in this system are

* Buttons
* Floating Action Buttons (FAB)
* Icon Buttons


---

# 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://abhishekshankar.gitbook.io/uxm/the-system/action-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.
