> ## 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 collections

> Organize content with collections and entries.

A **Collection** works like a recipe: it defines the list of ingredients you need to create something. For example, a blog post collection might include a title, image, author, and body text. Each new blog post is an **Entry**, just like baking another cake from the same recipe.

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

## How collections are created?

You don’t need to set up collections yourself. Fimo analyzes your website structure and:

* Suggests the right collections based on your pages
* Automatically creates entries to fill new pages with content

This way, your site always has the content it needs in the right format.

<Note>
  Collection structures can’t be edited yet. They are generated automatically to match your website’s requirements.
</Note>

## What you can do?

In the **Content** tab, you can:

* See all collections created for your site
* Enter a collection to browse its entries
* Search, filter, and sort entries by fields like title, order, or creation date
* Open an entry to view and edit its content

## Why it matters?

<Columns cols={2}>
  <Card title="Stay organized" icon="folder">
    Collections keep related content structured and predictable.
  </Card>

  <Card title="Scale with ease" icon="wand-magic-sparkles">
    Add as many entries as you need, like writing dozens of blog posts or product features.
  </Card>
</Columns>

## What’s next?

Once you’re familiar with collections, learn how to manage the **entries** inside:

<Card title="Manage entries" icon="list" href="/content/manage-entries">
  Edit text, images, and links stored in your collections.
</Card>
