> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Content Entry

> Learn how to create a content entry in Kibo CMS.

In the previous tutorial, we learned how to create a [content model](/pages/cms-create-content-model), and
in this tutorial, we will explore how to create a [content entry](/pages/cms-glossary#content-entry).
As an example, we will create a **Product** content entry with the following attributes:

| Field       | Value                                          |
| :---------- | :--------------------------------------------- |
| Name        | Relaxed Sweatshirt                             |
| Description | Top sweatshirt fabric made from a cotton blend |
| Price       | 10                                             |

## Prerequisites

To create a content entry, the prerequisite is to have a content model.
If you don't have any content model yet, please follow this [tutorial](/pages/cms-create-content-model) to create a content model.

## Create Content Entry

1. From the **Side Menu**, Click **Content** > **Ungrouped** > **Product**.

   > The **Product** content entry screen opens.
   > OR
   > From the **Side Menu**, Click **Content Modeling** > **Models**.

   > The **Content Models** screen opens.

   1. Hover over the **Product** content model.
   2. Click **View entries**.

2. Click **+ New Product**.

   > The **New Product** entry screen opens.

3. In the **Name** textbox, type **Relaxed Sweatshirt**.

4. In the **Description** textbox, type **Top sweatshirt fabric made from a cotton blend**.

5. In the **Price** textbox, type **10**.

6. Click **Save & Publish**.

   > The **Publish Product** confirmation screen appears.

7. Click **Yes, publish!**

   > The message "Relaxed Sweatshirt was published successfully!" displays.

Congratulations! You have created your first content entry.

## Additional Information

### Content Revision

Every time you save any content entry, a new revision is created. You can see all the content revisions in the **REVISONS** tab.

<img src="https://mintcdn.com/kibocommerce-59e68a4a/NY-Wcyaw64fZNym1/images/cms/create-content-entry/content-entry-revision.png?fit=max&auto=format&n=NY-Wcyaw64fZNym1&q=85&s=a7433c4b19df94dbd2021445c6607906" alt="Content Entry Revision" width="1919" height="944" data-path="images/cms/create-content-entry/content-entry-revision.png" />
