# Control Panel

The Existent Control Panel is a tool for seeing and altering the game state and for launching various tools.  It has been implemented as a separate window for use when streaming to a headset.

It can be shown in three different modes.

* Client mode which shows tabs relevant to an existent player.
* Client/server mode which shows tabs relevant to both a player and to the server.
* Server mode which shows the server tabs, but also the trackers tab.  This is a bug please ignore the trackers tab.

The Control Panel panel will not be shown if a game session is started as a client and the player is not a type of Existent Player.

The available tabs are Trackers, Level, Alignment, Server and Recordings.&#x20;


---

# 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.existent.com/documentation/guides/inspection-panel.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.
