# Field Mapping Comments

As we explored in [**Field Mapping Status**](/tutorials/what-is-pre-mapping/field-mapping-status.md), you can mark each **Field Mapping** with a simple status such as **Needs Testing** or **Not Used**. But sometimes the other **Status** options won't capture needed details or you'll need a dialogue specific to a **Field Mapping**. This is where **Comments** come in.

For **Change Requested**, the changes you want to make can be detailed in a Comment.

For **In Progress**, you can add notes indicating what your organization needs to do to progress with this particular **Field Mapping.**

For **Waiting for Support**, you can detail what support you're waiting for -- often this is simply a question about a field to be mapped or about the mapping logic in the template for that **Field Mapping**

**Comments** are the furthest left column in any Build Page

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

**Comments** have several properties, they have a subject, a body, a URL field, and resolved status. Also to the left is a button to create new comments as each **Build Page** row (a Field Mapping in our case) can have several Comments associated with it

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

The **Comments** icon will indicate how many **Comments** there are for a **Field Mapping** and how many are resolved. The icon will be dark gray if there are no **Comments**, <mark style="color:red;">red</mark> if there are any unresolved **Comments**, and <mark style="color:green;">green</mark> if there are **Comments** and all of them are resolved.

<figure><img src="/files/ktNZ7VOysz9SkRq8zIEP" alt=""><figcaption><p>The top icon indicates no comments, the red icon indicates there are two Comments, one of which is resolved, and the last icon indicates only one Comment which is resolved.</p></figcaption></figure>

For the final exercises, go ahead and open a **Bookmark** of your choice. You can pick up where you left off from the exercises in [Field Mapping Status](/tutorials/what-is-pre-mapping/field-mapping-status.md)

1. Click on the **Comment** icon to bring up the **Comment** window as pictured above
2. Write "Hello world" in the subject (or anything you like)
3. Write "This is my first comment" or anything you like in the Content area
4. Click "Submit"

Congratulations, you've written your first comment!

***

You can also tag other Integration Gateway users in your comments. Let's create another comment and tag another user:

1. Start a new comment per Steps 1 through 3 above.
2. Type the **@** symbol, a dropdown will appear of other users you can add

   <figure><img src="/files/FOVMSj16EHDGBIyh3x2c" alt=""><figcaption></figcaption></figure>
3. Select another user from the dropdown, this will autocomplete the user's name when selected:

   <figure><img src="/files/uXNfB6XNUzDCbeCA3iWD" alt=""><figcaption></figcaption></figure>
4. Click "Submit" to save the Comment

Tagging another user will let them know you've mentioned them. If anyone has mentioned you in a **Comment**, you'll see a number in a <mark style="color:red;">red</mark> circle above the notification icon:

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

You can view and clear notifications by clicking on the icon:

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

Users may also be emailed notifications, this depends on the notification preferences which can be found in **Settings**:

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

<figure><img src="/files/5yOPIV6cZbu6PqbBqfCZ" alt=""><figcaption></figcaption></figure>

On your profile, you can click **Communication Preferences** where you can Disable or Enable email notifications:

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

Finally, let's resolve our new comments

1. Open any of the **Comments** you just created
2. Switch the **Resolved** toggle:<br>

   <figure><img src="/files/DHnv7wnLO2SdFh1t6gu8" alt=""><figcaption></figcaption></figure>
3. When you exit the Comment, you should see the icon update:

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

Comments with questions or requests will be addressed in the **Mapping** phase after **Pre-Mapping** is complete. When they are fulfilled, this is how the **Comment** will be marked as being completed.


---

# 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://glyue.docs.sandboxbanking.com/tutorials/what-is-pre-mapping/field-mapping-comments.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.
