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

# Dia 11

- [Fork no GitHub](https://cumbucadev.gitbook.io/github-essentials/dia-11/fork-no-github.md)
- [Forks e Pull Requests](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests.md)
- [Forks e Pull Requests](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/forks-e-pull-requests.md)
- [Criando um Fork no GitHub](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/criando-um-fork-no-github.md)
- [Clonando um Fork](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/clonando-um-fork.md)
- [Realizando Alterações Localmente](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/realizando-alteracoes-localmente.md)
- [Enviando Alterações Locais para o Fork Remoto](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/enviando-alteracoes-locais-para-o-fork-remoto.md)
- [Criando um Pull Request a partir de um Fork no GitHub](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/criando-um-pull-request-a-partir-de-um-fork-no-github.md)
- [Quando o Upstream é atualizado durante o seu PR: Sincronizando o Fork](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/quando-o-upstream-e-atualizado-durante-o-seu-pr-sincronizando-o-fork.md)
- [Recebendo revisões e mesclando um Pull Request criado a partir de um fork](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/recebendo-revisoes-e-mesclando-um-pull-request-criado-a-partir-de-um-fork.md)
- [Preparando o Fork para a próxima contribuição](https://cumbucadev.gitbook.io/github-essentials/dia-11/forks-e-pull-requests/preparando-o-fork-para-a-proxima-contribuicao.md)
- [Exercício Final e Próximos Passos](https://cumbucadev.gitbook.io/github-essentials/dia-11/exercicio-final-e-proximos-passos.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://cumbucadev.gitbook.io/github-essentials/dia-11.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.
