> For the complete documentation index, see [llms.txt](https://uccelerate-docs.iglootheme.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uccelerate-docs.iglootheme.com/getting-started/installation.md).

# Installation

## **Step 1**

To install Uccelerate, you first need to have a working Ucommerce installed. To do this, follow the instructions on [**Ucommerce For Umbraco**](https://docs.ucommerce.net/ucommerce/v9.3/umbraco/install-ucommerce-on-Umbraco.html). We recommend that you make a local installation from NuGet.

## Step 2

{% hint style="info" %}
**If you intend to use Umbraco Forms** in your project make sure to install that before installing Uccelerate.
{% endhint %}

When you have a running Ucommerce installation you can install the package provided to you on purchase. The installation is a standard Umbraco package installation. Follow the steps below.<br>

1. Log in to your Umbraco site and go to the Developer section.
2. Click on Packages
3. Click on Install local
4. Drag in the Uccelerate package
5. Accept terms of use and click Install Package

### Installation on Umbraco Cloud

If you intend to host the solution on Umbraco Cloud we recommend that you run the installation locally first and then push it to Cloud to ensure that all files and changes from the installation are committed to Git.

## **Step 3**

After installation, you need to install the license provided to you on purchase. You do this the same way you install the Ucommerce license. You simply add the **Uccelerate.key** to your root folder and restart the site.

## After installtion

1. Go to the Content section and right click the site node than choose ”Publish”. Check both checkboxes and press the ”Publish” button.
2. Add SMTP credentials in Web.config &#x20;
3. Connect to Order-confirm E-mail Template node in Ucommerce under Settings > E-mail > Profiles > Default > OrderConfirmation&#x20;
4. Add Shipping Method
5. Add Payment Method


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://uccelerate-docs.iglootheme.com/getting-started/installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
