# Welcome

Welcome to the official documentation for the Git Graph extension for Visual Studio Code!

[![Marketplace Version](http://vsmarketplacebadge.apphb.com/version/mhutchie.git-graph.svg)](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph)[![Latest Release](https://badgen.net/github/release/mhutchie/vscode-git-graph)![Rating](http://vsmarketplacebadge.apphb.com/rating-short/mhutchie.git-graph.svg)![Installs](http://vsmarketplacebadge.apphb.com/installs/mhutchie.git-graph.svg)](https://github.com/mhutchie/vscode-git-graph/releases)

### Support Resources

We're on Discord! Between the various Discord channels, you can:

* Ask questions you have about Git Graph.
* Keep up-to-date with the latest features being released.
* Float and collaborate on ideas for new features.

[![Join the Discord Server](https://img.shields.io/badge/Discord-Join%20the%20Discord%20Server-brightgreen.svg?logo=discord)](https://discord.gg/ZRRDYzt)

#### Raise an Issue on GitHub

* [Bug](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie\&labels=bug\&template=bug-report.md\&title=): Raise a bug you've found to help us improve.
* [Feature Request](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie\&labels=feature+request\&template=feature-request.md\&title=): Suggest an idea for this extension.
* [Improvement Request](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie\&labels=improvement\&template=improvement.md\&title=): Suggest an improvement for this extension.
* [Question](https://github.com/mhutchie/vscode-git-graph/issues/new?assignees=mhutchie\&labels=question\&template=question.md\&title=): Do you have a question about Git Graph? *(Please use Discord as the first point of contact if possible)*


---

# 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.mhutchie.com/vscode-git-graph/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.
