# Introduction to Automation

- [CDB and YANG](https://nso-docs.cisco.com/guides/nso-6.4/development/introduction-to-automation/cdb-and-yang.md): Learn how NSO keeps a record of its managed devices using CDB.
- [Basic Automation with Python](https://nso-docs.cisco.com/guides/nso-6.4/development/introduction-to-automation/basic-automation-with-python.md): Implement basic automation with Python.
- [Develop a Simple Service](https://nso-docs.cisco.com/guides/nso-6.4/development/introduction-to-automation/develop-a-simple-service.md): Get started with service development using a simple example.
- [Applications in NSO](https://nso-docs.cisco.com/guides/nso-6.4/development/introduction-to-automation/applications-in-nso.md): Build your own applications in NSO.


---

# 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.4/development/introduction-to-automation.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.
