# Extensions Overview

The following screenshot highlights some elements that are extensions. However, a single image cannot fully illustrate this, so we recommend exploring the options in more detail in the [Extension Types](#extension-types) article.

<figure><img src="https://2050077833-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb0WSXUuM7Qx5BfREagAI%2Fuploads%2Fgit-blob-144ff1379a17da5ab346061163f98329d7be1967%2Fbackoffice-overview-customizations.png?alt=media" alt=""><figcaption></figcaption></figure>

In this section, you can find the common terms, concepts and guides used to extend the Umbraco backoffice.

## [Extension Registry](https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-registry)

How to register extensions or manipulate others.

## [Extension Types](https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types)

An overview of the different ways to append functionality.

## [Extension Conditions](https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-conditions)

Make your extension appear only when certain conditions are met.


---

# 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/customizing/extending-overview.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.
