Advanced training using Markdown syntax

Last updated: December 3, 2025

How to improve your training using markdown

You can provide the training using Markdown - the contents of the training source will preserve its structure - headings, sections, lists and links - this will allow for more effective use of this page by the AI. AI will be able to use the links and understand the sections of the website. This format of storing the pages consumes about 30% more training characters than the plain text

Markdown for website sources

When training from websites, the website content is automatically converted to markdown - the links to pages and to the images are stored in markdown format.

Markdown for Text and Questions and Answers sources

You can use Markdown syntax when typing Text and Questions and Answers to add a structure & links to your training data:

  • Headings: Headings are used to create titles and subtitles in your document. Markdown supports six levels of headings, which correspond to HTML <h1> through <h6> tags.

  • Lists: Markdown supports both ordered (numbered) and unordered (bulleted) lists.

  • Links: In Markdown, links are a way to create clickable text that directs users to a specified URL. This is particularly useful for providing references, additional resources, or navigation within documents.

When you provide the training with the Markdown syntax, the chatbot will most likely use it to provide your user with more structured response, links with labels, headings and lists.

You can find out more about markdown syntax here.