> For the complete documentation index, see [llms.txt](https://docs.kbase.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kbase.us/getting-started/narrative/markdown.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kbase.us/getting-started/narrative/markdown.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
