# Comments

Comments card allows you to add a comment to the journey or flow. Comments are not visible to the customer, but only to you and your team. You can use a comments card to document, explain, or annotate your journey or flow logic.

## Using Comment Card

* You want to send a welcome message to your customers when they first message you on WhatsApp.

insert

* You create a flow with a trigger card that activates when a customer sends a message to your WhatsApp number.

insert

* You add a comments card to explain the purpose of the flow: **This flow sends a welcome message to new customers and asks them to choose their preferred language.**

insert

* You add a message template card that sends a welcome message to the customer and asks them to choose their preferred language from a list of quick reply buttons.

insert

* You add a comments card to document the message template name and ID: **This message template is called welcome\_message and has the ID 123456789.**

insert


---

# 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://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/utility-cards/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.
