# Version Control

DinoAI helps automate and streamline your version control workflows, ensuring your team stays on the same page with minimal effort.

### Using Dino AI to Generate Commit Messages

Leverage DinoAI to generate detailed, context-specific commit messages that enhance communication and clarity within your team. This feature is especially useful for teams working on collaborative projects where clear commit messages are crucial for tracking changes.

#### How to Use

1. **Make Changes to Your Code**: Begin by making the necessary changes in your project files.
2. **Click "Write Commit"**: In the Git Lite panel, select the "Write Commit" option to generate a commit message.
3. **Review and Edit**: Review the AI-generated commit message. If necessary, click "Write Commit" again for a new suggestion.
4. **Commit and Push**: Once satisfied with the AI-generated commit message, commit your changes and push them to your repository.

{% @arcade/embed url="<https://app.arcade.software/share/tEKPikHHUQOmcA3hhyLF>" flowId="tEKPikHHUQOmcA3hhyLF" %}

{% hint style="info" %}
For additional guidance, see [video tutorial](https://www.youtube.com/watch?v=rq2TM1PRvSw).
{% 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://docs.paradime.io/app-help/documentation/dino-ai/version-control.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.
