# Web-First to native

If we believe that the web browser is a perfect way to enjoy Sougen, we should not forget users who prefer to use apps.

As mentioned before, Sougen is using React. This framework is offering tremendous advantages compared to other solutions:

Great performance. Stability and reliability (React is used by many fortune 500 companies) The same code base for deployment on iOS, Android, Windows, and macOS.

This last point implies a huge saving in development time and cost.

Thank to React we will soon also be able to compile Sougen in a version offering the same experience as a native application.

Also to offer more ways to our users to enjoy Sougen, our team already added controller support and is already working on a VR version of the project.

By the end of 2022, we are confident that Sougen will be accessible from every device whether in a web browser or inside applications.

Making Sougen the first Metaverse to reach this achievement.


---

# 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.sougen.co/sougen-technical-advantages/web-first-to-native.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.
