# Pre-Release Guide

The pre-release can be used to test your website and projects against the next major version of Umbraco CMS.

The first phase is a beta version, which is then followed by a Release Candidate.

This article contains all the resources needed for you to start testing.

* [How to Test the Pre-Release version](#test-the-pre-release-version)
* [New and Updated Documentation](#new-and-updated-documentation)

{% hint style="info" %}
This document will be updated and expanded as more and more documentation is added throughout the beta and release candidate phases.
{% endhint %}

## Test the Pre-Release version

Ensure you meet the prerequisites and move on to the installation steps outlined below.

### Prerequisites

* The latest [.NET SDK 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0).

### Install a Pre-Release Version

The [beta version is available on NuGet](https://www.nuget.org/packages/Umbraco.Templates/18.0.0-beta).

1. Install the Umbraco dotnet template for the beta.

```cmd
dotnet new install Umbraco.Templates::18.0.0-beta
```

2. Create a new Umbraco project.

```cmd
dotnet new umbraco -n MyCustomUmbracoProject
```

3. Navigate to the newly created folder.

```cmd
cd MyCustomUmbracoProject
```

4. Build and run the project.

```cmd
dotnet build
dotnet run
```

This will boot the project and write the log to the console. The website is now running on your local machine and will be available on the ports written in the console.

{% hint style="info" %}
Alternatively, you can install and run the Umbraco project using your favorite IDE (Integrated Development Environment).
{% endhint %}

## New and updated documentation

Here is a list of all the new or updated articles in this version.

* [Version Specific Updates: Breaking Changes](/umbraco-cms/18.latest/get-started/upgrading-and-migrating/version-specific.md)
* More coming soon

### Removed articles

* ILocalizationServices

### Updated articles

* Coming soon


---

# 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-cms/18.latest/understand-umbraco-cms/product-and-releases/release-candidate-guide.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.
