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

# Quickstart

> Generate your first alt text in the dashboard and see what AltTextLab can do.

The fastest way to try AltTextLab is the dashboard — no setup required. Upload images or paste URLs and get alt text in seconds.

<Steps>
  <Step title="Log in and open the dashboard">
    Go to [app.alttextlab.com](https://app.alttextlab.com) and sign in to your account.
  </Step>

  <Step title="Start a generation">
    Click **Generate Alt Text** in the top-right corner.
  </Step>

  <Step title="Add images">
    Drag and drop image files, or paste public image URLs directly.
  </Step>

  <Step title="Configure settings">
    Choose your preferred writing style and output language.
  </Step>

  <Step title="Generate">
    Click **Generate**. Alt text is ready within seconds.
  </Step>

  <Step title="Copy results">
    Use the **Copy** button to transfer the text to your site.
  </Step>
</Steps>

<Accordion title="Watch a quick demo">
  <iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/GfmoliRzzF8" title="AltTextLab demo" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Accordion>

## Ready to scale?

<Tip>
  The dashboard works well for a handful of images. If you have a large media library, an existing CMS, or want alt text to appear without manual work, the integrations are where AltTextLab really shows what it can do.
</Tip>

<CardGroup cols={3}>
  <Card title="Integrations" icon="plug" href="/integrations/index">
    Connect to WordPress, Shopify, Webflow, and more. Alt text is generated automatically on every upload.
  </Card>

  <Card title="Web snippet" icon="brackets-curly" href="/web-snippet/index">
    Add one line of JavaScript to any site and cover all existing images with no CMS access needed.
  </Card>

  <Card title="API" icon="code" href="/api/index">
    Plug alt text generation into any pipeline or application with a single HTTP request.
  </Card>
</CardGroup>
