> For the complete documentation index, see [llms.txt](https://support.thealtening.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.thealtening.com/documentation/basics/editor.md).

# What is a Supported Client?

A supported client is a third-party game client or bot that already knows how to talk to TheAltening through our API. If you use one of these, you can log in with a token inside the client itself and skip installing the Authenticator.

### Why use a supported client

* Fewer steps. Copy a token from the panel, paste it in the client, join a server.
* Built-in integration. The client handles our API behind the scenes.
* Stays normal for you, no extra apps to download

### How it works (quick)

1. Open the panel and copy a token.
2. In your client, find the place it accepts a token or “alt service” login.
3. Paste the token and launch.

### Examples of supported clients

* [Aristois](https://aristois.net/)
* [Impact](https://impactclient.net/)
* [LiquidBounce](https://liquidbounce.net/)
* [OQMineBot](https://minecraftbot.com/)

These links go to the official sites so you can follow their setup guides or downloads.&#x20;

### How to tell if your client is supported

* There’s a field or toggle for “TheAltening” or “token login.”
* The docs mention integration with an alt service or our API.
* You can launch after pasting a token without running any extra helper.

If your client isn’t on the list or doesn’t accept tokens directly, use the Authenticator path instead.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://support.thealtening.com/documentation/basics/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
