# The Broadcast Command

### Broadcasting Skills

Players can use the `/broadcast skill` command to broadcast their current skill levels in global chat. For example, players can use the `/broadcast skill attack` command to broadcast their current attack level in global chat.

### Broadcasting Balance

Players can use the `/broadcast balance` command to broadcast their current emerald balance, also known as their account balance, in global chat.

### Broadcasting Experience

Players can use the `/broadcast experience` command to broadcast their current experience level in global chat. This level increases as you collect [experience](https://minecraft.wiki/w/Experience) orbs. Experience can be used to enchant items using an [enchanting table](https://minecraft.wiki/w/Enchanting_Table).

### Broadcasting Items

Players can use the `/broadcast item` command to broadcast the item that they are currently holding in their man hand.


---

# 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://about.foundationcraft.com/server-commands/the-broadcast-command.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.
