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

# Comparación entre el dashboard nuevo y el anterior

> Conozca las principales diferencias entre el dashboard anterior y el nuevo y dónde se han reubicado las opciones.

Se ha lanzado un nuevo dashboard. Esta página explica las principales diferencias entre el dashboard anterior y el nuevo, y dónde se han reubicado las opciones.

## Dashboard anterior vs Dashboard nuevo

El nuevo dashboard se ha reestructurado con una organización más intuitiva y sistemática. Los cambios principales son los siguientes:

### Mejoras estructurales

<CardGroup cols={2}>
  <Card title="Dashboard anterior" icon="clock-rotate-left">
    * Todas las opciones concentradas en una única pestaña **Settings**
    * Categorización funcional poco clara
    * Funciones relacionadas dispersas en diferentes secciones
  </Card>

  <Card title="Dashboard nuevo" icon="sparkles">
    * Agrupación lógica bajo **Project Management**
    * Clasificación clara por categorías
    * Funciones relacionadas organizadas en un solo lugar
  </Card>
</CardGroup>

### Cambios clave

1. **Nueva sección de Project Management**: Todas las configuraciones relacionadas con el proyecto están ahora en un solo lugar
2. **Agrupación lógica**: Clasificación clara en Project Settings, Policy and Authentication, Security Settings y User Experience
3. **Navegación mejorada**: Estructura de menú más intuitiva para un acceso más rápido a las configuraciones deseadas

***

## Guía de cambio de ubicación de opciones

Encuentre dónde se han reubicado las opciones del dashboard anterior en el nuevo dashboard.

### Configuraciones relacionadas con el proyecto

| Ubicación anterior                                      | Ubicación nueva                                                                                                                |
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **Settings > Project Overview/Status**                  | **Project Management > Project Settings > Project Info**                                                                       |
| **Settings > Project Info Settings**                    | **Project Management > Project Settings > Project Info**                                                                       |
| **Settings > Pipeline URL and Data Security**           | **Project Management > Project Settings > System Operation**<br />**Project Management > Security Settings > Data Protection** |
| **Settings > Project Info Settings (Terms/Return URL)** | **Project Management > Project Settings > Additional Info**<br />**Project Management > Project Settings > Integration Info**  |

### Seguridad y control de acceso

| Ubicación anterior                                                 | Ubicación nueva                                              |
| ------------------------------------------------------------------ | ------------------------------------------------------------ |
| **Settings > Pipeline URL and Data Security (Private Mode/Token)** | **Project Management > Security Settings > Access Control**  |
| **Settings > Pipeline URL and Data Security (Encryption)**         | **Project Management > Security Settings > Data Protection** |
| **Settings > Pipeline URL and Data Security (IP Whitelist)**       | **Project Management > Project Settings > System Operation** |

### Política de autenticación y configuración

| Ubicación anterior                                      | Ubicación nueva                                                                                                                                |
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Settings > User Authentication Policy Settings**      | **Project Management > Policy and Authentication > KYC Process**<br />**Project Management > Policy and Authentication > Authentication Data** |
| **Settings > Multi-Factor Authentication & Anti-Fraud** | **Project Management > Policy and Authentication > Anti-Fraud and Forgery Prevention**                                                         |
| **Settings > AML Feature Settings**                     | **Project Management > Policy and Authentication > AML**                                                                                       |

### Integración y experiencia de usuario

| Ubicación anterior                        | Ubicación nueva                                                   |
| ----------------------------------------- | ----------------------------------------------------------------- |
| **Settings > Webhook Feature Settings**   | **Project Management > Project Settings > Integration Info**      |
| **Settings > Additional Info Collection** | **Project Management > Project Settings > Additional Info**       |
| **Settings > Liveform Customization**     | **Project Management > User Experience > Liveform Customization** |

<Info>
  **Búsqueda rápida**

  Si no puede encontrar una función que usaba en el dashboard anterior, consulte la tabla anterior o use la función de búsqueda en la parte superior del dashboard.
</Info>

***

## Checklist de migración

Todas las opciones del dashboard anterior se han migrado automáticamente al nuevo dashboard.<br />
Sin embargo, revise los siguientes elementos como referencia.<br />
Elementos a verificar al hacer la transición del dashboard anterior al nuevo:

<Steps>
  <Step title="Verificar información del proyecto">
    Verifique lo siguiente en **Project Management > Project Settings > Project Info**:

    * Project ID y estado
    * Nombre y logo del proyecto
    * Liveform URLs (ID document / Knowledge-based)
  </Step>

  <Step title="Verificar configuración de seguridad">
    Verifique lo siguiente en **Project Management > Security Settings**:

    * Control de acceso: Private mode, estado de prerregistro de Token ID
    * Protección de datos: Configuración de cifrado, configuración de transferencia segura de datos
  </Step>

  <Step title="Verificar política de autenticación">
    Verifique lo siguiente en **Project Management > Policy and Authentication**:

    * KYC Process: ARGOS Score threshold, configuración de procesamiento automático
    * Authentication Data: Duplicate check pipeline, submission rate limiting
    * Anti-Fraud and Forgery Prevention: Selfie process, opciones anti-fraude
    * AML: Watch list filtering, configuración de Ongoing Monitoring
  </Step>

  <Step title="Verificar información de integración">
    Verifique lo siguiente en **Project Management > Project Settings > Integration Info**:

    * Webhook URL y gestión de usuarios de notificación
    * Configuración de Return URL y dynamic fields
    * Configuración de cifrado de Return URL
  </Step>

  <Step title="Verificar configuración de operación del sistema">
    Verifique lo siguiente en **Project Management > Project Settings > System Operation**:

    * Estado del sistema de control de submissions
    * Configuración de administradores y reviewers
    * Gestión de IP whitelist
  </Step>
</Steps>

***

## Documentación relacionada

<CardGroup cols={2}>
  <Card title="Descripción general del dashboard" icon="house" href="/dashboard/es/overview">
    Aprenda a usar ID check para la mejor experiencia.
  </Card>

  <Card title="Información del proyecto" icon="sliders" href="/dashboard/es/project-management/project-settings/project-info">
    Consulte y configure la información básica del proyecto.
  </Card>

  <Card title="Control de acceso" icon="user-shield" href="/dashboard/es/project-management/security-settings/access-control">
    Consulte la configuración de Token ID y private mode.
  </Card>

  <Card title="Protección de datos" icon="lock" href="/dashboard/es/project-management/security-settings/data-protection">
    Consulte la configuración de cifrado y transferencia segura de datos.
  </Card>
</CardGroup>
