# Version Control

- [Google Drive](https://docs.iowacityrobotics.org/programming/version-control/google-drive.md)
- [Git](https://docs.iowacityrobotics.org/programming/version-control/git.md): This chapter will explain how to use Git and GitHub to track version history and collaborate with others. It will also introduce command line basics in the process.
- [What is Git?](https://docs.iowacityrobotics.org/programming/version-control/git/what-is-git.md): This page will explain what git is, and what it can do.
- [How do you use Git?](https://docs.iowacityrobotics.org/programming/version-control/git/how-do-you-use-git.md): This page will explain how to use git.
- [How to use Git (Option 1): Type commands yourself](https://docs.iowacityrobotics.org/programming/version-control/git/how-to-use-git-option-1-type-commands-yourself.md): This page will explain how to use git's command line interface to perform actions with the tool.
- [How to use Git (Option 2): Use GitHub Desktop](https://docs.iowacityrobotics.org/programming/version-control/git/how-to-use-git-option-2-use-github-desktop.md): This page will explain how to install and use GitHub Desktop.


---

# 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://docs.iowacityrobotics.org/programming/version-control.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.
