> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/markdown/additional-markdown-documentatio.md).

# Additional Markdown Documentatio

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. \
\
<https://www.markdownguide.org/cheat-sheet/>

Nearly all Markdown applications support the basic syntax outlined in the original Markdown design document. There are minor variations and discrepancies between Markdown processors — those are noted inline wherever possible.

[https://www.markdownguide.org/basic-syntax/](<https://www.markdownguide.org/basic-syntax/&#xD;&#xA;&#xD;&#xA;https://www.markdownguide.org/extended-syntax/>)

The basic syntax outlined in the original Markdown design document added many of the elements needed on a day-to-day basis, but it wasn’t enough for some people. That’s where extended syntax comes in.

Several individuals and organizations took it upon themselves to extend the basic syntax by adding additional elements like tables, code blocks, syntax highlighting, URL auto-linking, and footnotes. These elements can be enabled by using a lightweight markup language that builds upon the basic Markdown syntax, or by adding an extension to a compatible Markdown processor.\[\\

\
<https://www.markdownguide.org/extended-syntax/>]\(<https://www.markdownguide.org/basic-syntax/&#xD;&#xA;&#xD;&#xA;https://www.markdownguide.org/extended-syntax/>)


---

# 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:

```
GET https://docs.shiftiq.com/help/markdown/additional-markdown-documentatio.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.
