# Web

> Explains about developing Unity applications on Web platform that includes information about compatibility, limitations, Web Unity Editor settings amongst other aspects of developing Unity applications on Web platform.

Unity provides support for developing games on the Web platform. [WebGL](https://www.khronos.org/webgl/) lets you publish real-time interactive 3d graphics into a browser.

For information on getting started with a Web application, refer to the following sections:

| **Page**                                                                                                         | **Description**                                                             |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [Introduction](/engine/6000.0/manual/platform-specific/webgl/intro.md)                                           | Introduction to Web development in Unity                                    |
| [Web development](/engine/6000.0/manual/platform-specific/webgl/develop.md)                                      | Web specific development information such as memory, input, and networking. |
| [Build and distribute a Web application](/engine/6000.0/manual/platform-specific/webgl/building-distribution.md) | Information about building and testing your content for Web.                |
