# Add a comment to a record

The 'Add a Comment to a Record' workflow action allows you to write a customized comment (powered by [Record Comments](/record-pages/record-comments.md)) on any of your app's records.

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

#### Setup 'Add a Comment to a Record' action

To add a comment to a record you need to configure a few fields:

* **Table** You need to specify the table that the record belongs to.
* **Record ID** You then need to enter the ID of the record in that table that you want to add the comment to.
* **Author** Optionally you can specify the ID of a user who the comment should be authored by. If you leave this blank the comment will just not have an author.
* **Text** Finally, specify the text that should be in the body of the comment.

#### Tagging users in comments

Just like regular comments you can tag users to notify them that there may be an action for them to take. You just need to type the `@` symbol followed by their user ID in square brackets, for instance `@[2]`, alternatively you can dynamically tag users with the `+` button on the comment text input, inserting the user ID to tag in the place of the number in this static example.


---

# 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://guides.noloco.io/workflows/workflows/add-a-comment-to-a-record.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.
