> 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/13.latest/implementation.md).

# Implementation

- [Learn how Umbraco works](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/learn-how-umbraco-works.md): Get to know the Umbraco codebase.
- [Routing](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/default-routing.md)
- [Controller & Action Selection](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/default-routing/controller-selection.md)
- [Execute Request](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/default-routing/execute-request.md)
- [Request Pipeline](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/default-routing/inbound-pipeline.md)
- [Custom Routing](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/custom-routing.md): Learn everything you need to know about custom routing in Umbraco CMS.
- [Adding a hub with SignalR and Umbraco](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/custom-routing/signalr.md): Umbraco ships with signalR installed, find out how to add your own hub(s) to the existing setup
- [Controllers](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/controllers.md): An Umbraco API Controller is an ASP.NET WebApi controller that is used for creating REST services.
- [Data Persistence (CRUD)](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/data-persistence.md)
- [Composing](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/composing.md): This article covers the topic of composing in Umbraco.
- [Integration Testing](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/integration-testing.md): A guide to getting started with integration testing in Umbraco
- [Nullable Reference Types](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/nullable-reference-types.md): In this article we describe what Nullable reference types is.
- [Services and Helpers](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/services.md): Umbraco has a range of 'Core' Services and Helpers that act as a 'gateway' to Umbraco data and functionality to use when extending or implementing an Umbraco site.
- [Circular Dependencies](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/services/circular-dependencies.md)
- [Unit Testing](https://docs.umbraco.com/umbraco-cms/13.latest/implementation/unit-testing.md): A guide to getting started with unit testing in Umbraco


---

# 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/13.latest/implementation.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.
