# Web

> Explains how to develop Unity applications for the Web platform and includes information about compatibility, limitations, and Unity Editor settings.

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:

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