# Mikrotik

## Supout Decoder

## What is supout.rif file? <a href="#supout.rif-whatissupout.riffile" id="supout.rif-whatissupout.riffile"></a>

The support file is used for debugging MikroTik RouterOS and to solve the support questions faster. All MikroTik Router information is saved in a binary file, which is stored in the router and can be downloaded from the router using FTP or WinBox. If required, then you can generate the file on the "/flash" folder on devices with FLASH type memory or external storage drive, by specifying the full path to the file "name=flash/supout.rif". You can view the contents of this file in your [Mikrotik account](https://www.mikrotik.com/), simply click on "Supout.rif viewer" located in the left column and upload the file.

* Generate one from the web port or Winbox by scrolling all the way down on the left hand menu
* Click on `Make Supout.rif`
* The file will appear in the `Files`menu of the web dashboard or Winbox, download it

### Decoding Supout.rif

* <https://github.com/farseeker/go-mikrotik-rif>

```
git clone https://github.com/farseeker/go-mikrotik-rif
cd go-mikrotik-rif
go build main.go

main /path/to/supout.rif
```


---

# 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://book.ice-wzl.xyz/mikrotik.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.
