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

# Backoffice Essentials

Whether you are an editor managing daily content or a developer configuring the system for the first time, understanding the Backoffice is essential. This section covers the fundamental operations of the Umbraco interface from initial login and content creation to advanced node management.

Once you are familiar with the basics, the [Tips and Tricks](/umbraco-cms/get-started/backoffice-essentials/tips-and-tricks.md) section covers audit trails, notifications, session timeout, and other useful backoffice features.

## What this section covers

* **Content lifecycle** — create, save, preview, publish, and unpublish content
* **Node management** — find, edit, sort, move, copy, delete, and restore pages

## Related Resources

* [Publishing and workflow](/umbraco-cms/manage-and-publish-content/publishing-and-workflow.md)
* [Media and assets](/umbraco-cms/manage-and-publish-content/media-and-assets.md)
* [Users and members](/umbraco-cms/manage-and-publish-content/users-and-members.md)
* [The Starter Kit](/umbraco-cms/develop-with-umbraco/tutorials/starter-kit.md)

***

## Umbraco Training

Umbraco HQ offers training on backoffice workflows, content management, and editorial best practices.

The course is useful for content editors, project managers, and other team members who want a stronger foundation in working with Umbraco.

[Explore the Umbraco Content Management Training Course](https://umbraco.com/training/course-details/content-management/).


---

# 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://docs.umbraco.com/umbraco-cms/get-started/backoffice-essentials.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.
