# Hosting an Umbraco project

You can find resources to guide you through the process of installing and hosting different types of Umbraco projects. Here you will find details on Azure setups, our [Umbraco Cloud](https://app.gitbook.com/s/PzKn70Piyd2fd5UkYZGf/explore-umbraco-cloud/what-is-umbraco-cloud) hosting service, how to upgrade Umbraco, and much more.

In this section, you will also find information on areas such as load balancing, deployment,s and user management.

## Installing and Configuring Umbraco

Learn how to set up and configure your Umbraco project locally or on your server.

* [Set up Umbraco](https://docs.umbraco.com/umbraco-cms/fundamentals/setup):  Step-by-step guidance for starting a new project.
* [Install Umbraco](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install)**:** Instructions for installation via NuGet or manual setup.
* [Upgrading Umbraco](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading): How to safely update to newer versions of Umbraco CMS.

## Server Requirements and Configuration

Ensure your server environment meets the technical needs for hosting Umbraco projects.

* [Server Setup](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup): Different ways of setting up servers for use with Umbraco.
* [Running on Azure Web Apps](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps): Guidance for hosting Umbraco projects on Microsoft Azure.
* [Load Balancing & Scaling:](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/load-balancing) Tips for multi-server setups to handle traffic efficiently.

## Related Resources

* [External Login Providers](https://docs.umbraco.com/umbraco-cms/reference/security/external-login-providers): Configure external authentication for users.
* [User Management](https://docs.umbraco.com/umbraco-cms/fundamentals/data/users): Guide to creating and managing user accounts and permissions.
* [Deployment Guidance](https://docs.umbraco.com/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/cloud-to-cloud): Best practices for deploying changes between environments.


---

# 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/getting-started/hosting-an-umbraco-infrastructure.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.
