> For the complete documentation index, see [llms.txt](https://docs.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/monday.md).

# 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="/files/v5ZueXNrGBOZ8e99m8hF" 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](/introduction/development/integrating-with-tools/issue-trackers/automatic-issue-creation.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers/monday.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
