# Monday

## Using the Erathos platform

When selecting Monday as a new connector on the Erathos platform, you will need to name your connection and fill in the following form:

![](https://help.erathos.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaDRCIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4b51125ca63c7afed590a9b7fa8bf71c0836c34e/monday%20form.png)

## How to find my API Token?

### Through the Admin Tab:

1. Log in to your account
2. Click on your profile picture in the top right corner.
3. Select **Administration** > **Connections** > **API**.
4. Copy your personal token.

**Warning**: you can always regenerate a new token, but doing so will cause any previous tokens to expire.

### Through the Developer tab:

1. Log in to your account
2. Click on your profile picture in the top right corner.
3. Select **Developers**. This will open the *Developer Center* in another tab.
4. Click **My Access Tokens** > **Show**.

**Warning**: you can always regenerate a new token, but doing so will cause any previous tokens to expire.

Don't forget to copy and paste the token on the Erathos platform Token field and click on **Save and close**.

With this connection created you can seemlessly move your Monday data to your BigQuery, Redshift or Postgres data-warehouse.

## What endpoints can I access with the Erathos platform?

* boards
* activity\_logs
* groups
* items
* folders
* teams
* users
* workspaces
* docs


---

# 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.erathos.com/connectors/apis/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.
