# The Skill Command

Players can use the `/skill list` command to view a list all skills on the server along with information about how to earn experience for each skill. Players can also view the perk for each skill by hovering their cursor over the name of a specific skill in the list.

Each player has a list of their skills displayed on the right-hand side of their screen by default. This list shows the current skill level the player has achieved for each skill. In addition to this list, players have a boss bar at the top of their screen showing which skill they most recently earned experience for. Players can hide their skill sidebar and boss bar using the `/skill hide` command and re-show them using the `/skill show` command.


---

# 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-skill-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.
