# FAQ

## How and where can I file abuse complaints?

If you need to report an application for using our service and is involved in illegal or abusive activity please create a support ticket or email us.

As always, please substantiate your allegations with concrete evidence and/or any other relevant information to verify the abuse incident and help us take appropriate action. Keep in mind that depending on the type of the issue you’d like to report, the evidence may vary.

## I need to report a bug

Please create a support ticket and our developer team will look into your issue and assist you with it.

## Can I change my username or email?

You cannot change your username, emails are changeable by support ticket.

## What data do you collect on me?

The information we collect on you is as follows:

* Username
* Password (hashed)
* Email (contact method, reset password)
* Ban status
* AID
* IP (If suspicious attacks are logged)

## What data do you collect on my users?

At this time (06/19/2018), we currently store:

* Username
* Password (hashed)
* Email
* HWID (Unique Machine ID)
* Account Level
* Ban Status
* IP Address
* Program
* Last IP
* Last Login
* Registry Date

## What languages does Auth.GG work for?

Auth.GG currently supports C#, C, C++, PHP, Python


---

# 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/for-developer/faq.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.
