# MLB Bot Documentation

Welcome to the documentation for the MLB Discord bot.

This bot provides MLB scores, live game trackers, daily scoreboards, box scores, lineups, schedules, standings, player stats, team information, alerts, highlights, news, injuries, transactions, umpires, Statcast tools, and a virtual Stubs economy for Discord communities.

Use the sidebar categories to find the commands you need.

***

## 🔗 Useful Links

* **Terms of Service:** [Terms of Service](/mlb-bot/mlb-bot-documentation/terms-of-service.md)
* **Privacy Policy:** [Privacy Policy](/mlb-bot/mlb-bot-documentation/privacy-policy.md)
* **Support Server**: <https://discord.gg/zSUntxeYMq>
* **Change logs** can be followed along here <https://discord.com/channels/1511455923846123610/1513773142408167524>

***

## 📚 Categories

* [📺 Live / Scoreboard](/mlb-bot/mlb-bot-documentation/live-scoreboard.md)
* [🎟️ Stubs Economy](/mlb-bot/mlb-bot-documentation/stubs-economy.md)
* [🎫 Season Pass](/mlb-bot/mlb-bot-documentation/season-pass.md)
* [🔠Bingo](/mlb-bot/mlb-bot-documentation/bingo.md)
* [📚Trivia](/mlb-bot/mlb-bot-documentation/trivia.md)
* [🎬 Game Details](/mlb-bot/mlb-bot-documentation/game-details.md)
* [📊 Stats / Teams / Players](/mlb-bot/mlb-bot-documentation/stats-teams-players.md)
* [🚨 Alerts / Updates](/mlb-bot/mlb-bot-documentation/alerts-updates.md)
* [🛠️ Admin / Support](/mlb-bot/mlb-bot-documentation/support.md)

***

### 📌 Notes

* Most team, player, date, division, game, and stat inputs support autocomplete.
* Game options usually accept a game selected from autocomplete, or a pasted `gamePk`.
* Some setup commands require server staff permissions, `Manage Server`, or a configured staff role.
* Live game trackers depend on Discord, hosting, and MLB data availability. If an API is delayed or unavailable, bot updates may also be delayed.
* Scheduled posts and daily scoreboard features use Eastern Time unless stated otherwise.
* MLB scores, schedules, stats, highlights, news, injuries, and transactions may be delayed, incomplete, or corrected later by third-party data sources.
* Stubs are a virtual server currency for entertainment only. They have no real-world cash value.
* Stubs predictions and live bets are not real-money gambling and cannot be exchanged for money, prizes, or cash-equivalent rewards.
* `All Teams` is mainly intended for Home Run alerts. Most other alert types require one specific team.
* Bot settings are server-specific. A setting changed in one Discord server does not automatically apply to another server.
* If a command does not respond correctly, check that the bot has permission to view the channel, send messages, embed links, attach files, and use slash commands.
* Abuse, spam, exploit attempts, or harassment may result in the user or server losing access to the bot.

***


---

# 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://stitch-bot.gitbook.io/mlb-bot/mlb-bot-documentation.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.
