# Git and github

- [Intro to Version Control](https://certil-remy.gitbook.io/learn/git-and-github/untitled.md)
- [Git Repository Basics](https://certil-remy.gitbook.io/learn/git-and-github/untitled-1.md)
- [Git-basics-quiz](https://certil-remy.gitbook.io/learn/git-and-github/untitled-2.md)
- [Forks-and-clones](https://certil-remy.gitbook.io/learn/git-and-github/untitled-3.md)
- [Git Remotes and Github](https://certil-remy.gitbook.io/learn/git-and-github/untitled-4.md)
- [Git Remotes and Github Codealong](https://certil-remy.gitbook.io/learn/git-and-github/untitled-5.md)
- [Thinking Ahead: GitHub as Career Differentiator](https://certil-remy.gitbook.io/learn/git-and-github/untitled-6.md)
- [Github Pull Requests](https://certil-remy.gitbook.io/learn/git-and-github/untitled-7.md)
- [Git Collaboration](https://certil-remy.gitbook.io/learn/git-and-github/untitled-8.md)
- [Git-collaboration-quiz](https://certil-remy.gitbook.io/learn/git-and-github/untitled-9.md)
- [Git Basics Quiz](https://certil-remy.gitbook.io/learn/git-and-github/untitled-10.md)


---

# 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://certil-remy.gitbook.io/learn/git-and-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.
