# Gitbook Guide

## Regular Text

Regular text can also have [links](https://github.com/vis2k/Mirror).

### Gitbook Important How To's

* Save & Merge: <https://gyazo.com/cc284fcb5ba5087dbdead8579433a591>
* Links to chapters: <https://gyazo.com/37bbe0b8d604594afda60a38d57e23dc>

### Hints

{% hint style="info" %}
&#x20;Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

{% hint style="danger" %}
Critical messages can be shown too.
{% endhint %}

### Code

{% code title="hello.sh" %}

```bash
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```

{% endcode %}

### Formulas

$$
E = mc^2
$$

### Quotes

> *“In the information age, the barriers just aren't there. The barriers are self imposed. If you want to set off and go develop some grand new thing, you don't need millions of dollars of capitalization. You need enough pizza and Diet Coke to stick in your refrigerator, a cheap PC to work on, and the dedication to go through with it. We slept on floors. We waded across rivers.”* ― **John D. Carmack, Masters of Doom**

### Images

![Image Description (optional)](https://462154250-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MGmQrf2z6FL0ZpExPAn%2F-MUREDljSDfZUSRHjWJV%2F-MURFaWo6kwrq2hRVN9c%2Fimage.png?alt=media\&token=e7ed051e-0bb0-464a-b40e-563e112fa6b1)

### Tables

| UDP                 | TCP                 |
| ------------------- | ------------------- |
| Makes people happy. | Makes people angry. |

### Tabs

{% tabs %}
{% tab title="First Tab" %}
This is the first tab.
{% endtab %}

{% tab title="Second Tab" %}
This is the second tab.
{% endtab %}
{% endtabs %}

### Task Lists

* [x] Task lists
* [x] Can now
* [x] Be done
* [ ] As well


---

# 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://mirror-networking.gitbook.io/docs/community-guides/gitbook-guide.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.
