> ## 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

> Elija su solución de verificación de identidad

<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"
}}
    >
      Bienvenido a <span style={{ color: "#0064FF" }}>ARGOS Identity</span>
    </h1>

    <p
      style={{ 
fontSize: "1.125rem", 
color: "#666",
maxWidth: "600px",
margin: "0 auto"
}}
    >
      Elija la solución que mejor se adapte a sus necesidades
    </p>
  </div>

  <div
    style={{
display: "flex",
flexDirection: "row",
gap: "1.5rem",
width: "100%",
maxWidth: "1100px",
flexWrap: "wrap",
justifyContent: "center"
}}
  >
    <a
      href="/es/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"
  }}
        >
          Solución todo en uno
        </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"
  }}
        >
          Una solución integral de verificación de identidad potente y flexible.
          Incluye interfaz prediseñada, dashboard, webhooks y todos los motores de verificación.
        </p>
      </div>

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

    <a
      href="/es/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"
  }}
        >
          Automatización de políticas a flujos de trabajo
        </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"
  }}
        >
          Plataforma de automatización de políticas a flujos de trabajo.
          Automatice revisiones de documentos que tradicionalmente requieren inspección manual: defina políticas en lenguaje natural y deje que la IA se encargue de KYB, AML y cumplimiento.
        </p>
      </div>

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

    <a
      href="/es/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"
  }}
        >
          Acceso a nivel de motor
        </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"
  }}
        >
          Acceso directo a motores de verificación individuales.
          Construya su propia interfaz y flujo de trabajo con Face ID, OCR, Liveness y más.
        </p>
      </div>

      <div
        style={{
  display: "flex",
  alignItems: "center",
  gap: "0.5rem",
  marginTop: "1.5rem",
  fontSize: "1rem",
  fontWeight: "500"
}}
      >
        Explorar 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>¿No sabe cuál elegir?</strong> ID check se recomienda para una solución completa con interfaz prediseñada.
      Elija Omni para automatización de políticas a flujos de trabajo con motores de IA.
      Elija Verify para acceso directo a la API a nivel de motor y construir integraciones personalizadas.
    </p>
  </div>

  <a
    href="/es/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" }}>
            📢 Actualización de mayo 2026 — Roles y permisos de administrador (RBAC) · Páginas de error de motor · Aviso de navegador no compatible →
          </span>
        </div>
      </div>
    </div>
  </a>
</div>
