# PyAuthGG

## PyAuthGG

- [PyAuthGG](https://pyauthgg.xfuey.dev/master.md): PyAuthGG Python Library Documentation
- [Changelogs](https://pyauthgg.xfuey.dev/changelogs.md): List of all changelogs
- [Getting Started](https://pyauthgg.xfuey.dev/getting-started.md)
- [Administration()](https://pyauthgg.xfuey.dev/administration/administration.md)
- [Users](https://pyauthgg.xfuey.dev/administration/users.md): Everyting related to 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.
- [Licenses](https://pyauthgg.xfuey.dev/administration/licenses.md): Everything related to licenses
- [FetchLicense()](https://pyauthgg.xfuey.dev/administration/licenses/fetchlicense.md): The FetchLicense() function can be used for fetching information about a license.
- [FetchLicenseCount()](https://pyauthgg.xfuey.dev/administration/licenses/fetchlicensecount.md): The FetchLicenseCount() function can be used for fetching the total amount of licenses.
- [DeleteLicense()](https://pyauthgg.xfuey.dev/administration/licenses/deletelicense.md): The DeleteLicense() function can be used for deleting licenses.
- [UnuseLicense()](https://pyauthgg.xfuey.dev/administration/licenses/unuselicense.md): The UnuseLicense() function can be used for un-using licenses.
- [UseLicense()](https://pyauthgg.xfuey.dev/administration/licenses/uselicense.md): The UseLicense() function can be used for deleting licenses.
- [GenerateLicense()](https://pyauthgg.xfuey.dev/administration/licenses/generatelicense.md): The GenerateLicense() function can be used for generating licenses.
- [HWID](https://pyauthgg.xfuey.dev/administration/hwid.md): Everything related to HWID's
- [FetchHWID()](https://pyauthgg.xfuey.dev/administration/hwid/fetchhwid.md): The FetchHWID() function can be used for fetching a users HWID.
- [ResetHWID()](https://pyauthgg.xfuey.dev/administration/hwid/resethwid.md): The ResetHWID() function can be used for resetting a users HWID.
- [SetHWID()](https://pyauthgg.xfuey.dev/administration/hwid/sethwid.md)
- [Application()](https://pyauthgg.xfuey.dev/application/application.md)
- [GetHWID()](https://pyauthgg.xfuey.dev/application/gethwid.md)
- [Info()](https://pyauthgg.xfuey.dev/application/info.md): The Info() function can be used for fetching information about the application.
- [Login()](https://pyauthgg.xfuey.dev/application/login.md): The Info() function can be used for fetching information about the application.
- [Register()](https://pyauthgg.xfuey.dev/application/register.md): The Info() function can be used for fetching information about the application.
- [Extend()](https://pyauthgg.xfuey.dev/application/extend.md): The Info() function can be used for fetching information about the application.
- [ForgotPassword()](https://pyauthgg.xfuey.dev/application/forgotpassword.md): The Info() function can be used for fetching information about the application.
- [ChangePassword()](https://pyauthgg.xfuey.dev/application/changepassword.md): The Info() function can be used for fetching information about the application.
- [Log()](https://pyauthgg.xfuey.dev/application/log.md): The Info() function can be used for fetching information about the application.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://pyauthgg.xfuey.dev/master.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.
