# TheAltening

## Home

- [Developer Platform](https://support.thealtening.com/readme.md): Welcome to your team’s developer platform

## Get Started

- [What is a Supported Client?](https://support.thealtening.com/documentation/basics/editor.md)
- [TheAltening PC App — Quick Start](https://support.thealtening.com/documentation/thealtening-pc-app-quick-start.md)
- [What is an alt "Token" and why do i need it?](https://support.thealtening.com/documentation/what-is-an-alt-token-and-why-do-i-need-it.md)
- [Can i upgrade from Basic to Premium during my subscription?](https://support.thealtening.com/documentation/billing-questions/can-i-upgrade-from-basic-to-premium-during-my-subscription.md)
- [What happens if i exceed my Alt Limit / My alts are all the same?](https://support.thealtening.com/documentation/billing-questions/what-happens-if-i-exceed-my-alt-limit-my-alts-are-all-the-same.md)
- [I never received my subscription/plan](https://support.thealtening.com/documentation/billing-questions/i-never-received-my-subscription-plan.md)
- [What is TheAltening's 1-day Trial Pass?](https://support.thealtening.com/documentation/billing-questions/what-is-thealtenings-1-day-trial-pass.md)

## API Access

- [TheAltening API](https://support.thealtening.com/api-reference/readme.md)
- [Authentication](https://support.thealtening.com/api-reference/authentication.md)
- [Rate Limits](https://support.thealtening.com/api-reference/rate-limits.md)
- [Endpoints](https://support.thealtening.com/api-reference/endpoints.md)
- [Error Codes](https://support.thealtening.com/api-reference/error-codes.md)

## Help Center

- [Help Center](https://support.thealtening.com/help-center/readme.md)


---

# 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://support.thealtening.com/readme.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.
