# Introduction

## [Getting started](https://blackstrip.gitbook.io/net_routeros/getting-started)

installation and the like.

## [Approaches with Client](https://blackstrip.gitbook.io/net_routeros/approaches-with-client)

Examples.

## [Util basics](https://blackstrip.gitbook.io/net_routeros/util-basics)

a.k.a. Manipulating RouterOS data using Util

## [Util extras](https://blackstrip.gitbook.io/net_routeros/util-extras)

Fancy stuff

## [Using queries](https://blackstrip.gitbook.io/net_routeros/using-queries)

a.k.a. "equivalent of CLI's 'find' command and print's 'where' argument".

## [Manipulating RouterOS data using Client](https://blackstrip.gitbook.io/net_routeros/manipulating-routeros-data-using-client)

Some protocol "gotcha" stuff you should be aware of.

## [Shortcuts](https://blackstrip.gitbook.io/net_routeros/shortcuts)

Some reccomendations for more elegant code.

## [Optional features](https://blackstrip.gitbook.io/net_routeros/optional-features)

All about charset conversion, persistent connections and encrypted connections.

## [Roscon](https://blackstrip.gitbook.io/net_routeros/roscon)

All about the bundled API protocol console.


---

# 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://blackstrip.gitbook.io/net_routeros/master.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.
