# editpopupsreusable

## Edit Popups Reusable Overview

The popup to create or edit an object is a special kind, because it might be used by different users on different pages in your app. To reduce redundancy, we use a reusable element that contains a standard create/edit popup for each data element:

You can create a separate popup within the reusable for each data object you want to allow users to create/edit.

The standard popup includes the workflow logic to either create or edit a record depending on whether an existing record has been sent to the popup. Note: you will have to update the fields.

A copy of this reusable is within the [menufocusgroup reusable](https://docs.airdev.co/canvas/assets/reuseables/menufocusgroup), because a common option for an object is to Edit. The menufocusgroup reusable can be put in multiple places (e.g., a user facing page and the owner’s portal).

![](/files/-LaSQ5yUSz5jCGwHhvrM)


---

# 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.airdev.co/reviews-platform-template/assets/reuseables/editpopupsreusable.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.
