# MessageML Basics

- [Content Grouping](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/content-grouping.md)
- [Text formatting and semantics](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/text-level-formatting-and-semantics.md)
- [Tables](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/tables.md)
- [Images](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/images-and-media.md)
- [Tags and mentions](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/shorthand-tags.md)
- [Enhanced tags notice](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/shorthand-tags/enhanced-tags-notice.md): This page describes the changes introduced by the new enhanced tags for Symphony developers
- [Date and time](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/date-and-time.md)
- [Style Attributes](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/style-attributes.md)
- [Special Characters](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/special-characters.md)
- [Emojis](https://docs.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags/emojis.md)


---

# 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.developers.symphony.com/bots/messages/overview-of-messageml/messageml-basic-format-tags.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.
