---
canonical: https://amplience.com/developers/docs/start/create/
title: 'Step 2: Create'
description: The 2nd step in our Amplience developer getting started is to create content, in this case a banner, using the content type that you modeled in step 1.
how_to:
  name: "Create a banner content item in Dynamic Content"
  description: "Use the banner content type to create a content item, add a background image, display a visualization, and assign a delivery key."
  total_time: "PT10M"
  steps:
    - name: "Create a banner"
      text: "From the Content tab, choose Create content, select the banner content type, and enter the headline and strapline."
      anchor: "create-a-banner"
      image: "https://cdn.media.amplience.net/i/ampproduct/step2-create-content-2?w=1200&h=630"
    - name: "Add the background image"
      text: "Hover over the image field and click the + icon to open the asset browser and choose a background image from Content Hub."
      anchor: "add-the-background-image"
      image: "https://cdn.media.amplience.net/i/ampproduct/step2-create-content-3?w=1200&h=630"
    - name: "Display the visualization"
      text: "Click the eye icon to open the realtime visualization, add the call to action URL and label, then save the content item."
      anchor: "display-the-visualization"
      image: "https://cdn.media.amplience.net/i/ampproduct/step2-create-content-4?w=1200&h=630"
    - name: "Add a delivery key"
      text: "Choose Delivery key from the Save menu, enter a key such as banner-example, and click Save."
      anchor: "add-a-delivery-key"
      image: "https://cdn.media.amplience.net/i/ampproduct/step2-create-content-delivery-key-2?w=1200&h=630"
audience: Developer
image: https://cdn.media.amplience.net/i/ampproduct/step2-create-content-1?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2022-08-25
date_modified: 2023-12-06
---

# Step 2: Create 

In [Step 1](https://amplience.com/developers/docs/start/model) you created the content type for the banner. In this step you'll use that content type to create some content.

## Create a banner

- From the "Content" tab in the Dynamic Content app choose "Create content". The "Choose a content type" window is displayed.

![Choosing a content type with which to create content](https://cdn.media.amplience.net/i/ampproduct/step2-create-content-1?w=1880&fmt=png 'Choosing a content type with which to create content')

- Choose the banner you created in the previous step. Hover over the banner icon and press the "+" button. The content form opens ready for you to add some banner content.

![The banner content form](https://cdn.media.amplience.net/i/ampproduct/step2-create-content-2?w=1880&fmt=png 'The banner content form')

- Enter the headline and strapline. You can use whatever text you'd like.

### Add the background image

- Add the background image. Hover over the box labelled "image" and click the "+" icon. The asset library browser opens allowing you to choose an image from your Content Hub account. We've set the styling for the banner text to be white text, so choose an image with a dark background.

![Choosing an image from the asset library](https://cdn.media.amplience.net/i/ampproduct/step2-create-content-3?w=1880&fmt=png 'Choosing an image from the asset library')

### Display the visualization

- If you added a visualization when you registered the banner content type an eye icon is shown at the top right of the content form. Click this icon to show the visualization.

![The banner realtime visualization](https://cdn.media.amplience.net/i/ampproduct/step2-create-content-4?w=1880&fmt=png 'The banner realtime visualization')

- Add the call to action URL and label. The realtime visualization will update to show your changes as you type.

- Click the Save button at the top of the window.

## Add a delivery key

To retrieve content from the CMS you can use the content item id, or a delivery key. Delivery keys are strings of up to 150 characters that can contain alphanumeric characters, "-" and "\_", and "/" as long as it is not included at the start or end of the key.

For this tutorial you'll add a delivery key which is will be used to retrieve the banner content from the CMS in the [consume](https://amplience.com/developers/docs/start/consume) step.

To add the delivery key:

- Choose "Delivery key" from the "Save" menu in the content form.
- Enter the key to use for the banner. We've set up the banner code to use `banner-example` but you can use a different key if you want, you'll just need to remember to update the code in the final step to include the key you entered.

![Adding a delivery key for the banner](https://cdn.media.amplience.net/i/ampproduct/step2-create-content-delivery-key-2?w=1880&fmt=png 'The banner realtime visualization')

- Click "Save" to save the delivery key. A message is displayed when the delivery key is successfully saved.

![The delivery key has been assigned to the banner](https://cdn.media.amplience.net/i/ampproduct/step2-create-content-delivery-key-3?w=1880&fmt=png 'The banner realtime visualization')

You've now created your banner and added a delivery key to make it easier to retrieve from the CMS. In the [publish content step](https://amplience.com/developers/docs/start/publish) you'll publish the content ready for it to be retrieved from the CMS.
