# Markdown

O GitBook suporta muitos tipos diferentes de conteúdo e é baseado em Markdown — o que significa que você pode copiar e colar quaisquer arquivos Markdown existentes diretamente no editor!

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

Sinta-se à vontade para testar e copiar o Markdown abaixo passando o mouse sobre o bloco de código no canto superior direito e colando em uma nova linha abaixo.

```markdown
# Título

Este é um texto de parágrafo, com um [link](https://docs.gitbook.com) para nossa documentação. 

## Título 2
- Ponto 1
- Ponto 2
- Ponto 3
```

{% hint style="info" %}
Se você tiver vários arquivos, o GitBook facilita a importação de repositórios completos também — permitindo que você mantenha seu conteúdo do GitBook sincronizado.
{% 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/pt-br-documentation/nocoes-basicas/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.
