# Text formatting

Some text fields support text formatting. This is a way of making your text look prettier using titles, bold text, etc. Next to each formatting option is a <img src="/files/Cfwzv4HAJduKWypptMsb" alt="" data-size="line"> button to copy the formatting text. You can paste it in your text area and change the contents to match your idea.

Here's a list of the formatting options:

## Title

Use `# your text` to create a title.

## Subtitle

Use `## your text` to create a subtitle.

## Centered text

Use `~~your text~~` to center your text.

## Align right

Use `~~~your text~~~` to align your text to the right.

## Bold

Use `**your text**` to make your text bold.

## Underscore

Use `__your text__` to underscore your text.

## Clickable email link

Use `||your@email.address||` to add an email address that can be clicked. Clicking this email address will start a new email.

## Clickable text with email link

Use `[Email me!](your@email.address)` to create a piece of text that can be clicked to start a new email. It will appear like this: [Email me!](mailto:your@email.address) You can customise the text.

## Clickable text with link

Use `[an url](https://www.eventication.com)` to create a link with text. This will appear like this: [an url](https://www.eventication.com). You can customise the text.

## Normal link

Use `||https://www.eventication.com||` to create a normal clickable link. This will appear like this: <https://www.eventication.com>.

## Grey text

Use `-*-this is grey text-*-` to create grey text.

{% hint style="warning" %}
Not all text supports all text formatting. Always check below the text field to see which markup is available.
{% endhint %}

<figure><img src="/files/tZuwmKyIjiFq7MYTwvp9" alt=""><figcaption><p>An example of the button where you can find all formatting options</p></figcaption></figure>


---

# 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.eventication.com/event/misc/text-formatting.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.
