---
canonical: https://amplience.com/developers/docs/schema-reference/schema-examples/use/
title: Using the schema examples
description: Introduction to Amplience schema examples for use as the basis for content and slot type schemas. Example schemas for concepts such as numbers and strings.
audience: Developer
image: https://cdn.media.amplience.net/i/ampproduct/use-schema-examples-1?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2022-07-01
date_modified: 2026-04-15
---

# Using the schema examples

We've included a set of schema examples to help get you started and to use as the basis for your own content type and slot type schemas. You'll find example schemas covering the core concepts such as numbers, string and localization, how to define slots and the schemas used in our tutorials. Example schemas are also included to show how to use content field extensions (including our AI services), the filter API, hierarchies and the Dynamic Content Salesforce Commerce Cloud integration.

## Using the examples

To use one of the schema examples, choose "Content type schemas" from the "Development" menu and click the "Create schema" button.

!["When creating a schema you can choose one of our examples or build your own"](https://cdn.media.amplience.net/i/ampproduct/use-schema-examples-1?w=1880&fmt=png 'When creating a schema you can choose one of our examples or build your own')

Choose which schema you want to add to your library and click "Use this schema". In the image below we've chosen the "Generative rich text- URL" example which demonstrates the use of one of our AI services.

Clicking "More information" for any schema example will open up its corresponding documentation page.

!["The content type schema examples"](https://cdn.media.amplience.net/i/ampproduct/use-schema-examples-2?w=1880&fmt=png 'The content type schema examples')

The schema will already be configured for you. We recommend that you keep all the details the same because some schemas are designed to work together. Click "Create schema" to add the schema to your library.

!["All the schema details are filled in for you"](https://cdn.media.amplience.net/i/ampproduct/use-schema-examples-3?w=1880&fmt=png 'All the schema details are filled in for you')

The [schema editor](https://amplience.com/developers/docs/dev-tools/guides-tutorials/schema-editor) is opened with the schema you selected. From here you can update and register it.

Register the schema as a content type by choosing "Register" from the schema menu. You can then use the content type to create content.

For more information about registering a content type see [registering content types](https://amplience.com/developers/docs/dev-tools/guides-tutorials/content-types).

!["The schema editor is opened with the schema you selected"](https://cdn.media.amplience.net/i/ampproduct/use-schema-examples-4?w=1880&fmt=png 'The schema editor is opened with the schema you selected')

## Core concepts

A collection of schemas that demonstrate some of the key schema concepts.

- [Combining schemas](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/combine-schemas)

- [Default keyword](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/default)

- [Delivery keys](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/delivery-key)

- [Multiple delivery keys](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/multiple-delivery-keys)

- [Lists](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/lists)

- [Localized properties](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/localization)

- [Media](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/media)

- [Numbers](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/numbers)

- Partials

  - [Simple partial example](https://amplience.com/developers/docs/schema-reference/schema-examples/partials/simple-partial)

  - [Various partials](https://amplience.com/developers/docs/schema-reference/schema-examples/partials/various-partials)

- Slots

  - [Tutorial slot](https://amplience.com/developers/docs/schema-reference/schema-examples/slots/tutorial-slot)

  - [Localized slot](https://amplience.com/developers/docs/schema-reference/schema-examples/slots/localized-slot)

  - [SFCC slot](https://amplience.com/developers/docs/schema-reference/schema-examples/integrations/#sfcc-slot)

- [Text](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/text)

- [Validations](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/validations)

## Accelerators

A collection of schemas for the Dynamic Content accelerators- content types that you can use in your own projects including banners, sliders, images, text and video.

- [Accelerators](https://amplience.com/developers/docs/schema-reference/schema-examples/accelerators)

## AI services

Schemas to make it easy to get started with our AI extensions. We've included schema examples to use registered extensions and to reference the extension using its URL.

- [Generative rich text editor extension](https://amplience.com/developers/docs/ai-services/generative-rich-text-editor/#schema-examples)

- [Image alt text generator extension](https://amplience.com/developers/docs/ai-services/image-alt-text/#schema-examples)

- [SEO Assistant extension](https://amplience.com/developers/docs/ai-services/seo-assistant/#schema-examples)

## Blog

Schemas used to implement a blog. These are used as examples in the webhook and search sections.

- [Blog example](https://amplience.com/developers/docs/schema-reference/schema-examples/blog)

## Extensions

Schemas demonstrating how to use the maps, rich text, image transformation, localization and date time picker extensions.

- [Extensions](https://amplience.com/developers/docs/schema-reference/schema-examples/extensions)

## Filter

Schemas used for the examples on the [filter API](https://amplience.com/developers/docs/apis/content-delivery/filter-api) page.

- [Filter blog](https://amplience.com/developers/docs/schema-reference/schema-examples/filter/blog-filter-sort)

- [Product details](https://amplience.com/developers/docs/schema-reference/schema-examples/filter/filter-product-details)

## Hierarchies

Schemas used for the examples on the [using hierarchies](https://amplience.com/developers/docs/dev-tools/guides-tutorials/hierarchies) page.

- [Site menu hierarchy](https://amplience.com/developers/docs/schema-reference/schema-examples/hierarchies/site-menu-hierarchy)

- [Page hierarchy](https://amplience.com/developers/docs/schema-reference/schema-examples/hierarchies/page-hierarchy)

- [Ingredients hierarchy](https://amplience.com/developers/docs/schema-reference/schema-examples/hierarchies/ingredients-hierarchy)

## Integrations

Schemas demonstrating how to use the Dynamic Content Salesforce Commerce Cloud (SFCC) integration.

- [SFCC integration schema examples](https://amplience.com/developers/docs/schema-reference/schema-examples/integrations)

## Partials

Schemas containing definitions that are designed to be included in multiple schemas.

- [Simple partial example](https://amplience.com/developers/docs/schema-reference/schema-examples/partials/simple-partial)

- [Various partials](https://amplience.com/developers/docs/schema-reference/schema-examples/partials/various-partials)

## Slots

These schema examples include slots set up to contain content created from some of the other example schemas.

- [Tutorial slot](https://amplience.com/developers/docs/schema-reference/schema-examples/slots/tutorial-slot)

- [Localized slot](https://amplience.com/developers/docs/schema-reference/schema-examples/slots/localized-slot)

- [SFCC slot](https://amplience.com/developers/docs/schema-reference/schema-examples/integrations/#sfcc-slot)

## Tutorials

Schemas used in some of tutorials and examples.

- [Banner](https://amplience.com/developers/docs/schema-reference/schema-examples/tutorials/banner)

- [Banner carousel](https://amplience.com/developers/docs/schema-reference/schema-examples/tutorials/carousel)

- [Localized banner](https://amplience.com/developers/docs/schema-reference/schema-examples/tutorials/localized-banner)
