# Universal API

- [Application Information](https://setup.auth.gg/api/application-information.md): Receive information about your application
- [Login](https://setup.auth.gg/api/login.md): Login and receive variables after a successful login
- [Register](https://setup.auth.gg/api/register.md): Register a user using a license key
- [Extend Subscription](https://setup.auth.gg/api/extend-subscription.md): Extend users' subscription
- [Forgot Password](https://setup.auth.gg/api/forgot-password.md): Send user an email regarding a password reset
- [Change Password](https://setup.auth.gg/api/change-password.md): Change users' password
- [Log](https://setup.auth.gg/api/log.md): Send an action log to your web panel


---

# 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://setup.auth.gg/api.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.
