> For the complete documentation index, see [llms.txt](https://contentbox.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://contentbox.ortusbooks.com/v3.x/usage/using-contentbox/tools/export.md).

# Export

Whether you have a website with a lot of traffic, or not, it pays to have a test / staging site setup to test out changes to your website. One of the biggest problems with having a staging and production website, is moving data from one environment into another. This need inspired the Content Import and Export features in ContentBox.

The Import and Export tools are located in the Admin menu under Tools.

![Export Tools are located under Tools in the Admin Menu](/files/-LA-UotU9Y1FCZKgUyN_)

From this panel you can choose to export your entire site or parts of it as a \*.box archive package.

![Export Tools Options - Everything or Picky](/files/-LA-UoteHY5ZuAJzr4yg)

You have 2 options, Export everything, and Mr Picky, where you can pick and choose.

![Export - Pick and Choose what to export - 1](/files/-LA-UotkRTIxoOBfkgva)

![Export - Pick and Choose what to export - 2](/files/-LA-Uotn1IXABWyHSuj3)

![Export - Pick and Choose what to export - 3](/files/-LA-Uotqcw7EX__aUdg5)

As you can see in the pick and choose, there are lots of options. Pages, Entries, Categories, ContentStore, Authors, Roles, Permissions, Security Rules, Settings and much more. This makes it easy to pick and choose the content you need to move.

When you are ready, you can click Export Preview to see exactly what will be exported ( see below ).

![Export Preview - See what you will export, and how many items of each type](/files/-LA-UotvJAOo44I8pLP4)

Once you are happy with your selection, click `Start Export`

![Are you sure you wish to start the export dialog](/files/-LA-UouIA0q3AY7AqF_G)

Once complete, you will be prompted to save your cbox file.

![Save Dialog Prompt](/files/-LA-UouMAvhSwTRiyPUQ)

Once you have exported your content into a cbox file, you can import it to the installation of your choice, through `Tools > Import`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://contentbox.ortusbooks.com/v3.x/usage/using-contentbox/tools/export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
