# Format Markdown Cells

Add formatted text to your Narrative using [Markdown cells](/getting-started/narrative/revise.md#add-text-to-your-narrative) to explain your process, interpret results, and communicate to others for sharing and publication and more.&#x20;

Markdown cells use markup languages of Markdown and HTML. Both are pretty easy to learn but does require knowing some syntax. Not every formatting option will work in the Narrative Interface.&#x20;

### [Narrative Formatting Cheat Sheet](https://narrative.kbase.us/narrative/69716) to copy and save

### Resources for Markdown syntax

* [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/)
* [Markdown Guide](https://www.markdownguide.org/basic-syntax)

### Resources for HTML syntax

* [HTML Cheat Sheet](https://htmlcheatsheet.com/)
* [HTML Guide](http://www.simplehtmlguide.com/essential.php)
* [HTML Color Codes](https://htmlcolorcodes.com/color-picker/)


---

# 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.kbase.us/getting-started/narrative/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.
