> For the complete documentation index, see [llms.txt](https://docs.exaplan.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exaplan.one/operation/demo-panel.md).

# Demo Panel

Click on "browse Demos" in the Project section to open the demo panel.

There you can open and customize five highlight plans each with a preset project (.json) and a custom thumbnail picture.

<figure><img src="/files/BQztMzxXltgq2uTab0u3" alt=""><figcaption></figcaption></figure>

Once you are finished editing, click on "confirm" on the top left to save. The demos are perpetually saved in the application.

A configuration file is automatically created and can be viewed here:

`\Exaplan\Exaplan_Data\StreamingAssets\Exaplan_DemoProjects.json`&#x20;

Example

```json
{
    "projects": [
        {
            "projectPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\Car Blueprint.json",
            "thumbnailPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\DemoCar.png"
        },
        {
            "projectPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\Demo Office .json",
            "thumbnailPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\DemoOffice.png"
        },
        {
            "projectPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\Mechanical Workshop.json",
            "thumbnailPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\DemoFactory.png"
        },
        {
            "projectPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\Train.json",
            "thumbnailPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\DemoTrain.png"
        },
        {
            "projectPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\House.json",
            "thumbnailPath": "C:\\Exaplan\\Exaplan_Data\\StreamingAssets\\Demo_Data\\DemoHouse.png"
        }
    ]
}
```
