# Feature Commits

The **Feature Commit History** lists all the commits that occurred during a feature migration deployment, including commit log details and the list of objects committed to your version control system.

Navigate to **nCino > Commit History**.

<figure><img src="/files/cn63ptpqEWhehl2DnxBr" alt="nCino Commit History main screen"><figcaption><p>nCino Commit History main screen</p></figcaption></figure>

The left pane displays a complete list of all commits.

<figure><img src="/files/VfOcZjMHmltc4WexXZxK" alt="List of commits in the Commit History view"><figcaption><p>List of commits in the Commit History view</p></figcaption></figure>

Use the **Advanced Search** filter to quickly locate specific commit records.

<figure><img src="/files/CIYsemHL5gaXek2MQ1Ed" alt="Advanced Search filter options for commit history"><figcaption><p>Advanced Search filter options for commit history</p></figcaption></figure>

Click on any commit label to view detailed information on the right pane. This includes the commit label, status, author username, and the timestamp of the commit.

#### Revision Info <a href="#revision-info" id="revision-info"></a>

This section lists all the objects that were newly added or modified in the version control system:

* **A** – Object was *newly added*
* **M** – Object was *modified or updated*

<figure><img src="/files/IcaLDSubeNjswyS5VDgu" alt="Revision info showing added and modified objects"><figcaption><p>Revision info showing added and modified objects</p></figcaption></figure>

Click the following icon to view the complete list of *metadata* and *data* added or modified:

!\[View metadata/data icon]\(../../../../.gitbook/assets/image (1343).png)

<figure><img src="/files/RFjh6XzYR3QZ4MCoTsPY" alt="Detailed metadata and data view"><figcaption><p>Detailed metadata and data view</p></figcaption></figure>

To download the changes report, click the **Download Report** icon:

!\[Download report icon]\(../../../../.gitbook/assets/image (1345).png)

The report will be downloaded to your local machine. To return to the main screen, click the back button in the top-left corner.

#### Commit History Log <a href="#commit-history-log" id="commit-history-log"></a>

This section provides a step-by-step log of each commit.

<figure><img src="/files/tlouyDCebQNyRikHyGvh" alt="Step-by-step commit log entries"><figcaption><p>Step-by-step commit log entries</p></figcaption></figure>

<figure><img src="/files/5QhWdKVKIN4BYRWSIsl8" alt="Additional commit log details"><figcaption><p>Additional commit log details</p></figcaption></figure>


---

# 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://knowledgebase.autorabit.com/product-guides/arm/arm-features/ncino/feature-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.
