# Mentioning a member

To mention a member from a discussion channel or thread, there are two options:&#x20;

* Write "@" in the text field and enter the first few letters of the member's first name to find them.&#x20;
* Click on `@` below the text field.&#x20;

## Linked notifications&#x20;

When you send a message mentioning a member, the member receives two types of notification:

* An in-application notification: this is displayed in the `Messages` tab of the Notification Center. Clicking on the notification will take the member to the chat channel where they were mentioned.

<figure><img src="/files/ePyni2PAkLid0gDsLBOA" alt="Notification when being mentioned by a member"><figcaption></figcaption></figure>

* Email notification. If the member has activated this feature in their [settings](/english/user-settings/manage-notifications.md#mentions), then they will receive an email within 15 min of the mention (if they haven't seen the mention in the meantime).


---

# 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://help.meltingspot.io/english/spot-content/discussions/mentioning.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.
