# Players

The "Players" tab shows you a list of all players near you. It also has options for tracing other players in game.

<figure><img src="/files/p9DYus6EWDrAzK8yYM7f" alt=""><figcaption></figcaption></figure>

1. Player list with all their items
   * This window shows you every player nearby and the gear they are wearing.
2. Refresh button
   * Refreshes the player window.
3. Clear button
   * Clears the player window to free some memory.
4. Party Invite
   * Invites a selected player to a party.
5. Academy Invite
   * Invites a selected player to the academy.
6. Guild Invite
   * Invites a selected player to your guild.
7. Union Party Invite
   * Invites a selected player to a union party.
8. Player to trace
   * The name of the player to trace.
9. Refresh button
   * Refreshes the list of players around you.
10. Start tracing

* Starts tracing the chosen player.

11. Stop tracing

* Stops tracing the chosen player.

12. Attack monsters

* Attacks monsters while you are tracing the player

13. Kill all monsters before tracing

* This can be very useful for clearing out instances.

14. Buffs

* Cast buffs while tracing.

15. Party buffs

* Cast party buffs while tracing.

16. Pick items

* Pick up items while tracing.

17. Game trace

* Use the in game trace mechanism instead of walking to the players coordinates


---

# 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://guide.phbot.org/phbot/players.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.
