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

# New content fields and media tools

> Use grouped fields, ordered galleries, visual editing, and media tools in Fimo Studio.

Fimo now supports grouped fields and ordered multi-image fields, alongside
visual editing and media generation in Studio.

![Portico Journal entry editor in Fimo Studio with an ordered gallery field](https://assets.fimo.ai/cdn-cgi/image/width=1410,fit=scale-down,format=png/docs/studio/studio-content-gallery-2x-20260825.png)

The gallery field keeps the image sequence visible and in order while you edit
the entry.

## Define the fields in code

A field can look like this inside a schema:

```json theme={null}
{
  "groups": [{ "id": "media", "label": "Media" }],
  "fields": {
    "gallery": {
      "type": "media",
      "multiple": true,
      "group": "media"
    }
  }
}
```

Push the schema to the Branch your team uses:

```bash theme={null}
fimo schemas push Story
```

See [content schemas](/docs/cli/content) for the full field reference, then
[manage entries in Studio](/docs/studio/cms).

## Edit the result in context

Select visible text and images in Preview and update them without leaving the
site. Upload, organize, or generate media in the Media library, then reuse it
in content and AI chat.

[Edit visually](/docs/studio/visual-editing), [manage media](/docs/studio/media-library),
or [generate images and videos](/docs/cli/media).

[See all updates](/docs/changelog/overview)
