> For the complete documentation index, see [llms.txt](https://docs.getint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getint.io/guides/integration-synchronization/jira-monday.com-integration/synchronizing-attachments-in-a-monday.com-integration.md).

# Synchronizing Attachments in a Monday.com Integration

Our tool allows users to migrate and synchronize attachments from Monday tasks to other management software we support. However, please note that inline images are not currently supported for synchronization.

### Key Points and Considerations

* **File Size Limit:** Monday enforces a 500MB file size limit for task attachments. Be mindful of this limitation when dealing with large files.
* **Inline Images:** We currently do not support inline images. Please note that they won’t be properly synchronized.
* **Enabling the Feature:** Attachments are disabled by default. They need to be activated manually within your integration settings.
* **Attachments Limitation:** Uploading attachments from the **Files** section within the tasks is not supported. Attachments need to be uploaded from the **Files** column in your Monday.com board.

### How to Sync Attachments

1. Navigate to the **Comments & Attachments** section in the mapping configuration.

<figure><img src="/files/CBXAawBfRDaHu61HGJ4I" alt=""><figcaption></figcaption></figure>

2. Scroll down to **Synchronize attachments** and enable the option.

<figure><img src="/files/Hav3J6s3lcfdFL7OgbRu" alt=""><figcaption></figcaption></figure>

3. Go to your **Monday.com** workspace and upload attachments from the **FILES** column in your **Monday.com board.**

<figure><img src="/files/9UlhSdK7M5gNTslLM6FP" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Always upload attachments from the **FILES** column rather than the **Item/Task** menu to ensure file synchronization with the other app.
{% endhint %}

4. Choose the synchronization direction for your attachments. Options include **Both ways** (bi-directional sync), **Only to app A** (left)**,** and **Only to app B** (right) for unidirectional sync.

<figure><img src="/files/xJAqsfzwJ5oM3u6C9N8c" alt=""><figcaption></figcaption></figure>

5. Click **Apply** at the bottom right to submit your changes. Then, **Save** your integration.

{% hint style="info" %}
If you’re experiencing difficulties syncing attachments or have any other questions, please contact us at our [Support Center.](https://getint.io/help-center)
{% endhint %}


---

# 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.getint.io/guides/integration-synchronization/jira-monday.com-integration/synchronizing-attachments-in-a-monday.com-integration.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.
