# Text

## Properties

![](/files/-M0Ee86Fgm5sHEL9pkx9)

### Set Text

You can specify text for your Text Plugin

<div align="left"><img src="/files/-M0EeWLR7n23IdAZOF70" alt=""></div>

### Set Text Size

You can change the font size of the text

<div align="left"><img src="/files/-M0EepfhC9LgTo3ffgDE" alt=""></div>

### Set Text Color

You can change the color of text

<div align="left"><img src="/files/-M0EfA6jGcPL2W45RDO8" alt=""></div>

### Markdown

You can use markdown to style text

![](https://i.imgur.com/vMgDWJb.gif)

#### Supported Markdown Elements

| Markdown Element  | Syntax                                                                                           | Effect                                                                                                               |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| ----------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- | ---- | -------------------- | ------------ | ------------ | -------------------- | ---- | ---- | -------------------- | ---- | ---- | ----------- | ------------------------------ |
| Heading           | <p><code># Heading 1</code></p><p><code>## Heading 2</code></p><p><code>### Heading 3</code></p> | <p>(Sets a </p><p>heading visual </p><p>style)</p>                                                                   |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Bold Text         | `**test**`                                                                                       | **test**                                                                                                             |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Italic Text       | `*test*`                                                                                         | *test*                                                                                                               |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Blockquote        | `> test`                                                                                         | <p>(Sets text </p><p>in a block)</p>                                                                                 |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Ordered List      | <p><code>1. test</code></p><p><code>2. test</code></p><p><code>3. test</code></p>                | <ol><li>test</li><li>test</li><li>test</li></ol>                                                                     |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Unordered List    | <p><code>- test</code></p><p><code>- test</code></p><p><code>- test</code></p>                   | <ul><li>test</li><li>test</li><li>test</li></ul>                                                                     |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Code Block        | \`test\`                                                                                         | `test`                                                                                                               |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Horizontal Rule   | ---                                                                                              | <p>(Creates a </p><p>horizontal line)</p>                                                                            |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Link              | `[test](https://mpm.care/)`                                                                      | [test](https://mpm.care/)                                                                                            |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Image             | `![alt-text](photo.png)`                                                                         | <p>(Embeds an</p><p>image)</p>                                                                                       |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Table             | <p><code>                                                                                        | test                                                                                                                 | test | </code></p><p><code> | ------------ | ------------ | </code></p><p><code> | test | test | </code></p><p><code> | test | test | </code></p> | <p>(Creates a</p><p>table)</p> |
| Fenced Code Block | <p>`</p><p>test</p><p>test</p><p>test</p><p>`</p>                                                | <p><code>test</code></p><p><code>test</code></p><p><code>test</code></p>                                             |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Strikethrough     | `~~test~~`                                                                                       | ~~test~~                                                                                                             |      |                      |              |              |                      |      |      |                      |      |      |             |                                |
| Check List        | <p><code>- \[x] test</code></p><p><code>- \[ ] test</code></p>                                   | <ul class="contains-task-list"><li><input type="checkbox" checked>test</li><li><input type="checkbox">test</li></ul> |      |                      |              |              |                      |      |      |                      |      |      |             |                                |

List adapted from [Markdown Cheat Sheet at Markdown Guide](https://www.markdownguide.org/cheat-sheet/)

### Set Alignment

You can set the alignment of the text box

<div align="left"><img src="/files/-M0EhJpubgiSi93ZE602" alt=""></div>

### Set Pane

You can set the background color of the text box

![](https://i.imgur.com/AVJc2pt.gif)


---

# 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.myguide.care/content/guides/plugins/text.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.
