# Markdown

GitBook supporta molti tipi diversi di contenuto ed è basato su Markdown — il che significa che puoi copiare e incollare qualsiasi file Markdown esistente direttamente nell'editor!

<figure><img src="https://gitbookio.github.io/onboarding-template-images/markdown-hero.png" alt=""><figcaption></figcaption></figure>

Sentiti libero di provarlo e copia il Markdown qui sotto passando il mouse sopra il blocco di codice in alto a destra e incollando in una nuova riga sottostante.

```markdown
# Heading

Questo è un testo di paragrafo, con un [link](https://docs.gitbook.com) ai nostri documenti. 

## Heading 2
- Punto 1
- Punto 2
- Punto 3
```

{% hint style="info" %}
Se hai più file, GitBook rende facile importare interi repository — permettendoti di mantenere il contenuto di GitBook sincronizzato.
{% endhint %}


---

# 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://docs.incogniton.com/documentation/italian-documentation/nozioni-di-base/markdown.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.
