# Managing players

In the Player tab you get a complete view of all the players that you control. For every player there are several settings and tools that you may find handy during the lifetime of the players.

For learning how to register new players you can read ["Registering your first player"](/getting-started/navigating-around.md).

When a player is registered you can always see if the player is online or offline:

![Online player](/files/-M_WnQNjPdEOZdL8MLGa)

{% hint style="info" %}
If a player goes offline it does not mean it has stopped playing content, it may just be a temporal internet issue.
{% 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.castmill.com/players/managing-players.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.
