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

# ARGOS Identity

> Choose your identity verification solution

<div
  style={{ 
minHeight: "calc(100vh - 8rem)",
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
padding: "2rem 2rem 4rem"
}}
>
  <div style={{ textAlign: "center", marginBottom: "3rem" }}>
    <h1
      style={{ 
fontSize: "2.5rem", 
fontWeight: "bold", 
marginBottom: "1rem"
}}
    >
      Welcome to <span style={{ color: "#0064FF" }}>ARGOS Identity</span>
    </h1>

    <p
      style={{ 
fontSize: "1.125rem", 
color: "#666",
maxWidth: "600px",
margin: "0 auto"
}}
    >
      Choose the solution that best fits your needs
    </p>
  </div>

  <div
    style={{
display: "flex",
flexDirection: "row",
gap: "1.5rem",
width: "100%",
maxWidth: "1100px",
flexWrap: "wrap",
justifyContent: "center"
}}
  >
    <a
      href="/en/introduction"
      style={{
  flex: "1 1 300px",
  minHeight: "350px",
  background: "linear-gradient(135deg, #0064FF 0%, #00D9D7 100%)",
  borderRadius: "16px",
  padding: "2.5rem",
  textDecoration: "none",
  color: "white",
  display: "flex",
  flexDirection: "column",
  justifyContent: "space-between",
  transition: "transform 0.2s ease, box-shadow 0.2s ease",
  boxShadow: "0 4px 20px rgba(0, 100, 255, 0.2)"
}}
      onMouseOver={(e) => {
  e.currentTarget.style.transform = "translateY(-4px)";
  e.currentTarget.style.boxShadow = "0 8px 30px rgba(0, 100, 255, 0.3)";
}}
      onMouseOut={(e) => {
  e.currentTarget.style.transform = "translateY(0)";
  e.currentTarget.style.boxShadow = "0 4px 20px rgba(0, 100, 255, 0.2)";
}}
    >
      <div>
        <div
          style={{
    fontSize: "0.875rem",
    opacity: 0.9,
    marginBottom: "0.5rem",
    textTransform: "uppercase",
    letterSpacing: "0.05em"
  }}
        >
          All-in-One Solution
        </div>

        <h2
          style={{
    fontSize: "2.25rem",
    fontWeight: "bold",
    marginBottom: "1rem",
    margin: "0 0 1rem 0"
  }}
        >
          ID check
        </h2>

        <p
          style={{
    fontSize: "1rem",
    opacity: 0.95,
    lineHeight: "1.6"
  }}
        >
          A powerful and flexible all-in-one identity verification solution.
          Includes pre-built UI, dashboard, webhooks, and all verification engines.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        Get started <span style={{ fontSize: "1.25rem" }}>→</span>
      </div>
    </a>

    <a
      href="/en/omni/getting-started/introduction"
      style={{
  flex: "1 1 300px",
  minHeight: "350px",
  background: "linear-gradient(135deg, #6C3AED 0%, #A855F7 100%)",
  borderRadius: "16px",
  padding: "2.5rem",
  textDecoration: "none",
  color: "white",
  display: "flex",
  flexDirection: "column",
  justifyContent: "space-between",
  transition: "transform 0.2s ease, box-shadow 0.2s ease",
  boxShadow: "0 4px 20px rgba(108, 58, 237, 0.2)"
}}
      onMouseOver={(e) => {
  e.currentTarget.style.transform = "translateY(-4px)";
  e.currentTarget.style.boxShadow = "0 8px 30px rgba(108, 58, 237, 0.3)";
}}
      onMouseOut={(e) => {
  e.currentTarget.style.transform = "translateY(0)";
  e.currentTarget.style.boxShadow = "0 4px 20px rgba(108, 58, 237, 0.2)";
}}
    >
      <div>
        <div
          style={{
    fontSize: "0.875rem",
    opacity: 0.9,
    marginBottom: "0.5rem",
    textTransform: "uppercase",
    letterSpacing: "0.05em"
  }}
        >
          Policy-to-Workflow Automation
        </div>

        <h2
          style={{
    fontSize: "2.25rem",
    fontWeight: "bold",
    marginBottom: "1rem",
    margin: "0 0 1rem 0"
  }}
        >
          Omni
        </h2>

        <p
          style={{
    fontSize: "1rem",
    opacity: 0.95,
    lineHeight: "1.6"
  }}
        >
          Policy-to-workflow automation platform.
          Automate document reviews that traditionally require manual inspection — define policies in natural language and let AI handle KYB, AML, and compliance.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        Get started <span style={{ fontSize: "1.25rem" }}>→</span>
      </div>
    </a>

    <a
      href="/en/verify/getting-started"
      style={{
  flex: "1 1 300px",
  minHeight: "350px",
  background: "linear-gradient(135deg, #1a1a2e 0%, #16213e 100%)",
  borderRadius: "16px",
  padding: "2.5rem",
  textDecoration: "none",
  color: "white",
  display: "flex",
  flexDirection: "column",
  justifyContent: "space-between",
  transition: "transform 0.2s ease, box-shadow 0.2s ease",
  boxShadow: "0 4px 20px rgba(0, 0, 0, 0.2)"
}}
      onMouseOver={(e) => {
  e.currentTarget.style.transform = "translateY(-4px)";
  e.currentTarget.style.boxShadow = "0 8px 30px rgba(0, 0, 0, 0.3)";
}}
      onMouseOut={(e) => {
  e.currentTarget.style.transform = "translateY(0)";
  e.currentTarget.style.boxShadow = "0 4px 20px rgba(0, 0, 0, 0.2)";
}}
    >
      <div>
        <div
          style={{
    fontSize: "0.875rem",
    opacity: 0.9,
    marginBottom: "0.5rem",
    textTransform: "uppercase",
    letterSpacing: "0.05em"
  }}
        >
          Engine-Level Access
        </div>

        <h2
          style={{
    fontSize: "2.25rem",
    fontWeight: "bold",
    marginBottom: "1rem",
    margin: "0 0 1rem 0"
  }}
        >
          Verify
        </h2>

        <p
          style={{
    fontSize: "1rem",
    opacity: 0.95,
    lineHeight: "1.6"
  }}
        >
          Direct access to individual verification engines.
          Build your own UI and workflow with Face ID, OCR, Liveness, and more.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        Explore APIs <span style={{ fontSize: "1.25rem" }}>→</span>
      </div>
    </a>
  </div>

  <div
    style={{
marginTop: "3rem",
textAlign: "center",
maxWidth: "700px"
}}
  >
    <p
      style={{
fontSize: "0.875rem",
color: "#888",
lineHeight: "1.6"
}}
    >
      <strong>Not sure which to choose?</strong> ID check is recommended for a complete solution with pre-built UI.
      Choose Omni for policy-to-workflow automation with AI engines.
      Choose Verify for direct engine-level API access to build custom integrations.
    </p>
  </div>

  <a
    href="/en/idcheck/notices/2026-05-update"
    style={{
display: "block",
marginTop: "2.5rem",
width: "100%",
maxWidth: "900px",
background: "linear-gradient(90deg, #0064FF 0%, #00D9D7 100%)",
borderRadius: "12px",
padding: "0.875rem 1.5rem",
textDecoration: "none",
color: "white",
overflow: "hidden",
position: "relative",
boxShadow: "0 2px 12px rgba(0, 100, 255, 0.15)",
transition: "box-shadow 0.2s ease"
}}
    onMouseOver={(e) => {
e.currentTarget.style.boxShadow = "0 4px 20px rgba(0, 100, 255, 0.3)";
}}
    onMouseOut={(e) => {
e.currentTarget.style.boxShadow = "0 2px 12px rgba(0, 100, 255, 0.15)";
}}
  >
    <div style={{ display: "flex", alignItems: "center", gap: "0.75rem" }}>
      <span
        style={{
  flexShrink: 0,
  display: "inline-flex",
  alignItems: "center",
  gap: "0.375rem",
  background: "rgba(255,255,255,0.2)",
  borderRadius: "6px",
  padding: "0.25rem 0.625rem",
  fontSize: "0.75rem",
  fontWeight: "700",
  letterSpacing: "0.05em",
  textTransform: "uppercase"
}}
      >
        <span
          style={{
    width: "6px",
    height: "6px",
    borderRadius: "50%",
    background: "#fff",
    animation: "pulse-dot 1.5s ease-in-out infinite"
  }}
        />

        NEW
      </span>

      <div style={{ overflow: "hidden", flex: 1, whiteSpace: "nowrap" }}>
        <div
          style={{
    display: "inline-block",
    animation: "ticker-scroll 18s linear infinite"
  }}
        >
          <span style={{ fontSize: "0.875rem", fontWeight: "500" }}>
            📢 May 2026 Product Update — Administrator roles & permissions (RBAC) · Engine error pages · Unsupported browser guidance →
          </span>
        </div>
      </div>
    </div>
  </a>
</div>
