# Developer Reference

- [Python, Java, and Erlang Extensibility SDK](https://nso-docs.cisco.com/guides/nso-6.1/developer-reference/python-java-and-erlang-extensibility-sdk.md): NSO API reference.
- [RESTCONF API](https://nso-docs.cisco.com/guides/nso-6.1/developer-reference/restconf-api.md): Implementation details for RESTCONF.
- [NETCONF Interface](https://nso-docs.cisco.com/guides/nso-6.1/developer-reference/netconf-interface.md): Implementation details for NETCONF.
- [JSON-RPC API](https://nso-docs.cisco.com/guides/nso-6.1/developer-reference/json-rpc-api.md): API documentation for JSON-RPC API.
- [SNMP Agent](https://nso-docs.cisco.com/guides/nso-6.1/developer-reference/snmp-agent.md): Description of SNMP agent.
- [XPath](https://nso-docs.cisco.com/guides/nso-6.1/developer-reference/xpath.md): Implementation details for XPath.


---

# 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/guides/nso-6.1/developer-reference.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.
