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

# Concepts

> Understand the core concepts that power Fimo.

The **Concepts** section gives you a quick tour of the building blocks that make up Fimo. Each concept represents a key part of how you create, manage, and publish websites.

## Why it matters?

By understanding these concepts, you’ll know:

* How websites are structured in Fimo
* Where to create and edit content
* How code, media, and settings connect
* How projects and organizations keep your work organized

## Main concepts

<Columns cols={2}>
  <Card title="Preview" icon="eye" href="/preview/overview">
    Test and refine your site before publishing.
  </Card>

  <Card title="Content" icon="pen-to-square" href="/content/introduction">
    Manage all text, images, and links in one place.
  </Card>

  <Card title="Assets" icon="photo-film" href="/assets/overview">
    Store, organize, and reuse your media library.
  </Card>

  <Card title="Code" icon="code" href="/code/overview">
    View and edit the code behind your site.
  </Card>

  <Card title="Deployment" icon="rocket" href="/publish/overview">
    Publish your site live in less than a minute.
  </Card>

  <Card title="Project" icon="layer-group" href="/project/overview">
    Each project is a fully independent website.
  </Card>

  <Card title="Organization" icon="people-group" href="/organization/overview">
    Manage members, teams, and collaboration.
  </Card>
</Columns>

<Note>
  Think of **Concepts** as the foundation of Fimo. Once you know these, you can explore each section in detail to master your workflow.
</Note>
