# Welcome

This wiki serves as the comprehensive technical documentation for TheOpenPresenter system. Whether you're interested in understanding the system architecture or planning to contribute to its development, you'll find detailed information about the platform's inner workings here.

### Scope

This documentation is primarily intended for:

* Developers
* System administrators
* Technical contributors
* Those interested in extending TheOpenPresenter's functionality

> **Note**: If you're looking for user documentation or operating instructions, please note that these are not available yet and will be published separately as the software matures.

As an open-source project, we encourage community contributions and hope these resources will enable developers to effectively work with and enhance the platform.

Feel free to explore the sections that interest you, and don't hesitate to contribute to improving this documentation.


---

# 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.theopenpresenter.com/introduction/readme.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.
