> For the complete documentation index, see [llms.txt](https://docs.cortex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortex.io/guides/ai-excellence/verify-auto-mappings.md).

# Verify services after AI-based auto-mapping

While importing your data, [Cortex automatically recommends team owners](/ingesting-data-into-cortex/entities-overview/entities/ownership.md#recommendation) for entities that do not have an owner. A user with the `Edit entities` permission can accept these recommendations in bulk.&#x20;

When making changes in bulk, it is best practice to ensure the data is verified soon after. [Data verifications](/configure/settings/entity-settings/verification.md) ensure that entity data in the catalog (e.g., ownership and metadata) stays accurate over time.

### Set up a data verification for your recently imported entities

If you have not reviewed each entity's recommended owner individually, you can set up a data verification to make sure owners review and verify the data within a specified timeframe. You must have the `Configure verification periods` permission to set up a verification.

1. In Cortex, navigate to the [Entity verification settings](https://app.getcortexapp.com/admin/settings/entities/verification) page. Click **+Add verification period**.
2. In the side panel, fill in the fields:
   * **Start date** and **End date**: Enter the start and end dates for the verification period.&#x20;
     * The start date cannot be in the past. The end date must be at least one day after the start date.
     * Choose a timeframe that is reasonable based on the number of entities that each team will need to verify.&#x20;
   * **Name**: Enter a descriptive name, e.g., `Verify auto-mapped entities`.
   * **Verification instructions**: Enter clear and concise instructions that will appear on the entity's details page, e.g., `These entity owners were mapped via AI-based recommendations. Please review and verify the entity's ownership and metadata.`
   * **Require reason for verification**: Check this box to require the user to include a reason if they confirm that the entity's data is invalid.&#x20;
     * We recommend requiring a reason, as it will allow you to quickly understand what needs to be fixed on an entity.
   * **Team member roles responsible for verification**: Select which Cortex users will be responsible for verifying data.
     * If you select multiple roles, any of those users can verify data.
     * If you do not select a team member role, any user who owns the entity can verify data.
   * **Entities to verify**: Specify which entities the verification policy applies to.&#x20;
     * You can select a specific entity type to include (for example, you could apply the verification to all entities of the type `service`) or if your entities have groups assigned, you can filter by specific groups.
     * Under **Advanced options**, you can use CQL to refine which entities you want to verify. For example, you might narrow your selection to entities created in the last two weeks:\
       `entity.created() < duration("P2W")`
3. Click **Create verification period**.

Within a few minutes of saving the verification period, it will be visible to admins in the list of verifications on the [Entity verification settings page](https://app.getcortexapp.com/admin/settings/entities/verification).

## Remediate entities with incorrect data

After setting up the verification period, you can [create a CQL report to view all entities that have been verified as incorrect](/configure/settings/entity-settings/verification.md#view-all-unverified-or-incorrect-entities) using a prebuilt CQL report template.

Cortex also offers a prebuilt [Scorecard template to flag entities that have not yet been verified](/configure/settings/entity-settings/verification.md#flag-unverified-entities-via-scorecard).
