# Creating commits

Ok, so you've reviewed the changes and staged the ones you want to make ready. Now it's time to commit.

### How to commit in Gitamic

Once you've got some staged changes, you will see the commit message box.

<figure><img src="/files/rx4RBSfy5wQRkVO4pvPH" alt=""><figcaption><p>The commit message box only appears when needed</p></figcaption></figure>

Any changes listed below the message box will be included in the commit.

Simply write a commit message ([be sure to make it a good one!](/using-gitamic/creating-commits/writing-commit-messages.md)) and click `Commit` and you're done!

{% hint style="info" %}
You can use the `Cmd+Enter` (on macOS) or `Ctrl+Enter` (on other platforms) keyboard shortcut to save reaching for your mouse.
{% endhint %}


---

# 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://gitamic.simonhamp.me/using-gitamic/creating-commits.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.
