# Guild

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

1. Shows a list of all guild members
2. Show guild invites
   * Shows incoming guild invites in the bot.
3. Auto invite other players to the guild with level > X
   * Invites other players near you to your guild if their estimated level is above what is specified.
   * Player levels are not exact and are estimated based on the items they wear.
4. Accept all guild invites
   * Accepts all incoming guild invites.
5. Notice View button
   * Shows the current guild notice.


---

# 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/guild.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.
