> For the complete documentation index, see [llms.txt](https://documentation.virbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.virbox.com/fundamentals/overview.md).

# Overview

{% hint style="info" %}
**Good to know:** Virbox Protector provides both GUI tools and CLI tools to developer to protect their application in different systems
{% endhint %}

You can find the Virbox protector in the  sub directory of Virbox Protector installation path: <mark style="color:blue;">`the installation path of virboxprotector\bin`</mark>

Virbox Protector GUI tool:

<mark style="color:blue;">`virboxprotector.exe`</mark>

[Virbox Protector CLI tools](/fundamentals/cli-tool-overview.md):

<mark style="color:blue;">`virboxprotector_con.exe`</mark>

Besides of Virbox Protector's GUI tool and CLI tool, Virbox Protector also provides **DS Protector** to protect the data resource of your applications, you can find **DS protector** in the same sub directory of Virbox Protector installation path: <mark style="color:blue;">`the installation path of virboxprotector\bin`</mark>

DS Protector GUI tool:

<mark style="color:blue;">`dsprotector.exe`</mark>

DS Protector CLI tool:

<mark style="color:blue;">`dsprotector_con.exe`</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://documentation.virbox.com/fundamentals/overview.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.
