# Monday

### Connect to Monday

1\. Go to the **Resources** page and click the <img src="https://3574406564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MB_fx7PCUqvFEdrucJC%2Fuploads%2Fct5RJC2cjHhrvymOWWGx%2Fimage.png?alt=media&#x26;token=b4ff0c44-5510-49d1-97dd-a155af254113" alt="" data-size="line">  button.&#x20;

2\. Select **Monday**.

3\. Enter your account credentials and click **Connect**.&#x20;

* **`API Token`**: [​](https://docs.airbyte.com/integrations/sources/monday#prerequisites)
  * Monday API Token / Monday Access Token
  * You can find your OAuth application in Monday main page -> Profile picture (bottom left corner) -> Developers -> My Apps -> Select your app.
  * You can get the API token for Monday by going to Profile picture (bottom left corner) -> Admin -> API.
  * Refer to [Monday.com documentation ](https://developer.monday.com/api-reference/docs/authentication)or [contact us](https://app.gitbook.com/u/YXZKchfyPrT63CnrmYqMkAhlCPc2) if you encounter difficulites

4\. Choose the tables you want to import. If there are any other required forms or fields, ensure that you fill them out with the necessary information to proceed.

5\. Click **Test** to verify the connection and see a preview of the connected data.

6\. Click **Create Resource** to finish the setup. You will be redirected to the resource page where you can see your newly connected resource displayed at the top.

### Supported Tables[​](https://docs.airbyte.com/integrations/sources/monday#supported-streams) <a href="#supported-streams" id="supported-streams"></a>

Several output streams are available from this source:

* [Activity logs](https://developer.monday.com/api-reference/docs/activity-logs)
* [Items](https://developer.monday.com/api-reference/docs/items-queries)
* [Boards](https://developer.monday.com/api-reference/docs/groups-queries#groups-queries)
* [Teams](https://developer.monday.com/api-reference/docs/teams-queries)
* [Updates](https://developer.monday.com/api-reference/docs/updates-queries)
* [Users](https://developer.monday.com/api-reference/docs/users-queries-1)
* [Tags](https://developer.monday.com/api-reference/docs/tags-queries)
* [Workspaces](https://developer.monday.com/api-reference/docs/workspaces)

Important Notes:

* `Columns` are available from the `Boards` stream. By syncing the `Boards` stream you will get the `Columns` for each `Board` synced in the database The typical name of the table depends on the `destination` you use like `boards.columns`, for instance.
* `Column Values` are available from the `Items` stream. By syncing the `Items` stream you will get the `Column Values` for each `Item` (row) of the board. The typical name of the table depends on the `destination` you use like `items.column_values`, for instance. If there are more endpoints you'd like Airbyte to support, please [create an issue.](https://github.com/airbytehq/airbyte/issues/new/choose)
* Incremental sync for `Items` and `Boards` streams is done using the `Activity logs` stream. Ids of boards and items are extracted from activity logs events and used to selectively sync boards and items. Some data may be lost if the time between incremental syncs is longer than the activity logs retention time for your plan. Check your Monday plan at <https://monday.com/pricing>.
