# Gitamic

## Public Docs

- [Hi, Gitamic!](https://gitamic.simonhamp.me/introduction.md): Gitamic is a premium Statamic add-on that allows you to take full control of your git workflow from within your CMS.
- [Roadmap](https://gitamic.simonhamp.me/roadmap.md): There's a lot I want Gitamic to do!
- [Installation](https://gitamic.simonhamp.me/getting-started/installation.md): Gitamic is installed via Composer.
- [Setup](https://gitamic.simonhamp.me/getting-started/setup.md): Once you've installed Gitamic, you'll need to update your application's configuration. This is usually a one-time thing for each Statamic site where you use Gitamic.
- [Deployment](https://gitamic.simonhamp.me/getting-started/deployment.md): Some notes on various deployment scenarios whilst using Gitamic.
- [Git basics](https://gitamic.simonhamp.me/using-gitamic/git-basics.md): A brief introduction to some basic Git concepts
- [Reviewing changes](https://gitamic.simonhamp.me/using-gitamic/reviewing-changes.md): How to use Gitamic to review your work
- [Creating commits](https://gitamic.simonhamp.me/using-gitamic/creating-commits.md): Creating commits in Gitamic is a cinch
- [Writing commit messages](https://gitamic.simonhamp.me/using-gitamic/creating-commits/writing-commit-messages.md): How to write clear and concise commit messages
- [Atomic commits](https://gitamic.simonhamp.me/using-gitamic/creating-commits/atomic-commits.md): It's a good practice to make them atomic
- [Pushing & pulling](https://gitamic.simonhamp.me/using-gitamic/pushing-and-pulling.md): Coming soon
- [License agreement](https://gitamic.simonhamp.me/legal-security-support/license-agreement.md): The legal wording of the Gitamic license.
- [Security policy](https://gitamic.simonhamp.me/legal-security-support/security-policy.md): What to do if you become aware of a vulnerability exposed by Gitamic.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gitamic.simonhamp.me/introduction.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.
