# Feature Migration Summary Page

### Overview <a href="#overview" id="overview"></a>

The **Feature Migration History** page displays all standard or community templates created to date.

* The **Community** tab shows templates that are either in progress or in a draft state.
* Once published, templates move from the **Community** tab to the **Standard** tab, making them available for customers.

<figure><img src="/files/sguUUdIk5DAIxhZuLy4i" alt="Feature Migration History with Community and Standard tabs"><figcaption><p>Feature Migration History with Community and Standard tabs</p></figcaption></figure>

From this page, you can:

1. View templates in chronological order.
2. Check the status of each template.
3. Review the latest version of a template.
4. View the last modified timestamp.
5. See the most recent use of each template.
6. Audit the change log.
7. Access and download datasets.
8. Manage templates.

<figure><img src="/files/g5VGM6wjfQIkprz2Ta9k" alt="Template list view with management options"><figcaption><p>Template list view with management options</p></figcaption></figure>

#### Viewing Dataset <a href="#viewing-dataset" id="viewing-dataset"></a>

Click the **View Dataset** button to inspect the fetched records. You can choose between **JSON** and **TREE** view formats. Both metadata and data object lists are downloadable in ZIP format.

<figure><img src="/files/Di6voxvZfG5h59Eojkwm" alt="Dataset view options with JSON and TREE modes"><figcaption><p>Dataset view options with JSON and TREE modes</p></figcaption></figure>

<figure><img src="/files/eBNoq1bCCiSLIUjmdIoo" alt="Detailed record list in TREE view" width="563"><figcaption><p>Detailed record list in TREE view</p></figcaption></figure>

#### Manage Template <a href="#manage-template" id="manage-template"></a>

Click the **Manage** button to update or publish your template.

<figure><img src="/files/xieAPpxzhXz0o3uAYTmQ" alt="Manage button to access template edit options"><figcaption><p>Manage button to access template edit options</p></figcaption></figure>

**Additional Options on the 'Manage Template' Screen**

1. **Create Version** – Create a new version of an existing Feature Migration template.
2. **Publish Template** – Officially publish a template so it becomes available to nCino customers. Once published, the status changes from **Ready-Draft** to **Ready-Published** and the template moves to the **Standard** tab.
3. **Actions**:

   * **View DataSet** – See the record list for each version created. Starting from ARM 22.2, datasets are version-specific.

   <figure><img src="/files/9JHZ4v8IkkXeN1CUKT2W" alt="Version-specific dataset viewing capability"><figcaption><p>Version-specific dataset viewing capability</p></figcaption></figure>

   <figure><img src="/files/vlyoaRsBX6sSxqIpHuGE" alt="Detailed dataset view per version" width="563"><figcaption><p>Detailed dataset view per version</p></figcaption></figure>

   * **Clone Version** – Quickly generate a new version from an existing template.
   * **Version Log** – View a history of all changes made to the template.
   * **Change Log** – Document changes for each version.
   * **Delete Template** – Permanently remove the template. This action is irreversible.

<figure><img src="/files/8nLiYx8XFwgiWiYPC1e9" alt="Template action icons for versioning, logs, and delete"><figcaption><p>Template action icons for versioning, logs, and delete</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-migration/feature-migration-summary-page.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.
