# Format your content

Isomer user markdown to format your page content. This includes bolding your text, inserting images or hyperlinks.&#x20;

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is simply regular text with a few non-alphabetic characters thrown in, like `#` or `*`.

For a quick, interactive introduction to Markdown, you can try out the Markdown tutorial at <https://commonmark.org/help/tutorial/>

{% hint style="info" %}
If you're an advanced user and would like to use HTML on an Isomer page, you can!

As the HTML code is inserted by you, Isomer team will not be able to support and troubleshoot problems relating to the HTML code that you inserted.
{% endhint %}

**To find out a list of common markdown formatting that are commonly used on isomer site, refer to the cheatsheet on the next page.**


---

# 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://v2.isomer.gov.sg/get-started/markdown.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.
