> 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-3/sua-vez/exercicio-4.md).

# Exercício 4

## Adicionando mais um livro à lista

Agora que seu repositório já tem um primeiro commit com o arquivo `lidos.txt`, é hora de continuar registrando suas leituras!

Neste exercício, você vai adicionar mais um livro à sua lista e praticar novamente os passos de acompanhamento de alterações com Git.

### ✅ Tarefa

Adicione um novo título à lista de livros lidos. Salve a alteração do projeto no repositório git.

***

**💡 Dica**

1. No VS Code, abra o arquivo `lidos.txt`.
2. Adicione uma nova linha com o nome de outro livro que você já leu.
3. Salve o arquivo.
4. No terminal, utilize os comandos do Git para:
   * Verificar o status e o histórico atual;
   * Ver as diferenças antes e depois do staging;
   * Adicionar o arquivo ao staging;
   * Fazer o commit com a mensagem: `"Adiciona título à lista de livros lidos"`;
   * Verificar o histórico de commits e confirmar que tudo foi salvo corretamente.


---

# 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-3/sua-vez/exercicio-4.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.
