---
canonical: https://amplience.com/developers/docs/integrations/extensions/
title: Extensions
description: Welcome section for the Amplience extensions documentation, linking to further information about how you can customize your experience with extensions.

audience: Developer
date_published: 2023-11-29
date_modified: 2023-12-04
---

import { ComponentWrapper } from '@site/src/setup/ComponentWrapper'; 

# Extensions

# Extensions

## Extension fundamentals

Extensions are simple web apps that extend the functionality of Dynamic Content. Learn how to register and develop your own extensions, also access a variety of examples.

- **Registering and using extensions**: Learn how to register each type of extension, configure which permissions it is granted and specify installation parameters. [Register extensions](https://amplience.com/developers/docs/integrations/extensions/register-use/)
- **Developing content field extensions: the slider**: Understand how to develop a content field extension using the example of a slider. [Develop slider extension](https://amplience.com/developers/docs/integrations/extensions/content-field/)
- **Developing content editor extensions: JSON viewer**: Understand how to use the extensions SDK and how to develop a simple content editor extension. [Develop JSON viewer](https://amplience.com/developers/docs/integrations/extensions/content-editor/)
- **Available extensions**: A variety of extensions to use in Dynamic Content, from maps to date time pickers. [Available extensions](https://amplience.com/developers/docs/integrations/extensions/examples/)
- **Extensions overview**: An overview of both content field extensions and dashboard extensions. [Read overview](https://amplience.com/developers/docs/integrations/extensions/extensions-overview/)
