What is Markdown?
Markdown is a simple way to structure content using headings, subheadings, lists, and clearly organized sections. It is widely used in documentation, knowledge bases, and AI systems because it helps preserve the hierarchy of information. Even when you upload PDFs, Word documents, or plain text, Attlas attempts to identify and understand this structure automatically. The more organized the structure is, the better.Common Markdown Syntax
Here is a quick reference of the most common Markdown formatting elements that you can use to structure your documents:Why is structure important?
AI doesn’t just read words. It also tries to understand:- What is a heading;
- What is a subheading;
- Which information belongs to each section;
- How topics are related;
- What represents a list;
- What is a question and what is an answer.
Use headings and subheadings
One of the best practices is dividing content into clear sections.Poor Example
- Example
- Result
Better Example
- Example
- Result
Use lists whenever possible
Lists help separate concepts and reduce ambiguity.Example
Product benefits:
- Easy implementation
- CRM integration
- Dedicated support
- Advanced reporting
Group related information together
Avoid mixing completely unrelated topics within the same document.Avoid
- Product information;
- Internal policies;
- Recipes;
- Company information;
Prefer
One document for each major topic. This helps Attlas understand the context more effectively.Use question-and-answer format for FAQs
When creating help centers or FAQ content, use a clear question-and-answer structure.Example
This format makes it easier for Attlas to retrieve answers when users ask similar questions.
Avoid redundant or conflicting information
One of the most common causes of inconsistent answers is conflicting content.Example
Document A:Our company has been in business for 20 years.Document B:
Our company has been operating for 22 years.When this happens, Attlas may struggle to determine which information is the most up to date. Whenever possible:
- Update older documents;
- Remove duplicate content;
- Maintain a single source of truth for important information.
Attlas Best Practices Guide
Learn more about content consistency and quality in our Attlas Best Practices Guide.

