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

# Monday

![Monday](https://user-images.githubusercontent.com/80284865/216693464-961b160f-d987-41a6-85e6-a216f040e897.png)

<br />

## Configuration

To set up the Monday source, provide the following configuration parameters:

| Key           | Description                                                 | Sample Value                 |
| ------------- | ----------------------------------------------------------- | ---------------------------- |
| `api_token`   | API token used for authentication.                          | `abcdefghijklmnopqrstuvwxyz` |
| `board_id`    | ID of the board to query board-related data.                | `12345678`                   |
| `board_limit` | Number of boards returned per page for the `boards` stream. | `25`                         |

<br />

## How to Get Your `api_token`

Follow [Monday’s documentation](https://developer.monday.com/api-reference/docs/authentication#accessing-api-tokens)\
to retrieve your API token.

<br />
