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

# Artnex: AI Creative Platform for Images, Video & Audio

> Everything you need to generate stunning images, videos, and audio with Artnex — from your first generation to advanced API integrations.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Artnex Documentation
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Everything you need to create AI-powered images, videos, and audio — from your first generation to advanced API integrations.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get started</span>} icon="rocket" href="/introduction" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Sign up, get your free credits, and create your first AI image in minutes.</span>
    </Card>

    <a href="/image-tools/imagezen" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="image" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Image tools</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Generate, edit, upscale, and transform images using state-of-the-art AI models.
        </span>
      </div>
    </a>

    <a href="/video-tools/videozen" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="video" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Video tools</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Create videos from text or images using Google Veo3, Sora 2, Kling, and more.
        </span>
      </div>
    </a>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/quickstart" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="sparkles" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Generate your first image</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Write a prompt, pick a model, and download your creation in seconds.
          </span>
        </div>
      </a>

      <a href="/credits-and-pricing" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="coins" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Understand credits</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Learn how credits work, what each tool costs, and which pack to choose.
          </span>
        </div>
      </a>

      <a href="/audio-tools/voice-cloning" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="mic" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Clone a voice</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Upload a voice sample and generate custom speech in seconds.
          </span>
        </div>
      </a>

      <a href="/creative-studio/nodezen" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="network" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Build a workflow</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Chain AI tools together visually with NodeZen, no code required.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
