> For the complete documentation index, see [llms.txt](https://whitepaper.crosstheages.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.crosstheages.com/guide/en/community-tools/to-progress/cta-manager.md).

# CTA Manager

## Presentation

**CTA Manager is a community website** designed to help you progress in the CTA universe. Features currently available include:

1. A list of **decks shared by the community** with gameplay explanations;
2. A list of the **top decks used in recent tournaments**;
3. A **forum** where you can read CTA fanfiction and share your thoughts on CTA!
4. A **Discord server** where you can follow everything that's happening on CTA.

You also have a **profile** section where you can:

* Track your assets
* Store your decks (which will be encrypted)
* Manage your friends

## Upcoming feature

1. A Deck Tracker that lets you collect data on your opponents and reconstruct their decks.
2. And much more on the pipe

The website is directly available at this [link](https://www.ctamanager.com). Don't hesitate to visit the [Twitter](https://twitter.com/ctamanager) account to follow their activities and to thank them too!

&#x20;

Thanks CTA Manager!

{% embed url="<https://www.ctamanager.com/>" %}


---

# 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://whitepaper.crosstheages.com/guide/en/community-tools/to-progress/cta-manager.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.
