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

# Onboarding

> Get started with OASM by setting up your account and first workspace

## Create Admin Account

When you first access OASM, you'll need to create an admin account. This account will have full administrative privileges over the platform.

<Steps>
  <Step title="Access the login page">
    Open your browser and navigate to the OASM application URL.
  </Step>

  <Step title="Enter your email">
    Enter your email address in the provided field. This email will be associated with your admin account.
  </Step>

  <Step title="Create your password">
    Enter a strong password for your admin account. Make sure it meets the security requirements.
  </Step>

  <Step title="Initialize Admin">
    Click the **Init Admin** button to create your admin account.
  </Step>
</Steps>

<Info>
  The first account created in the system will automatically have **admin** privileges. This account has full access to all features including user management, workspace settings, and system configuration.
</Info>

***

## Create First Workspace

After creating your admin account, you'll be directed to create your first workspace. A workspace is the core organizational unit in OASM that provides an isolated environment to manage your attack surface.

<Steps>
  <Step title="Enter workspace name">
    Enter a unique name for your workspace. This name will be displayed in the workspace selector and dashboard.
  </Step>

  <Step title="Add description (optional)">
    Provide a description to give context about this workspace (e.g., organization name, project purpose, or environment like staging/production).
  </Step>

  <Step title="Create workspace">
    Click **Create** to set up your first workspace.
  </Step>
</Steps>

<Warning>
  You need to join at least one workspace to be able to use OASM features.
</Warning>

***

## Next Steps

Now that your account and workspace are set up, you can explore the platform:

<Card title="Add First Target" icon="crosshair" horizontal href="/target">
  Start discovering assets in your attack surface
</Card>

<Card title="Invite Team Members" icon="users" horizontal href="/users-and-role">
  Collaborate with your team on security assessments
</Card>

<Card title="Configure Workers" icon="cpu" horizontal href="/worker">
  Set up scanning workers for automated discovery
</Card>

<Card title="Quickstart Guide" icon="rocket" horizontal href="/quickstart">
  Learn how to run your first scan
</Card>
