--- title: View Chronograf dashboards in presentation mode description: View dashboards in full screen using presentation mode. menu: chronograf_1_8: name: View dashboards in presentation mode weight: 130 parent: Guides --- Presentation mode allows you to view Chronograf in full screen, hiding the left and top navigation menus so only the cells appear. This mode might be helpful, for example, for stationary screens dedicated to monitoring visualizations. ## Enter presentation mode manually To enter presentation mode manually, click the icon in the upper right: To exit presentation mode, press `ESC`. ## Use the URL query parameter To load the dashboard in presentation mode, add URL query parameter `present=true` to your dashboard URL. For example, your URL might look like this: `http://example.com:8888/sources/1/dashboards/2?present=true` Note that if you use this option, you won't be able to exit presentation mode using `ESC`.