> For the complete documentation index, see [llms.txt](https://nso-docs.cisco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nso-docs.cisco.com/guides/nso-6.3/readme.md).

# What's New

{% hint style="info" %}
Only significant new updates are listed here. To see the complete list of changes, refer to the [NSO Changelog Explorer](https://developer.cisco.com/docs/nso/changelog-explorer/?from=6.2\&to=6.3).
{% endhint %}

## Release Highlights <a href="#d5e42" id="d5e42"></a>

This release includes major enhancements in the following areas:

<details>

<summary>Web UI Improvements</summary>

The web-based management interface has been improved to streamline user experience with a modernized look and feel. Also, usability improvements have been made in certain areas, such as device management.

Documentation Updates:

* Expanded and improved the [Web UI](/guides/nso-6.3/operation-and-usage/webui.md) documentation to cover usage instructions.

</details>

<details>

<summary>Device Management Improvements</summary>

Devices now support `auto-configure` and `rename` actions to assist with the initial onboarding as well as the renaming of devices. Additionally, the listing of services, that have modified a device, has been improved and now includes Nano service zombies using a new `/devices/device/services/service` list.

Documentation Updates:

* Added new sections [Auto-configuring Devices in NSO](https://nso-docs.cisco.com/guides/nso-6.3/pages/zqTcKARjm1VQGwnnp9Xp#user_guide.devicemanager.auto-configuring-devices) and [Renaming Devices in NSO](/guides/nso-6.3/operation-and-usage/operations/nso-device-manager.md#renaming-devices-in-nso).

</details>

<details>

<summary>Support for Linux/arm64 Platform</summary>

Binaries for the Linux OS on the arm64 architecture are now available for download from the Cisco [Software Download](https://software.cisco.com/download/home) site.

Documentation Updates:

* Updated system requirements in the Installation ([Local Install](/guides/nso-6.3/administration/installation-and-deployment/local-install.md), [System Install](/guides/nso-6.3/administration/installation-and-deployment/system-install.md)) and [Containerized NSO](/guides/nso-6.3/administration/installation-and-deployment/containerized-nso.md) sections.

</details>

<details>

<summary>Platform Tools Packages</summary>

A number of additional packages are now bundled with the NSO installer binary. These are optional packages that can be added to the NSO instance and were previously distributed separately.

Documentation Updates:

* Expanded the [Installation](/guides/nso-6.3/administration/installation-and-deployment.md) section with information on additional bundled packages.

</details>

<details>

<summary>Improved Services Documentation</summary>

The service development documentation has been improved and expanded, allowing for a more gradual introduction to service concepts.

Documentation Updates:

* Replaced the old Services section with a new [Implementing Services](/guides/nso-6.3/development/core-concepts/implementing-services.md) section, which builds on top of [Developing a Simple Service](/guides/nso-6.3/development/introduction-to-automation/creating-a-service.md) with additional fundamental service functionality.
* Replaced the old Services section with a new [Services Deep Dive](/guides/nso-6.3/development/advanced-development/developing-services/services-deep-dive.md) section, which serves as a service development reference, including best practices, known limitations, and an in-depth explanation of specific FASTMAP features.
* Substantially revised and improved the [Templates](/guides/nso-6.3/development/core-concepts/templates.md) section.

</details>

<details>

<summary>Observability Improvements for Distributed Deployments</summary>

NETCONF and RESTCONF APIs now support the propagation of standards-based Trace Context to aid distributed tracing.

Documentation Updates:

* For NETCONF, added documentation on [Trace Context](/guides/nso-6.3/development/core-concepts/northbound-apis.md#trace-context) in Northbound APIs.
* For RESTCONF, added documentation on [Trace Context](/guides/nso-6.3/development/core-concepts/northbound-apis.md#trace-context-1) in Northbound APIs.

</details>

<details>

<summary>JSON Metadata Support</summary>

NSO now supports RFC-7952-encoded metadata, as well as setting metadata when using JSON data encoding.

Documentation Updates:

* Expanded the [RESTCONF API](/guides/nso-6.3/development/core-concepts/northbound-apis.md#the-restconf-api) in Northbound APIs with details on metadata handling.

</details>

<details>

<summary>RESTCONF Data Filtering</summary>

Added the `exclude` query parameter support to the GET RESTCONF method that excludes a subtree from the returned output.

Documentation Updates:

* Expanded the section [Query Parameters](https://nso-docs.cisco.com/guides/nso-6.3/pages/oL1kE8rCMfAkCQai9RvP#ncs.northbound.restconf.query_params) in Northbound APIs with details and an example of `exclude` usage.

</details>

<details>

<summary>Other Notable Highlights</summary>

* Improved YANG 1.1 support: Allow type `empty` in list keys and unions, as well as improve the handling of unions of enumerations.
* Implement alarms for certificate expiry: The functionality now covers all certificates in use by NSO.
* Automatic migration of templates: Migrating a device to a new NED ID will trigger a copy of the device and compliance templates for the old NED ID to the new NED ID (unless the template already contains configuration for the new NED ID).
* Faster upgrades: The performance of the CDB upgrade process has been significantly improved by utilizing more parallelization.
* `ncs.conf` management: `ncs.conf` file can now use environment variable references and parts of the file can be placed in separate configuration files in the `ncs.conf.d` sub-directory, next to the `ncs.conf` file.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://nso-docs.cisco.com/guides/nso-6.3/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
