# Import and Export

One of RouteEffect's best features is its ability to simulate a Videohub. This can be a replica of a real Videohub or an imaginary Videohub. What's great is that the simulated Videohub acts pretty much like a real one; you can change the routes, add icons, colors, and short labels to inputs and outputs, run shortcuts and presets against it, and more.

RouteEffect lets you import and export data from real and simulated Videohubs back and forth. This is useful if you use a simulator of a real Videohub. When you're done with your changes, you'll want to copy them back to the real Videohub.

{% hint style="danger" %}
Be careful though! With great power comes great responsibility. Making bulk changes to your Videohub installation may result in changed routes and renamed labels. Make sure you have a [stable backup](/import-and-export/backing-up-a-videohub.md) of your Videohub before making any changes using RouteEffect's import and export features.
{% endhint %}


---

# 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.routeeffect.com/import-and-export.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.
