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

# User guides

> Learn how to use Mistrive for container images and artifact management

These guides cover day-to-day usage of Mistrive services. Whether you're pushing container images, managing access for your team, or integrating with CI/CD pipelines, you'll find step-by-step instructions here.

## Getting started

<CardGroup cols={2}>
  <Card title="Initial setup" icon="wand-magic-sparkles" href="/user-guides/setup">
    Complete the setup wizard and create your first administrator account.
  </Card>

  <Card title="Permissions" icon="sitemap" href="/user-guides/permissions">
    Understand how roles and permissions flow through the hierarchy.
  </Card>
</CardGroup>

## Identity management

<CardGroup cols={2}>
  <Card title="Users" icon="user" href="/user-guides/users">
    Create and manage user accounts, passwords, and admin privileges.
  </Card>

  <Card title="Organizations" icon="building" href="/user-guides/organizations">
    Create organizations and manage member access.
  </Card>

  <Card title="Projects" icon="folder" href="/user-guides/projects">
    Set up projects and configure IAM for your team.
  </Card>

  <Card title="Service accounts" icon="robot" href="/user-guides/service-accounts">
    Create machine identities for CI/CD pipelines.
  </Card>
</CardGroup>

## Container registry

<CardGroup cols={2}>
  <Card title="Artifact Store" icon="box" href="/user-guides/artifact-store">
    Manage repositories, images, and vulnerability scanning.
  </Card>

  <Card title="Docker authentication" icon="docker" href="/user-guides/docker-authentication">
    Authenticate Docker and OCI clients with the registry.
  </Card>
</CardGroup>
