# Header The header (`head`) is the top most text displayed on a chatbot message. This message type also supports [Markdown and @mentions](/docs/chat/customizing-messages/message-with-markdown). ## Example ![Example](/img/1560465677571.png) ## JSON example ```json { "head": { "text": "I am a header" } } ```