# Formatting

## 5.6 Formatting

\=Headings

## Headings

Heading lines start with 1 to 5 equal (=) signs. Trailing equal signs may be used, but are optional. ==Heading 2

### Heading 2

\===Heading 3

#### Heading 3

\====Heading 4==

**Heading 4**

\===== Heading 5 =====

**Heading 5**

### **Lists**

Numered list

`# x`

`# y`

`# z`

1. x
2. y
3. z

### **Unordered List**

`* x`

`* y`

`* z`

* x
* y
* z

### **Indenting**

A ":" at the start of a line indents what follows up to the next new line. Multiple colons indent further. : Indented Indented

:: More Indented More Indented

::::: (this can continue up to 5 levels) (this can continue up to 5 levels)

### **Quoting**

A ">" at the start of a line quotes the following.

> this is a quote

### **Centering**

`++ this is centered`

```
                                                this is centered
```

### **Preformatted**

`. this is preformatted`

```
this      is      preformatted
```


---

# 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://xoops.gitbook.io/gwiki-tutorial/the-user-side/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.
