# Discord Bot

Starforge is a Discord-native RPG where every interaction, choice, and battle occurs through a high-fidelity Embedded UI. By utilizing Discord’s latest interface features, Starforge creates an immersive, "point-and-click" gaming experience entirely within the discord server

## What is a Discord APP?

A "Discord Bot" refers to a user like member of the server that you can use to automate various actions. It's denoted by a "APP" tag next to its name. Bots use Discord's public "API" to carry out actions.

### How to use StarForge APP

Starforge is designed for ease of use. While many Discord games rely on typing, Starforge prioritizes Visual Components:

* Buttons: Used for immediate actions like "Deploy," "Return," "Confirm" etc.
* Dropdown Menus: Used for inventory management, selecting selecting buffs, or navigating between different features.
* Dynamic Embeds: Richly formatted windows that display players progress, stats, and lore in a clean, organized layout.


---

# 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://starforge-1.gitbook.io/galacticpaper/discord-bot.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.
