# Overview

binmaster is a group that develops tools for Hypixel Skyblock. We are currently focused in developing both an AH macro and a Combat macro.

The first one is aimed at flipping in the Auction House of Skyblock, and the second one is aimed at levelling up all types of Slayer and Ghost.

Our tools stand out in the market because they are all [headless](https://en.wikipedia.org/wiki/Headless_software), this means that they don't render a User Interface of the game, and instead, they make use of the console to display information, while an automated bot takes care of the rest in the background.

This enables users to do other tasks while having the bot running without having the game open, or, if hosted on a [VPS](https://en.wikipedia.org/wiki/Virtual_private_server), running 24 hours continuosly.

{% hint style="info" %}
**IMPORTANT:** What we offer are not mods, they are separate programs that can run detached from the actual Minecraft Client, please keep this in mind when trying to run the program.
{% endhint %}

{% hint style="warning" %}
**F.A.Q.:** Please read the Frequently Asked Questions before asking your question in the Discord Server, there is a high chance that they have been already answered.
{% endhint %}


---

# 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://binmasterdocs.gitbook.io/binmaster-docs/general/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.
