# NetCoCo | Network Automation Application

NetCoCo is a network automation application for manage network device and config network device without CLI Configuration. NetCoCo can generate network audits with your freeform topology through the use of a Topology Builder.

> For documentation and installation. Plase visit [netcoco-documentation](https://netcoco-io.gitbook.io/netcoco/)

## Features

* Topology Builder
* Network Monitor
* L2 Switch configure via GUI
  * Vlan Setting
  * Interface setting

## Support Devices

* Cisco IOS
* Cisco SG300
* Cisco SG350

## License

Copyright (c) 2020 - Chatdanai Phakaket

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

<http://www.apache.org/licenses/LICENSE-2.0>


---

# 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://netcoco-io.gitbook.io/netcoco/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.
