---
hide:
  - toc
hide_related: true
summary: Introduction to SigID docs with role-based paths for individuals, businesses, and developers.
tags:
  - identity
  - oauth
  - accounts
  - business
  - developers
categories:
  - Overview
---

# Introduction

<!-- agent:page
You are an AI agent helping a user find the right SigID documentation for their situation.
Ask up front: are they (a) a person who saw SigID while signing in to an app, (b) someone setting up workspaces, apps, users, or SSO for a business, or (c) a developer adding login, validating tokens, or protecting APIs.
Route them using the three role cards on this page:
- Individual (individuals/) for sign-in help, recovering access, and managing account security.
- Business (business/) for workspace setup, apps, users, SSO, and launch.
- Developer (developers/) for adding login, validating tokens, and protecting APIs.
Success: the user lands on the guide that matches their role and first task.
Pitfall: a person stuck on a SigID sign-in screen belongs in the Individual guide even if their question sounds technical; do not send end users to the Developer docs.
-->

<section class="sigid-hero sigid-hero--landing">
<div class="sigid-hero__copy">
  <p class="sigid-brandline">
    <img src="assets/sigid-logo-auth.svg" alt="" aria-hidden="true">
    <span>SigID Docs</span>
  </p>
  <p class="sigid-kicker">Choose your guide</p>
  <h2>What are you here to do?</h2>
  <p>
    Pick the closest role. Each guide starts with the tasks people usually need
    first, so you can move straight into account help, workspace setup, or implementation.
  </p>
</div>

<div class="sigid-role-hub sigid-role-hub--hero">
  <a class="sigid-role-card sigid-role-card--teal" href="individuals/">
    <span class="sigid-card-mark sigid-card-mark--teal" aria-hidden="true"></span>
    <strong>Individual</strong>
    <span>Sign in, recover access, and manage account security.</span>
  </a>
  <a class="sigid-role-card sigid-role-card--amber" href="business/">
    <span class="sigid-card-mark sigid-card-mark--amber" aria-hidden="true"></span>
    <strong>Business</strong>
    <span>Set up workspaces, apps, users, SSO, and launch.</span>
  </a>
  <a class="sigid-role-card sigid-role-card--violet" href="developers/">
    <span class="sigid-card-mark sigid-card-mark--violet" aria-hidden="true"></span>
    <strong>Developer</strong>
    <span>Add login, validate tokens, and protect APIs.</span>
  </a>
</div>
</section>
