# Overview

**Cisco NSO (Network Services Orchestrator) NEDs (Network Element Drivers)** are software components that enable Cisco NSO to communicate with and configure network devices from different vendors using their native CLI, NETCONF, RESTCONF, or other proprietary interfaces.\
NEDs translate the NSO service models into device-specific commands, allowing NSO to manage multi-vendor networks efficiently.

## NSO NED Administration

See the [NSO Administration Guide](https://cisco-tailf.gitbook.io/nso-docs/guides/administration/management/ned-administration) to learn about Cisco-provided NEDs and how to manage them.

## The NED `README.md` File

Each NED package comes with a `README.md` file that provides essential documentation and details, including:

1. **Overview of the NED**
   * A brief introduction to the NED, including its supported device types and software versions.
2. **Installation Instructions**
   * Steps for installing and configuring the NED in Cisco NSO.
3. **Supported Interfaces and Protocols**
   * Specifies whether the NED supports CLI, NETCONF, RESTCONF, or other management protocols.
4. **Feature Support List**
   * Lists supported commands, configurations, and features for the device.
5. **Limitations and Known Issues**
   * Any constraints, unsupported features, or known bugs related to the NED.
6. **Usage Instructions**
   * Example commands, data models, and guidelines on how to interact with the NED.
7. **Upgrade and Compatibility Information**
   * Details on how to upgrade the NED and which Cisco NSO versions it is compatible with.
8. **Licensing and Support Information**
   * Guidelines on licensing requirements and where to get support.

## Cisco NSO NED Changelog Explorer

The [NED Changelog Explorer](https://developer.cisco.com/docs/nso/ned-changelog-explorer/) allows you to quickly search for changes when upgrading to a specific NED version. This information is also available in the CHANGES file, packaged with each NSO NED release.


---

# 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://nso-docs.cisco.com/neds/readme.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.
