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

# monday.com

> How DSALTA integrates with monday.com — data collected, setup guide, and automated compliance checks.

## Overview

DSALTA connects to monday.com using read-only API access to collect compliance evidence automatically. Data syncs every 24 hours and feeds into your Data Library modules.

<Info>
  **Read-only access.** DSALTA never modifies, creates, or deletes resources in your monday.com account.
</Info>

DSALTA syncs your monday.com **account members** (for access reviews) and **boards** (as inventory), and matches each member to your People directory by email to run the access checks below.

## How to Connect

monday.com connects with a personal **API token (v2)** — there's no app to install. A standard monday.com account works; no paid or enterprise plan is required.

<Steps>
  <Step title="Open the Developer Center">
    In monday.com, click your **avatar** in the bottom-left, then **Developers** to open the Developer Center.
  </Step>

  <Step title="Copy your API token">
    Open **My Access Tokens** and copy your **API token (v2)**.
  </Step>

  <Step title="Connect monday.com">
    In the DSALTA sidebar, go to **Integrations**, find **monday.com**, and click **Connect**. Paste your API token in the secure window and submit.
  </Step>

  <Step title="Finish">
    DSALTA validates the token, then runs an initial sync — usually a few minutes — after which the compliance checks below activate.
  </Step>
</Steps>

## Automated Compliance Checks

Each check below runs automatically every 24 hours. Click any check for step-by-step remediation guidance.

| Check                                                                                                                 | Description                                                                           |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [User access to Critical System should be valid](/integrations/monday/user-access-to-critical-system-should-be-valid) | Checks that everyone with monday.com access is an active employee on the People page. |
| [Offboarded users should not have active access](/integrations/monday/offboarded-users-should-not-have-active-access) | Checks that offboarded employees no longer have active monday.com access.             |

## Troubleshooting

<AccordionGroup>
  <Accordion title="Integration shows Disconnected">
    Re-authenticate from **Integrations → monday.com → Reconnect**. This can happen if the API token was revoked or regenerated in the monday.com Developer Center.
  </Accordion>

  <Accordion title="Data is not syncing">
    Confirm the API token is still valid in **monday.com → Developers → My Access Tokens**, then trigger a manual sync from the integration settings. If the token was regenerated, paste the new one and reconnect.
  </Accordion>
</AccordionGroup>
