# Editor's Manual

The editor’s manual is a detailed user guide aimed at Umbraco editors for step-by-step instructions on performing everyday tasks with Umbraco.

## Introduction

Umbraco is an information platform that allows you to quickly publish information onto a website without the need for any prior knowledge of web page editing. It is designed to be powerful and flexible enough to enable user's full control of their website content.

No special skills are required to create, publish, and manage web pages and related content with Umbraco. Any prior web page editing experience you may have might prove useful in terms of understanding what you want your website to do. Anything you can do using HTML can also be done in Umbraco.

The Umbraco platform can be utilized for all types of websites – from public websites to intranets and extranets, whether password-protected or not. It can even be used to manage multiple websites from a single Umbraco instance. Regardless of the type, authorization to edit them can be given to anybody you choose and as editing is done via a web browser, it can be done at any time and in any place.

Umbraco is designed to be intuitive and straightforward, so this manual aims to explain each step with clear instructions and help get you editing your website with ease.

Happy editing!

## [Getting Started With Umbraco](https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/getting-started-with-umbraco)

Showing you the ropes on getting started with Umbraco. A walkthrough on how to log in, create and publish content, working with pages.

## [Working With Rich Text Editor](https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/working-with-content)

How to use the Rich Text Editor.

## [Version Management](https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/version-management)

How to compare versions and roll back different versions of content.

## [Media Management](https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/media-management)

How to work with media, organize folders, and do image editing.

## [Tips and Tricks](https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual/tips-and-tricks)

Providing a few tips and tricks on how to work with Content using Umbraco.

***

## Umbraco Training

Umbraco HQ offers a training course that covers an overview of the Umbraco backoffice, workflows, and best practices for managing content and media. The course targets content editors, project managers, and decision-makers who want to understand how Umbraco works.

[Explore the Umbraco Content Management Training Course](https://umbraco.com/training/course-details/content-management/) to learn more about the topics covered and how it can enhance your Umbraco development skills.


---

# 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/tutorials/editors-manual.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.
