> For the complete documentation index, see [llms.txt](https://xmlking.gitbook.io/yeti/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xmlking.gitbook.io/yeti/faq/gitbook.md).

# GitBook

GitBook Frequently Asked Questions

## How to use Tabs?

{% tabs %}
{% tab title="First Tab" %}
load files
{% endtab %}

{% tab title="Second Tab" %}
Save File
{% endtab %}
{% endtabs %}

## How to embed Hints?

{% hint style="info" %}
Tips: "styles" translate to the different hint types : info, success, danger & warning. Checkout <https://docs.gitbook.com/editing-content/embeds>
{% endhint %}

```
{% hint style='info' %}
Important info: this note needs to be highlighted
{% endhint %}
```

{% hint style="success" %}
Important success: this note needs to be highlighted
{% endhint %}

{% hint style="danger" %}
Important danger: this note needs to be highlighted
{% endhint %}

{% hint style="warning" %}
Important warning: this note needs to be highlighted
{% endhint %}

## How to embed a YouTube Video?

{% embed url="<https://www.youtube.com/watch?v=ce7EXvherHU>" %}
