> For the complete documentation index, see [llms.txt](https://glitch9.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glitch9.gitbook.io/docs/unity-assets/commit-gen/getting-started.md).

# Getting Started

### Requirements

**Commit Gen** requires the 'AI Development Kit' asset to function. Please ensure this asset is installed before using **Commit Gen**. If you do not have 'AI Development Kit' installed yet, you can download it from the Unity Asset Store [here.](https://assetstore.unity.com/packages/tools/ai-ml-integration/ai-toolkit-for-unity-281225)[ ](https://assetstore.unity.com/preview/281225/917274)

### Getting Started

#### 1. Open Commit Gen Window

Go to Tools > Glitch9 > Commit Message Generator to open the window.

<figure><img src="https://lh7-us.googleusercontent.com/-OReD8TOkHcXH460x2y5wn057crN3Lv5yUccQua9MlQJIothJZD61QG9sHVG0VbNTG-BoMK2mRrPBNgTnodYwqo58I5uzMwxaC5BjD0OKcQ81XJ9Zdxg7zRQ2736_qPMrMrK7PMlI_TOsNwxwEw1kR4" alt="" width="375"><figcaption></figcaption></figure>

#### **2. Configure Settings**

Click the ‘Settings’ button to bring up the settings window.

<figure><img src="https://lh7-us.googleusercontent.com/HGqi2YcWlmNorPionItY3vkzQsgQef-5eyHbiu9OPoc2QdK6fmM0hROK5dyTY2im7YWJXyYbiemB5SMwWv_s2q_6sZsYXt-txO7WyUUMqDD9J9rRfZYJ2tWjqtZsVzbDxSdHMWxxpswVof0Py7l0400" alt="" width="375"><figcaption></figcaption></figure>

**OpenAI Settings:**

* API Key: Your OpenAI API key.
* Organization: Your OpenAI organization ID.
* Model: Choice of GPT model based on performance and cost preferences.

**Tool Settings:**

* Language: Preferred language for UI and commit messages.
* Progress Bar: Toggle the display of a progress bar during generation.
* Lazy Commit Button: Enables the option to generate and commit in one step.
* Confirm Before Commit: Adds a confirmation dialog before committing changes.


---

# 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 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://glitch9.gitbook.io/docs/unity-assets/commit-gen/getting-started.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.
