# Welcome

ACOToolbox is a Discord bot built for reselling communities. It centralizes checkout data, order tracking, Google Forms, and member participation tools into one bot.

## What You Can Do

* **Checkout Processing** - Ingest checkout webhooks and surface data to members.
* **Order Tracking** - Track orders across multiple email inboxes via IMAP.
* **Google Forms Integration** - Create and manage google forms from Discord.
* **Points System** - Track participation and reward members.
* **Server Stats** - Display server status such as checkouts and member count.
* **Giveaways** - Built-in giveaway system.
* **Full PAS Automation** - Simply set a pas rate and automatically send out pas invoices.

## Where To Start

### Community Members

* [Getting Started](/user-guides/getting-started.md)
* [User Commands](/user-guides/user-commands.md)

### Server Admins

* [Bot Installation](/admin-guides/installation.md)
* [Checkout Forwarders](/admin-guides/checkout-forwarders.md)
* [Verification Setup](/admin-guides/verification.md)
* [PAS Automation](/admin-guides/pas-automation.md)
* [Admin Commands](/admin-guides/admin-commands.md)
* [Google OAuth Setup](https://github.com/jserieux/ACOToolbox/blob/main/ACOToolbox-docs/admin-guides/google-oauth-setup.md)

## Core Features

### Order and Checkout Management

* Process checkout webhooks automatically.
* Track orders by Discord user ID or email mappings.
* Export checkout data and view stats.

### Built-in Order Scrapper and IMAP based Order Tracking

* Inbox-driven order tracking via IMAP dashboard.
* Per-site scanning with cancellation reports and order status.
* Order scrapper for users who do not wish to use IMAP.

### Google Forms Integration

* Create Google Forms directly from Discord.
* Schedule form opening and closing times.
* Reuse templates and auto-process responses (exports under construction).

### Points and Success Tracking

* Track user points and participation.
* Configure point rewards.
* Post leaderboards and stats.

### Server Stats

* Auto-updating voice channel stats for checkouts and members.
* Custom templates and time ranges per stat.

### Giveaways

* Giveaway module with optional server tag and role requirements.

### PAS Automation

* Automated PAS system for collecting and recording checkout fees.
* Builds a PAS catalog for users to see PAS rates as they are set.

## Support

* Support server: <https://discord.gg/NcRUenes9m>
* Email: <support@acotoolbox.com>
* Issues: report problems in the support server

## Invite

Invite ACOToolbox to your server:

<https://discord.com/oauth2/authorize?client_id=1405704166919377030>

***

ACOToolbox - Built for sneaker communities


---

# 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.acotoolbox.com/readme.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.
