> 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/extend-your-project/tutorials.md).

# Tutorials

These tutorials walk you through common extension tasks in Umbraco, from creating your first backoffice extension to building custom APIs and dashboards.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Creating a Backoffice API</strong></td><td>Build a custom API in the Umbraco Management API with custom endpoints, versioning, and Swagger documentation.</td><td><a href="/pages/4q6E7L6VoOE7Vqt9jvVj">/pages/4q6E7L6VoOE7Vqt9jvVj</a></td></tr><tr><td><strong>Creating a Custom Dashboard</strong></td><td>Build a custom dashboard for the Umbraco backoffice with functionality, localization, and UI Library components.</td><td><a href="/pages/DUshEpuacuvRltPtkl4R">/pages/DUshEpuacuvRltPtkl4R</a></td></tr><tr><td><strong>Creating a Property Editor</strong></td><td>Build a custom property editor with configuration, server-side validation, and context integration.</td><td><a href="/pages/7tghloEzblKHA7JrncXf">/pages/7tghloEzblKHA7JrncXf</a></td></tr></tbody></table>

## Additional Tutorials

* [Creating Your First Extension](/umbraco-cms/extend-your-project/tutorials/creating-your-first-extension.md)
* [Creating Custom Views for Blocklist](/umbraco-cms/extend-your-project/tutorials/creating-custom-views-for-blocklist.md)
* [Extending the Help Menu](/umbraco-cms/extend-your-project/tutorials/extending-the-help-menu.md)
* [Getting Started with Entity Framework Core](/umbraco-cms/extend-your-project/tutorials/getting-started-with-entity-framework-core.md)
* [Connecting Umbraco Forms and Zapier](/umbraco-cms/extend-your-project/tutorials/connecting-umbraco-forms-and-zapier.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-cms/extend-your-project/tutorials.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.
