# Adding comments to a ticket

Comments within tickets are how an issue, change request, or other ticket is progressed - successive people add comments until the ticket is resolved and closed.&#x20;

To add or view ticket comments, select the **Comments** tab from the top of the ticket window:

Comments contributed by yourself appear right-aligned in Blue, and comments by others appear left-aligned with their user avatar identifier and their user name.&#x20;

You may also see comments added by connected systems and bots - for example, comments added by JIRA users which will be left-aligned, and will include the JIRA user detail within the comment body.&#x20;

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

To add a comment, enter it in the bottom text box and hit **Send.**&#x20;

{% hint style="info" %}
You can use [markdown](https://www.markdownguide.org/basic-syntax/) formatting in the ticket comment box to decorate the text - for example to make some text bold, \*\*surround it with two stars\*\*.
{% endhint %}


---

# 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.reveald.com/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide/epiphany-tools/tickets/adding-comments-to-a-ticket.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.
