# 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](/files/5MZvMVc9OScwGo274tW3)

## 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](/files/qGMh9TwCy3hj5oUP2gR9)

## Using Forms

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


---

# 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.umbraco.com/umbraco-forms/13.latest/installation/install.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.
