# Getting Started

## **Overview** <a href="#id-2p4ylpspjcft" id="id-2p4ylpspjcft"></a>

UFormKit is a package for Umbraco which enables you to create and manage multiple contact forms on your site,  and customize the form and the mail contents flexibly with simple markup

UFormKit is heavily inspired and influenced by the ContactForm7 plugin for WordPress - <https://wordpress.org/plugins/contact-form-7/> and we feel that the Umbraco community would benefit from similar solution.

This tutorial serves as an introductory guide to the UFormKit package for Umbraco. Throughout this guide, you will find a range of examples that illustrate how to effectively display a form on your page.\
Additionally, it explains the customization of forms and email settings, offering detailed insights and instructions for tailoring these elements to your specific needs.

**System requirements**

Umbraco 10.0+, Microsoft SQL Server database

## **Installation** <a href="#cmck12fe46s1" id="cmck12fe46s1"></a>

#### **Command line** <a href="#eao9qt8i2f3t" id="eao9qt8i2f3t"></a>

UForm Kit can be installed using the NuGet Package Manager, by running the following command at the command line prompt in your web project folder.

dotnet add package UFormKit

#### **Visual Studio** <a href="#lt9sjlaqmyhz" id="lt9sjlaqmyhz"></a>

In Visual Studio, you can use the NuGet Package Manager GUI from the Tools menu, by selecting Tools > NuGet Package Manager > Manage NuGet Packages for Solution.

Alternatively, you can run the following command from the NuGet Package Manager Console:

Install-Package UFormKit

## **Upgrading** <a href="#gir7vld1w8tr" id="gir7vld1w8tr"></a>

#### **Command line** <a href="#kf4ergg0ihrp" id="kf4ergg0ihrp"></a>

UForm Kit can be upgraded to the latest version by running the following command at the command line prompt from your web project folder.

dotnet add package UFormKit


---

# 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://hexxu-services-ltd.gitbook.io/uform-kit-documentation/getting-started.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.
