# Monday

### Connect to Monday

1\. Go to the **Resources** page and click the <img src="/files/luUqNwhjG7IZbheUpaBG" 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](mailto:undefined) 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>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acho.io/acho-studio/resources/import-data/monday.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
