> 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.5/operation-and-usage/operations.md).

# Operations

- [Basic Operations](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/basic-operations.md): Learn basic operational scenarios and common CLI commands.
- [NEDs and Adding Devices](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/neds-and-adding-devices.md): Learn about NEDs, their types, and how to work with them.
- [Manage Network Services](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/managing-network-services.md): Manage the life-cycle of network services.
- [Device Manager](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/nso-device-manager.md): Learn the concepts of NSO device management.
- [Out-of-band Interoperation](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/out-of-band-interoperation.md): Manage out-of-band changes.
- [SSH Key Management](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/ssh-key-management.md): Learn about NSO SSH key management.
- [Alarm Manager](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/alarm-manager.md): Manage NSO alarms with native alarm manager.
- [Plug-and-Play Scripting](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/plug-and-play-scripting.md): Use NSO's plug-and-play scripting mechanism to add new functionality to NSO.
- [Compliance Reporting](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/compliance-reporting.md): Audit and verify your network for configuration compliance.
- [Listing Packages](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/listing-packages.md): View currently loaded packages.
- [Lifecycle Operations](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/lifecycle-operations.md): Manipulate and manage existing services and devices.
- [Network Simulator](https://nso-docs.cisco.com/guides/nso-6.5/operation-and-usage/operations/network-simulator-netsim.md): Use NSO's network simulator to simulate your network and test functionality.


---

# 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.5/operation-and-usage/operations.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.
