> For the complete documentation index, see [llms.txt](https://xploreforum.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xploreforum.gitbook.io/untitled/help-center/bb-codes.md).

# BB Codes

\[B], \[I], \[U], \[S] - Bold, italics, underline, and strike-through

Makes the wrapped text bold, italic, underlined, or struck-through.

{% hint style="danger" %} <mark style="color:red;">Example:</mark>\
This is \[B]bold\[/B] text.\
This is \[I]italic\[/I] text.\
This is \[U]underlined\[/U] text.\
This is \[S]struck-through\[/S] text.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">**Output:**</mark>\
This is bold text.\
This is *italic* text.\
This is underlined text.\
This is ~~struck-through~~ text.
{% endhint %}

***

#### \[COLOR=color], \[FONT=name], \[SIZE=size] - Text Color, Font, and Size

Changes the color, font, or size of the wrapped text.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
This is \[COLOR=red]red\[/COLOR] and \[COLOR=#0000cc]blue\[/COLOR] text. \
This is \[FONT=Courier New]Courier New\[/FONT] text. \
This is \[SIZE=1]small\[/SIZE] and \[SIZE=7]big\[/SIZE] text.
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark> \
This is <mark style="color:red;">red</mark> and <mark style="color:blue;">blue</mark> text. \
This is *Courier New* text. \
This is [~~small~~](#user-content-fn-1)[^1] and `big text`.
{% endhint %}

***

#### \[URL], \[EMAIL] - Linking

Creates a link using the wrapped text as the target.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[URL]<https://www.example.com\\[/URL>] \
\[EMAIL]<example@example.com>\[/EMAIL]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
[https://www.example.com](https://www.example.com/)\
<example@example.com>
{% endhint %}

***

#### \[URL=link], \[EMAIL=address] - Linking (Advanced)

Links the wrapped text to the specified web page or email address.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[URL=[https://www.example.com\]Go](https://xploreforum.gitbook.io/untitled/help-center/https:/www.example.com]Go) to example.com\[/URL]\
\[EMAIL=<example@example.com>]Email me\[/EMAIL]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
[Go to example.com](https://www.example.com/)\
[Email me](mailto:example@example.com)
{% endhint %}

***

#### \[USER=ID] - Profile Linking

Links to a user's profile. This is generally inserted automatically when mentioning a user.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[USER=17047]Username\[/USER]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
[Username](https://xplore.gg/xavier/)
{% endhint %}

***

#### \[IMG] - Image

Display an image, using the wrapped text as the URL.<br>

{% hint style="danger" %} <mark style="color:red;">Example:</mark> \
\[IMG]<https://xplore.gg/data/assets/logo/logo.png>\[/IMG]
{% endhint %}

{% hint style="success" %} <mark style="color:green;">Output:</mark>\
![](/files/uXEbbRoLFUZpZPUDp4j0)
{% endhint %}

\
**For more details, visit the** [**page**](https://xplore.gg/help/bb-codes/)

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xploreforum.gitbook.io/untitled/help-center/bb-codes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
