# Formatting of messages

Ylem supports a wide selection of formatting syntaxes depending on the destination software you want to stream data to.

For example, you can use Slack's formatting syntax if you want to send messages to Slack. If you create tickets in Jira, use Atlassian's syntax.

## Jira

Output message in Ylem's Notification task:

<figure><img src="/files/SS62XbMjxNSUnXKTwwkE" alt=""><figcaption></figcaption></figure>

Description of the ticket created in Jira:

<figure><img src="/files/aWzTzbC5Lkmx4e4SoLf5" alt=""><figcaption></figcaption></figure>

More detailed information about Atlassian's syntax is here: <https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all>

## Slack

Output message in Ylem's Notification task:

<figure><img src="/files/VFitYmDbR0VbizfpXGrH" alt=""><figcaption></figcaption></figure>

Resulting message in Slack:

<figure><img src="/files/CUNVNHXBgeItnTZXbQJx" alt=""><figcaption></figcaption></figure>

More detailed information about Slack's syntax is here: <https://slack.com/help/articles/202288908-Format-your-messages>


---

# 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.ylem.co/pipelines/formatting-of-messages.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.
