# DeBrowser

[The ExtraTON DeBot Browser](https://github.com/extraton/debrowser/).

## Version

This command shows the list of available versions.

```shell
everdev debrowser version

Available Versions: 1.1.0, 1.2.0, 1.2.1, 1.3.1
```

## Interfaces

This command shows the list of implemented interfaces.

```shell
everdev debrowser interfaces

Realised interfaces:
 - Address Input
 - Amount Input
 - Confirm Input
 - Menu
 - Network
 - Number Input
 - QR Code
 - Signing Box Input
 - Terminal
 - User Info
```

## Start

This command downloads image and starts DeBrowser container (Docker must be launched).

```shell
everdev debrowser start 1.3.1
```

## Stop

This command stops DeBrowser container.

```shell
everdev debrowser stop
```


---

# 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://docs.everos.dev/everdev/command-line-interface/debrowser.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.
