# How to Format

## General Text Formatting

The following formatting can be achieved by using specific symbols around the text you would like it to affect.

*Italics* - \*italics\* or \_italics\_

*Underline Italics* - \_\_\*underline italics\*\_\_

**Bold -** \*\*bold\*\*

**Underline Bold** - \_\_\*\*underline bold\*\*\_\_

***Bold Italics*** - \*\*\*bold italics\*\*\*

***Underline Bold Italics*** - \_\_\*\*\*underline bold italics\*\*\*\_\_

Underline - \_\_underline\_\_

~~Strikethrough~~ - \~\~Strikethrough\~\~

Don't want to use markdown? You can slap a backslash before your statement or put your message in a code block, escaping the markdown formatting. You'll see those asterisks as you'd like!

## Inconnu Headers

We use a Discord bot called Inconnu to handle our dice rolls and create roleplay headers. You can use these headers to supply information that would be readily available to the other character(s) in your scene and denote your scene's location. People subscribed to Inconnu's Patreon page may use character images in their headers and the bot's `/post` command. More information can be found on Inconnu's [<mark style="color:red;">documentation page</mark>](https://docs.inconnu.app/).\
\
You will precede each post by using the `/header` command. We use these headers to calculate activity experience, so try not to forget!

## Posting Tips

* Use third-person perspective. Past or present tense does not matter, but third-person creates a barrier between your character and yourself to help mitigate [<mark style="color:red;">character bleed</mark>](https://cape-town-by-night.gitbook.io/copy-ct-wiki/getting-started/beginners-guide/player-etiquette#character-bleed).
* Enclose all spoken dialogue in "quotes". This helps to clarify exactly when your character is speaking out loud. Do not use quotes for thoughts.
* *Italics* are generally used for inner thoughts, though many players forgo writing said thoughts out.
* You should note this in your post whenever you make a roll, fail a rouse check, or activate a discipline. You may use code blocks, spoiler tags, or whatever suits you. Ensure that it is readable and not disruptive.
* When changing locations, make a note at the end of your post and tag the channel that the scene will be moving to before using the `!end` command.
  * A location change generally counts as a scene end for powers, abilities, and effects that last until the end of a scene.


---

# 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://wiki.capetownvtm.com/getting-started/beginners-guide/how-to-format.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.
