# Rich text for issue descriptions and comments

To apply rich text formatting to issue descriptions or comments:

1. Select the text you want to format, and you'll see options for customizing the text.
2. Use these options for text formatting, including features like **bold**, *italics*, <mark style="color:blue;">links</mark>, and more. You can also use code blocks, bullet points and numbered lists in your text.
3. Rich text formatting can also be applied within the comments section for enhanced text presentation and organization.

<div align="left"><figure><img src="/files/bZVkb9HvyHRRJowxiIQQ" alt="" width="563"><figcaption><p>Rich text for issue descriptions and comments</p></figcaption></figure></div>


---

# 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://iteration-x.gitbook.io/help-documentation/update-an-issue/rich-text-for-issue-descriptions-and-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.
