# Comments

**Comments**

Comments are descriptive lines in a macro to make reading easier. These are not executed when the macro runs.

Single line comments start with **|**\
|This is a single line comment Multi line comments can also be used. Multi-line comments begin with **|\*\*** and end with **\*\*|**\
|\*\* This is a multiple line comment where

`you could use this form of commenting **|`

## See Also

[Macro\_Reference](/macroquest/documentation/macro-reference.md)


---

# 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://macroquest.gitbook.io/macroquest/documentation/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.
