# Git e GitHub

- [Criando uma conta e seu primeiro repositório no GitHub](https://womakerscode.gitbook.io/desvendando-git-e-github/git-e-github/setup.md): Faremos nosso treinamento focado em trabalhar com o GitHub, como plataforma de versionamento. Para isso, siga os passos a seguir e crie sua conta gratuita.
- [Setup de Instalação](https://womakerscode.gitbook.io/desvendando-git-e-github/git-e-github/setup-de-instalacao.md)
- [Vocabulário do Git](https://womakerscode.gitbook.io/desvendando-git-e-github/git-e-github/conceitos-e-vocabulario-do-git.md): Neste vocabulário reunimos as expressões mais comuns, utilizadas para referenciar comandos de versionamento de projetos com Git (que valem para GitHub também!)


---

# 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://womakerscode.gitbook.io/desvendando-git-e-github/git-e-github.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.
