> 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

Showcase a selection of your highlight projection

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="https://2429307855-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5asvmaYTBUEQm4EqgG47%2Fuploads%2FOwqFi3T1N9kIT4zmyHck%2Fimage.png?alt=media&amp;token=fac0ee2c-d051-4056-b9dd-1bcf04e89c72" 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"
        }
    ]
}
```
