> For the complete documentation index, see [llms.txt](https://docs.datarhei.com/restreamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datarhei.com/restreamer/getting-started/overview.md).

# Overview

## The Main screen

After successful login, the main screen is a central point in the system and the starting point for all other settings.

{% hint style="info" %}
Without an active video source, the Video Wizard appears.
{% endhint %}

![Fig. 1: The main screen of the datarhei Restreamer.](/files/UuVhy1E1Ut1hp9QoI7ao)

{% content-ref url="/pages/TQ7MQ6TVzfagU06cE6LO" %}
[System settings](/restreamer/knowledge-base/manual/system-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/0eqvX7UfbK5OuJSo4hq8" %}
[Multi Video source](/restreamer/knowledge-base/manual/multi-video-source.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYddh7QPVP4ygK4xliI" %}
[Publication services](/restreamer/knowledge-base/manual/publications.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MYdXReaPhLKsKCt4P1U" %}
[Stream settings](/restreamer/knowledge-base/manual/edit-livestream.md)
{% endcontent-ref %}

{% content-ref url="/pages/EOUxi6gBsp1ChJKy10tR" %}
[Video player settings](/restreamer/knowledge-base/manual/video-player-settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/8F5EL0JI3UNBCsOlrp6w" %}
[System monitoring](/restreamer/knowledge-base/manual/system-monitoring.md)
{% endcontent-ref %}

{% content-ref url="/pages/03pjrGVb6cWtBKre7RDm" %}
[Process details](/restreamer/knowledge-base/manual/process-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/wJxrErHPDr8dG35o2rma" %}
[Process report](/restreamer/knowledge-base/manual/process-report.md)
{% endcontent-ref %}

## Learn more

{% content-ref url="/pages/-M\_uA53Pks3B1GyDSBc8" %}
[Manual](/restreamer/knowledge-base/manual.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXbmjmbPCKFuoZ5JEAU" %}
[Quick Start](/restreamer/getting-started/quick-start.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.datarhei.com/restreamer/getting-started/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
