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

# Manage entries

> Add, edit, and delete entries inside collections.

An **Entry** is like baking a cake from a recipe. The **Collection** is the recipe (it defines the ingredients: title, image, description). Each **Entry** is one cake you create, and you can bake as many as you need.

<img src="https://mintcdn.com/strapi/0Ep3uvShniViho5A/public/images/fimo-content-entries.png?fit=max&auto=format&n=0Ep3uvShniViho5A&q=85&s=cbdf0a4594a88cb86b598b895e0b59e2" alt="Fimo Collections Page" width="3144" height="2020" data-path="public/images/fimo-content-entries.png" />

## What you can do?

Inside any collection, you can manage its entries:

* **Add entries**: create new items following the collection’s structure (e.g., a new blog post, product feature, or team member).
* **Edit entries**: update text, images, and links directly. You can also replace images by selecting one from the **Media Library**.
* **Delete entries**: remove one or multiple items. Bulk delete is available for faster cleanup.

## Why it matters?

<Columns cols={2}>
  <Card title="Unlimited scale" icon="arrow-up-right-dots">
    Add as many entries as you need within a collection.
  </Card>

  <Card title="Consistent structure" icon="table-cells">
    Every entry follows the same fields, making your site predictable and easy to manage.
  </Card>

  <Card title="Connected to media" icon="photo-film">
    Pick and reuse images from the Media Library for consistency.
  </Card>

  <Card title="Control at your fingertips" icon="hand-peace">
    Edit or delete entries anytime, individually or in bulk.
  </Card>
</Columns>

## Workflow at a glance

<Steps>
  <Step title="Open a collection">
    Browse the entries that belong to it.
  </Step>

  <Step title="Add or edit an entry">
    Fill in the fields (title, image, description, etc.) or update existing content.
  </Step>

  <Step title="Save and reuse">
    Entries are stored in the CMS and instantly reflected in Preview.
  </Step>
</Steps>

Right now, entries can use these field types:

* **Text** — short labels, titles, or names
* **Number** — for quantities or ordering
* **Media** — images or assets from the Media Library

<Note>
  Entries are flexible: you can create as many as needed, edit them anytime, and keep them in sync with your Media Library.
</Note>

<Callout icon="wand-magic-sparkles" type="info">
  We’ll be adding support for more field types soon, including **links, rich text, checkbox, date, select, multi-select, user, phone,** and **relations**.
</Callout>
