# Users

- [FetchUser()](https://pyauthgg.xfuey.dev/administration/users/fetchuser.md): The FetchUser() function can be used for fetching information about a specific user.
- [FetchUsedLicenses()](https://pyauthgg.xfuey.dev/administration/users/fetchusedlicenses.md): The FetchUsedLicenses() function can be used for fetching all the licenses a user has used.
- [FetchUserCount()](https://pyauthgg.xfuey.dev/administration/users/fetchusercount.md): The FetchUserCount() function can be used for fetching the total amount of users.
- [FetchUsers()](https://pyauthgg.xfuey.dev/administration/users/fetchusers.md): The FetchUsers() function can be used for fetching all users.
- [DeleteUser()](https://pyauthgg.xfuey.dev/administration/users/deleteuser.md): The DeleteUser() function can be used for deleting a user.
- [ChangeVariable()](https://pyauthgg.xfuey.dev/administration/users/changevariable.md): The ChangeVariable() function can be used for changing a users variable.
- [ChangeRank()](https://pyauthgg.xfuey.dev/administration/users/changerank.md)
- [ChangePassword()](https://pyauthgg.xfuey.dev/administration/users/changepassword.md): The ChangePassword() function can be used for changing a users password.


---

# 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://pyauthgg.xfuey.dev/administration/users.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.
