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

# Introduction

One of our main goal is to make the software available everywhere. With cloud, this is simple. But in the presentation world, offline is king.

This section explains how we made TOP accessible even when focused on its offline & local first capabilities.

### Cloud

An organization can be connected to the "cloud". A cloud is any TOP instance that is generally accessible. When connected, you will be able to access its projects through your local instance.&#x20;

#### Host Projects

Additionally, the cloud instance will also be able to access your local instance. This is only available when your local instance is running. While you do not have to use cloud to access your local projects, the cloud offers an easy and reliable way to establish connection to your local projects.&#x20;

### Local discovery

This is yet to be implemented


---

# 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:

```
GET https://docs.theopenpresenter.com/networking/introduction.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.
