# 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>\
![](https://890492573-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FymlVa7HqifbzbNaEj5N7%2Fuploads%2FMJ1RyQXlD4OXYuQRpPlG%2Fava.png?alt=media\&token=5094560d-3138-48e0-ad86-a47b5a6dc5cb)
{% endhint %}

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

[^1]:


---

# 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://xploreforum.gitbook.io/untitled/help-center/bb-codes.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.
