# Hybrid

Beginning with Wisej.NET 3.5, we introduced the new Wisej.NET Hybrid system, which is built upon our hybrid MAUI client. This system leverages the capabilities of the .NET Multi-platform App UI (MAUI) to provide a seamless and integrated application development experience, allowing developers to build more versatile applications that can run across various platforms efficiently.

With Wisej.NET Hybrid, you can deploy a Wisej.NET application locally on iOS, Android, macOS, Linux, and Windows. This platform allows you to write your code exclusively in C# or VB.NET and maintain a single code base for all these platforms.

Wisej.NET Hybrid, when on .NET Core, also supports running applications entirely on the local device, enabling a fully offline mode.

<table><thead><tr><th>OS</th><th data-type="checkbox">Online</th><th data-type="checkbox">Offline (.NET Core)</th><th data-type="checkbox">Offline (.NET Fx)</th></tr></thead><tbody><tr><td>iOS</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Android</td><td>true</td><td>true</td><td>false</td></tr><tr><td>MacOS</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Linux</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Windows</td><td>true</td><td>true</td><td>false</td></tr></tbody></table>

For more information, visit the Wisej.NET Hybrid documentation.

{% embed url="<https://docs.wisej.com/hybrid>" %}


---

# 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.wisej.com/deployment/targets/hybrid.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.
