# Getting Started

- [Choosing Umbraco](https://docs.umbraco.com/getting-started/managing-an-umbraco-project.md): Find the resources needed to successfully plan, build, and manage an Umbraco project.
- [Exploring the Umbraco Products](https://docs.umbraco.com/getting-started/exploring-the-umbraco-products.md): Explore the unique features and use cases of Umbraco products to find the perfect fit for your project.
- [Hosting an Umbraco project](https://docs.umbraco.com/getting-started/hosting-an-umbraco-infrastructure.md): Here you will find details on Azure, Umbraco Cloud, upgrading Umbraco, server configuration and system requirements.
- [Creating websites](https://docs.umbraco.com/getting-started/creating-websites-with-umbraco.md): This section provides beginner-friendly tools and guidance to get started with Umbraco
- [Editing websites](https://docs.umbraco.com/getting-started/editing-websites-with-umbraco.md): This section introduces the tools and information needed to start editing content in Umbraco.
- [Developing websites](https://docs.umbraco.com/getting-started/developing-websites-with-umbraco.md): Find the resources needed to develop and customize an Umbraco website, whether working with backend functionality or extending the backoffice.
- [Customizing Umbraco](https://docs.umbraco.com/getting-started/developing-websites-with-umbraco/customizing-umbraco-sites.md): This section shows you some beginner tools and information to get your started with Umbraco. From making a local installation to extending the backoffice.
- [Extending the Umbraco Backoffice](https://docs.umbraco.com/getting-started/developing-websites-with-umbraco/extending-the-umbraco-backoffice.md): The Umbraco backoffice itself can be customised and extended, this section is dedicated to getting started with these extension points.


---

# 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.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.
