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

# Welcome to BinCommand

Hello and welcome! If you are reading this, you’ve just taken the first step toward reclaiming control of your inventory, automating your dispatch, and stopping the revenue leaks in your business.

We built BinCommand with one goal: **Simplicity.** We know you don't have time to struggle with complex software while running a busy operation.

### What you can expect

BinCommand is designed to replace your whiteboards, spreadsheets, and sticky notes. Here is what you will master with this documentation:

* **🗺️ Visual Tracking:** Never lose a dumpster again. See every asset on a live map.
* **⏰ Overdue Alerts:** Know exactly which customer has kept a bin too long so you can charge for extra days or pick it up.
* **🚚 Driver Dispatch:** Send jobs directly to your driver's phone—no more radio chatter or confused text messages.
* **💰 Billing:** Generate invoices in seconds and keep your cash flow healthy.

***

### 🚀 Fast Track: Where to start?

If you just created your account, follow this 3-step path to get your first bin on the map in less than 5 minutes:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>1. Initial Setup</h4></td><td><a href="/pages/efW6eRuk22SHkDU4VKhc">/pages/efW6eRuk22SHkDU4VKhc</a></td></tr><tr><td><h4>2. Add Inventory &#x26; Customers</h4></td><td><a href="/pages/piN3dtZPiHeEstDpwufa">/pages/piN3dtZPiHeEstDpwufa</a></td></tr><tr><td><h4>3. Create your First Order</h4></td><td><a href="/pages/3P1LIOuQbSFlazWTLKrf">/pages/3P1LIOuQbSFlazWTLKrf</a></td></tr><tr><td><h4>4. Driver App &#x26; Mobile</h4></td><td></td></tr><tr><td><h4>5. Live Map</h4></td><td></td></tr><tr><td><h4>6. Users &#x26; Team</h4></td><td></td></tr></tbody></table>

***

### Need Help?

We are building this specifically for business owners like you. If you get stuck or have a feature request:

* **Email Support:** <support@bincommand.com>
* **Direct Line:** Reply to any of our onboarding emails. We read everything.

Let's get to work! 🚛


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.bincommand.com/welcome-to-bincommand.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
