# Markdown Guide

You can use markdown in the text editors in Famewall.

You can head over to the Testimonial Collection Page customization [here](https://app.famewall.io/collection-page) and select the collection page you'd like to customize

Then you'd be able to find "Your Message for Customers" & "Thank You Message" fields which would have the message 'Markdown supported'

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

Here are the Markdown shortcuts that you can use in the above editor:

<table><thead><tr><th width="330">Element</th><th>Markdown Syntax</th></tr></thead><tbody><tr><td>Bold</td><td><code>**bold text**</code></td></tr><tr><td>Italic</td><td><code>*italicized text*</code></td></tr><tr><td>Blockquote</td><td><code>> blockquote</code></td></tr><tr><td>Ordered List</td><td><code>1. First item</code><br><code>2. Second item</code><br><code>3. Third item</code><br></td></tr><tr><td>Unordered List</td><td><code>- First item</code><br><code>- Second item</code><br><code>- Third item</code><br></td></tr><tr><td>Link</td><td><code>[title](https://www.example.com)</code></td></tr></tbody></table>


---

# 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.famewall.io/markdown-guide.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.
