# Installing Umbraco Forms

Umbraco contains the **Forms** section, by default. You will see a similar interface, when you click on the **Forms** section in the **Umbraco Backoffice**.

![Form section in backoffice](https://1470284034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHN4dErU7ghf8hOdcQpSs%2Fuploads%2Fgit-blob-9ed7bf7f936ad38f43c6114ee3d73da2371d344e%2FForms_Section_Backoffice.png?alt=media\&token=44f9b733-09f5-434c-8e60-39322615041c)

## Video Tutorial

{% embed url="<https://www.youtube.com/watch?v=3Aojbp_1MPc>" %}

To install the Umbraco Forms package (**Umbraco.Forms**), follow these steps:

1. Identify the Umbraco CMS version your project is running.
2. Find a compatible version of Umbraco Forms that matches your Umbraco CMS version. A list of Umbraco Forms versions can be found on [nuget.org](https://www.nuget.org/packages/Umbraco.Forms#versions-body-tab).
3. Run the following command on a command prompt of your choice, replacing `<version_number>` with the appropriate version identified above:

   ```cli
   dotnet add package Umbraco.Forms --version <version_number>
   ```
4. Restart the web application using the following command:

   ```cli
    dotnet run
   ```

## Start Building Forms

Once the installation is successful, you will see a similar screen in the Forms section:

![Create form](https://1470284034-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHN4dErU7ghf8hOdcQpSs%2Fuploads%2Fgit-blob-e8ff764e518bdad59979f23fa8c5045a87c00087%2Fstart-with-forms-v9.png?alt=media\&token=a1edc20b-417c-43c6-83bd-6e82a0661d84)

## Using Forms

For details on using Forms, see the [Editor Documentation](https://docs.umbraco.com/umbraco-forms/13.latest/editor/creating-a-form).
