# Installing Umbraco Forms

Install Umbraco Forms following either of the two guides:

* [Via NuGet](#installation-via-nuget), or
* [Via a Terminal](#installing-using-the-terminal).

## Prerequisites

An Umbraco CMS website set up locally or in a development environment.

## Installation via NuGet

To install Umbraco Forms using NuGet in Visual Studio, follow these steps:

1. Open the project in Visual Studio.
2. Go to **Tools** -> **NuGet Package Manager** -> **Manage NuGet Packages for Solution**.
3. Select the **Browse** tab.
4. Search for `Umbraco.Forms`.
5. Select the package.
6. Choose the project you want to install it into.
7. Install the latest stable version of the package.

## Installing using the terminal

You can also install Umbraco Forms using a terminal. Follow these steps:

1. Open a terminal of your choice.
2. Navigate to the folder containing your Umbraco CMS project.
3. Install the `Umbraco.Forms` NuGet package with the following command:

```console
dotnet add package Umbraco.Forms
```

4. Build and run your project.

## Start Building Forms

Once the installation is complete and the site is running, you will see a **Forms** section in the Umbraco backoffice similar to the screen below:

![Create form](/files/DdRP4US27ruAIYt5M0Z7)

The next step is to [configure the license](/umbraco-forms/installation/the-licensing-model.md).

## Using Forms

For details on creating and managing forms, see the [Editor Documentation](/umbraco-forms/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/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.
