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

# Jomioz Documentation

> Welcome to Jomioz. Learn how to set up your account, integrate the API, and build powerful workflows with our platform.

Welcome to the Jomioz documentation. Whether you're setting up your account for the first time, exploring the REST API, or building automated workflows with third-party integrations, you'll find everything you need here to get up and running quickly and confidently.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Go from zero to your first API call in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api/introduction">
    Explore every endpoint, parameter, and response schema in the Jomioz REST API.
  </Card>

  <Card title="Integrations Guide" icon="plug" href="/guides/first-integration">
    Connect Jomioz to your existing tools and third-party services.
  </Card>

  <Card title="Core Concepts" icon="book-open" href="/concepts/overview">
    Understand the key building blocks — Resources, Events, and more.
  </Card>
</CardGroup>

## Get Started in Three Steps

New to Jomioz? Follow these steps to go from sign-up to your first successful API call.

<Steps>
  <Step title="Create Your Account">
    Sign up at [app.jomioz.com](https://app.jomioz.com) using your work email. Confirm your email address and complete the onboarding flow to create your first workspace.
  </Step>

  <Step title="Get Your API Key">
    Navigate to **Dashboard → Settings → API Keys** and click **New Key**. Give your key a descriptive name and copy it to a secure location — you won't be able to view it again after leaving the page.
  </Step>

  <Step title="Make Your First API Call">
    Use your API key to authenticate a request to the Jomioz API. Pass the key in the `Authorization` header as a Bearer token and call any endpoint to confirm your setup is working.
  </Step>
</Steps>
