> For the complete documentation index, see [llms.txt](https://docs.fairmarkit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmarkit.com/buyers/events/communicate-with-suppliers/supplier-messages.md).

# Supplier messages

While working on an event, supplier messages allow you to communicate about the event and clarify details with invited suppliers. Messages can include attachments. You'll receive a notification when messages are added to your events.

{% hint style="info" %} <mark style="color:purple;">See: For additional ways to communicate with suppliers, see</mark> [<mark style="color:purple;">Communicate with suppliers</mark>](/buyers/events/communicate-with-suppliers.md)<mark style="color:purple;">.</mark>
{% endhint %}

### Send a message to a supplier <a href="#sendamessagetoasupplier" id="sendamessagetoasupplier"></a>

With supplier messages, you and your team can communicate directly with suppliers.

<figure><img src="https://docs.fairmarkit.com/content/buyers/images/event-comments-supplier_thumb_0_0.png" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
From the event details screen, click the **comments** button. The comments area displays.

<div align="left"><figure><img src="/files/DQvK09EYjG9pjnE3T8Xp" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Select the supplier.

<div align="left"><figure><img src="/files/cd5w47WTRmjBOeTzYEa2" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
In **Write a comment**, enter the text you want to send. You can also:

* **Mention** @ other users to notify them about the comment. If you mention a user who doesn’t have access to the event, you'll be prompted to invite them or send a request to the event owner to invite them.
* **Attach** **files** :paperclip: with additional information.
  {% endstep %}

{% step %}
Click the **Send** button to add the comment to the event.
{% endstep %}
{% endstepper %}

### Edit a message <a href="#editamessage" id="editamessage"></a>

To edit one of your messages:

{% stepper %}
{% step %}
Hover over the message and click the **Edit** :pencil2: button.
{% endstep %}

{% step %}
Edit the message or attachment.
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}

### Delete a message <a href="#deleteamessage" id="deleteamessage"></a>

To delete one of your messages:

{% stepper %}
{% step %}
Hover over the message and click the **Delete** button. A confirmation message displays.
{% endstep %}

{% step %}
Click **Delete**.
{% endstep %}
{% endstepper %}

### Message notifications <a href="#messagenotifications" id="messagenotifications"></a>

When an supplier message is added to your event or a shared event, by default you will be alerted in the following ways:

* On the [Notifications](/buyers/getting-started-as-a-buyer/notifications-buyers.md) menu, you will receive a notification.<br>
* From the event, the comments button displays an alert.

### Subscribe / Unsubscribe from notifications for an event <a href="#subscribeunsubscribefromnotificationsforanevent" id="subscribeunsubscribefromnotificationsforanevent"></a>

To toggle on or off emails and notifications for supplier message on an event, open the event and then click the **Subscribe / Unsubscribe from notifications** :bell: button in the Comments area.


---

# 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.fairmarkit.com/buyers/events/communicate-with-suppliers/supplier-messages.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.
