# Monday.com

{% hint style="info" %}
BugSplat's Monday.com integration is in beta. Please message us if you want to request a feature or report a bug.
{% endhint %}

BugSplat allows your team to create items on [Monday.com](https://monday.com/) with a few clicks. Our integration adds valuable crash data to your Monday.com items and links to the BugSplat dashboard, so your team can quickly switch between looking at BugSplat and your Monday.com boards.

### Integrating Monday.com and BugSplat

1. Login to your account.
2. Click the Gear icon (⚙️) at the top right of the page and navigate to the [Database Settings](https://app.bugsplat.com/v2/database/integrations) page, and under **Database > Integrations >** **Defect Tracker**, select **Monday.com** from the options shown.
3. Enter your Monday.com [personal API token](https://developer.monday.com/api-reference/docs/authentication) into the field labeled **Token.**
4. Click **Update**.
5. Once you have connected to Monday.com, you can select one of your boards from the **Boards** dropdown list.
6. After selecting your desired board, click **Update** again.

### Push a new Item to Monday.com

1. Use the **Create Defect** button to create a new item on the crashes page or a crash group page to push a new item to Monday.com.
2. Enter relevant details and click the **Submit** button to create the defect.
3. Click the link to view the new Monday.com item created by BugSplat.
4. View the items' updates to see that stack trace and other valuable info from BugSplat.

<figure><img src="https://976110677-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LBMgmIcgkIXSUfnXDSv%2Fuploads%2FZ55KD0bI5XQlwiJSdBta%2Foutput.gif?alt=media&#x26;token=1b25e2ad-71e6-44d6-92d9-0255dd35d30b" alt=""><figcaption><p>Add BugSplat Item to Monday.com</p></figcaption></figure>

### Automated Defect Creation

Want to create issues in Monday.com automatically for each new crash or crash group? Check out the document on auto-creating defects in your third-party defect tracker tool [here](https://docs.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/automatic-issue-creation).


---

# 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.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/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.
