# Introduction

This is a GitBook version of the Scott Chacon's book: [Pro Git](https://github.com/progit/progit).

The entire Pro Git book, written by Scott Chacon and published by Apress, is available here. All content is licensed under the [Creative Commons Attribution Non Commercial Share Alike 3.0 license](http://creativecommons.org/licenses/by-nc-sa/3.0/). Print versions of the book are available on [Amazon.com](http://www.amazon.com/gp/product/1430218339?ie=UTF8\&camp=1789\&creative=9325\&creativeASIN=1430218339\&linkCode=as2\&tag=git-sfconservancy-20).

This book is also an example of a book that can be generated in multiple languages.

**WARNING:** This repo is automatically generated by [progit-to-gitbook](https://github.com/AaronO/progit-to-gitbook). Please submit all pull requests to [Pro Git](https://github.com/progit/progit).


---

# 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://willh.gitbook.io/gitpro/master.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.
