# media guide

Use this page as a production checklist for screenshots and GIFs.

## Recommended media to add

| Page                  | Media type               | What to show                                                   |
| --------------------- | ------------------------ | -------------------------------------------------------------- |
| Overview              | Screenshot               | Clean arena with a Normal bot and a CPvP bot.                  |
| Installation          | Screenshot               | Clean startup console with private paths hidden.               |
| First Setup Checklist | GIF                      | `/spawnbot` GUI and spawning a bot.                            |
| Player Usage          | GIF                      | Shift-right-click bot settings and toggling one option.        |
| Normal PvP Bots       | GIF                      | Normal bot strafing/combat behavior.                           |
| Crystal PvP Bots      | GIF                      | Crystal PvP bot using crystals in a test arena.                |
| Crystal PvP Bots      | Screenshot               | CPvP settings GUI.                                             |
| GUI System            | Gallery                  | Main settings, PvP, CPvP, inventory, and template editor GUIs. |
| Templates             | Screenshot               | Safe `bot_templates.yml` example with no private data.         |
| Template Editor       | GIF                      | Create, configure, save, and spawn a template.                 |
| PlaceholderAPI        | Screenshot               | Scoreboard/menu using `%practicebot_*%` placeholders.          |
| Developer API         | Screenshot or code block | Addon startup log showing API version.                         |

## Capture rules

* Hide license keys.
* Hide private IP addresses.
* Hide private file paths.
* Hide private customer names.
* Use a clean test server or staging arena.
* Keep GIFs short: 5-12 seconds.
* Prefer 1080p or higher screenshots.
* Use consistent UI scale and shader/resource pack across images.

## Suggested filenames

```
assets/hero-arena.png
assets/spawn-gui.gif
assets/player-settings.gif
assets/normal-combat.gif
assets/cpvp-combat.gif
assets/cpvp-settings.png
assets/template-editor.gif
assets/template-yaml.png
assets/placeholder-scoreboard.png
```

After adding images to GitBook, replace each media placeholder with the relevant image embed.


---

# 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://edelweiss-network.gitbook.io/practicebot/server-owner-guide/media-guide.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.
