> 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-workflow/getting-started.md).

# Getting Started

- [Content Approval Settings](https://docs.umbraco.com/umbraco-workflow/getting-started/content-approval-settings.md)
- [Content Review Settings](https://docs.umbraco.com/umbraco-workflow/getting-started/content-review-settings.md)
- [Dashboards and Buttons](https://docs.umbraco.com/umbraco-workflow/getting-started/dashboards-and-buttons.md)
- [Submitting Content for Approval](https://docs.umbraco.com/umbraco-workflow/getting-started/submitting-changes.md): Learn how to submit content changes for Workflow approval
- [Workspace View](https://docs.umbraco.com/umbraco-workflow/getting-started/workflow-workspace-view.md)
- [Notifications](https://docs.umbraco.com/umbraco-workflow/getting-started/notifications.md)
- [Configuration](https://docs.umbraco.com/umbraco-workflow/getting-started/configuration.md): Get an overview of various options for customizing the configuration of your Umbraco Workflow installation.
- [Approval thresholds](https://docs.umbraco.com/umbraco-workflow/getting-started/approval-thresholds.md): Use thresholds to configure how many approvals a workflow in Umbraco Workflow requires to be considered complete.
- [History Cleanup](https://docs.umbraco.com/umbraco-workflow/getting-started/history-cleanup.md)


---

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

```
GET https://docs.umbraco.com/umbraco-workflow/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.
