# Export block

**How to Export a Block**

1. Update to the latest version of the Edwiser Page Builder plugin.
2. Update to the latest version of the Edwiser RemUI theme.
3. After updating, the **Export** button will be visible on advanced blocks.
4. Click the **Export** button to download a JSON file to your system. If the JSON file does not download, ensure that your browser is not blocking file downloads.

**How to Import a Block**

1. Navigate to your live site or the site where you want to import the block. Ensure that both the Edwiser Page Builder plugin and theme are updated.
2. Select the desired region, click the **Add a Block** button, and in the **Add a Block** modal on the left sidebar, you will find the **Import Block** button. Click on it to add the imported block to the site.
3. Browse your system to upload the downloaded JSON file using the file chooser, then click **Submit** to import the block.

**Notes:**

* The export functionality is available only for static blocks.
* If you are exporting blocks from a local or offline site, you must manually upload images and videos.
* Modifying the downloaded JSON file will corrupt it, making it unusable.
* The latest version of the Edwiser Page Builder plugin is required on both sites.


---

# 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://remui-docs.edwiser.org/export-block.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.
