# CRUD Floating Group

🍿 CRUD FLOATING GROUP is a reusable element used for CrateReadUupdateDelete (CRUD) operations.

By default, its width is limited to 480px.  But you can change the max width of the reusable by changing the max width of the element inside the element or on the page itself. Read more about responsive design in [this section](/core-concepts/responsive-design.md).

<figure><img src="/files/AEjObazte4S6yDJLj3IF" alt=""><figcaption><p>🍿 CRUD FLOATING GROUP in action</p></figcaption></figure>

It comes with 2 template sections that can be copied and used to create new ones. These are:

<figure><img src="/files/3u9xf12VHmgEuVNXe8tW" alt=""><figcaption><p>CRUD Template</p></figcaption></figure>

<figure><img src="/files/VCVRk41bQEc6BMzD65nx" alt=""><figcaption><p>MSG Template Icon</p></figcaption></figure>

CRUD Popup contains 1 pre-build and working section:

<figure><img src="/files/AcfPfHp1Ie3zZkb4Q7aF" alt=""><figcaption><p>CRUD User</p></figcaption></figure>

### Data manipulation and navigation

CRUD popup follows the framework practices like navigating with option sets and manipulating data using states.

If you want to learn more about passing data into reusables and navigating to different sections you can read about it in [this section.](/working-with-the-framework/data-and-workflows/crud.md)


---

# 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.openbuild.io/framework-elements/crud-floating-group.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.
