# Additional Resources 8

## Git

1. [What is Version Control Systems?](https://www.youtube.com/watch?v=8oRjP8yj2Wo)
2. [Getting Started: About Version Control](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)
3. [Learn Git Branching](https://learngitbranching.js.org) (game)
4. [W3S: Git Exercises](https://www.w3schools.com/git/git_exercises.asp)

## GitHub

1. [Git and GitHub in Plain English](https://blog.red-badger.com/2016/11/29/gitgithub-in-plain-english)
2. [GitHub for Noobs](https://www.youtube.com/watch?v=1h9_cB9mPT8\&t=13s) (video playlist)


---

# 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://fundamentals.rocketacademy.co/8-github/additional-resources-8.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.
