# Chips

### Usage

Chips are ideal for categorizing, filtering, or inputting data. They can dynamically display options, allowing users to add new chips and interact with the component.

### Customization

#### Custom Styling

You can modify the shapes of chips to fit your application's theme.

#### Adding Options

Enable the **Allow Adding Options** checkbox to let users add new chips dynamically.

#### Actions

The Chips component supports specifying actions that can be triggered by user interactions. You can define actions for the following events:

* **Top Actions**: Actions that appear at the top of the component.
* **Bottom Actions**: Actions that appear at the bottom of the component.
* **Value Changes**: Actions that trigger when the value of the chips changes.

{% @arcade/embed flowId="6c4u9xfS1vtht34FIVQK" url="<https://app.arcade.software/share/6c4u9xfS1vtht34FIVQK>" %}

For more detailed information on implementing actions, please refer to our [Action Documentation](https://docs.jetadmin.io/user-guide/workflow/steps/actions).


---

# 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.jetadmin.io/user-guide/design-and-structure/components/chips.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.
