# Welcome!

### About The Library <a href="#about-the-project" id="about-the-project"></a>

The Auctus Class Library provides a multitude of functions and extensions to help with the development of DataMiner Protocols (Drivers) and Automation Scripts. The library has been developed to use very few dependencies, making it easy to integrate it into your solution.

Grab the package over on [NuGet](https://www.nuget.org/packages/AuctusClassLibrary).

### License

Auctus Class Library is free and unencumbered public domain software.

For more information, see <https://unlicense.org/>

### Disclaimer

This library is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Skyline Communications or any of its subsidiaries.&#x20;

The names Skyline and DataMiner and related names, marks, emblems and images are registered trademarks of their respective owners.&#x20;

To learn more about DataMiner the official Skyline Communications website can be found at <https://skyline.be/>


---

# 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://zamberetta.gitbook.io/auctus-class-library/welcome.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.
