# Manage and Publish Content

- [Publishing and Workflow](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow.md): Publish content, schedule releases, manage dictionary items, and work with content version history in Umbraco.
- [Version Management](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow/version-management.md)
- [Comparing Versions](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow/version-management/comparing-versions.md)
- [Rollback to a Previous Version](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow/version-management/rollback-to-a-previous-version.md)
- [Editorial Tools](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow/editorial-tools.md)
- [Scheduled Publishing](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow/editorial-tools/scheduled-publishing.md): Each document in Umbraco can be scheduled for publishing and unpublishing on a pre-defined date and time.
- [Dictionary Items](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/publishing-and-workflow/editorial-tools/dictionary-items.md): Creating Dictionary Items in Umbraco
- [Media and Assets](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/media-and-assets.md): Upload and organise media files, manage folders, and crop images in the Umbraco backoffice.
- [Working with Folders](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/media-and-assets/working-with-folders.md)
- [Working with Media Types](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/media-and-assets/working-with-images-and-files.md)
- [Cropping Images](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/media-and-assets/cropping-images.md)
- [Users and Members](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/users-and-members.md): Manage backoffice users and front-end members, user groups, and permissions in Umbraco.
- [Users](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/users-and-members/users.md): Learn how to create, manage, and assign permissions to users in the Umbraco backoffice.
- [API Users](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/users-and-members/users/api-users.md): This guide will explain the concept of API Users, how they differ from regular Users, and how to define them
- [Members](https://docs.umbraco.com/umbraco-cms/manage-and-publish-content/users-and-members/members.md): Members are used for registering and authentication external / frontend users of an Umbraco installation. This could be Forum members and Intranet members.


---

# 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/manage-and-publish-content.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.
