# CRUD Popup

🍿 CRUD POPUP is a reusable element dedicated to performing CRUD operations and as well confirmation actions.&#x20;

By default, its width is limited to 480px. If you want to read about the UI Framework, read [`this section`](/core-concepts/responsive-design.md).

It comes with 3 template sections that can be copied and reused 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>

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

CRUD Popup contains 2 pre-build and working sections:

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

<figure><img src="/files/sXLEtHHV5KYrArzTdzoJ" alt=""><figcaption><p>CRUD Delete - Users</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-popup.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.
