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

# Quickstart

> From account to your first vulnerability scan in minutes

## Prerequisites

* A verified email address
* One or more domains or IP ranges you own
* Optional: API access token for automation

## Step 1 — Create your account

<CardGroup cols={2}>
  <Card title="Create account" icon="user-plus" href="https://app.qaslylabs.xyz/signup">
    Enter full name, email, and password. Agree to Terms and Privacy.
  </Card>

  <Card title="Sign in" icon="right-to-bracket" href="https://app.qaslylabs.xyz/signin">
    Use your email and password, or continue with Google.
  </Card>
</CardGroup>

<Tip>
  Welcome back screen automatically redirects you to the dashboard after sign in.
</Tip>

## Step 2 — Add an asset group

<Steps>
  <Step title="Open Assets">
    Go to <code>Dashboard → Assets</code> and click <b>Start Discovery</b>.
  </Step>

  <Step title="Name the group">
    Example: <code>example.com</code> or <code>production‑public</code>.
  </Step>

  <Step title="Add scope">
    Add domains (e.g. <code>example.com</code>) and/or IP ranges (e.g. <code>203.0.113.0/24</code>).
  </Step>

  <Step title="Run discovery">
    Start discovery to enumerate subdomains and open services.
  </Step>
</Steps>

## Step 3 — Review results

<Columns cols={2}>
  <Card title="Services & Findings" icon="list">
    View <b>Total services</b>, <b>duration</b>, and <b>last updated</b>. Drill into findings by severity.
  </Card>

  <Card title="Filter & Search" icon="filter">
    Search across asset groups, filter by severity, service type, and timeframe.
  </Card>
</Columns>

## Step 4 — Configure notifications

Go to <code>Settings → Notifications</code> and enable:

* Email notifications for new critical/high findings
* Webhook notifications to your security automations

<Note>
  You can add <b>Domains</b> under <code>Settings → Domains</code> to verify ownership and enable domain‑scoped controls.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Dashboard" icon="gauge" href="/product/dashboard">KPIs and trends</Card>
  <Card title="Assets" icon="server" href="/product/assets">Groups, services, findings</Card>
  <Card title="Domains" icon="globe" href="/product/settings/domains">Verify and manage domains</Card>
  <Card title="API" icon="terminal" href="/api-reference/introduction">Automate discovery & retrieval</Card>
</CardGroup>
