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

# Getting help

## Something is broken or looks wrong

Use [**Feedback**](/platform/feedback.md) inside the platform. It is always available in the sidebar, it attaches your context automatically, and you can see what happened to your report afterwards.

Include the screen, the token or wallet, and roughly when you looked: most data questions turn out to be freshness questions, and the time narrows it immediately.

## Something about access or payment

* **Cannot sign in**: [Signing in](/getting-started/signing-in.md) covers the common cases.
* **Paid but no access**: confirm the transfer landed and that the amount matched the exact figure shown at checkout, including its ending digits. If it did and nothing changed within a few minutes, contact us below.
* **Queue questions**: your live position is at [access.tachyo.ai/status](https://access.tachyo.ai/status).

## Contact

* **Telegram**: [@Barry\_x0](https://t.me/Barry_x0), the founder directly.
* **Auth bot**: [@barryauthbot](https://t.me/barryauthbot) for sign-in codes.
* **X**: [@tachyo\_ai](https://x.com/tachyo_ai).
* **Community chat**: the invite arrives after purchase. See [Getting access](/getting-started/getting-access.md) for what it is for.

## What we need from you to move fast

A useful report is specific, singular and timed:

* the exact contract address or wallet, in full, never truncated;
* what you expected against what you saw;
* a screenshot for anything visual;
* the time you looked.

## What Tachyo will never ask you for

* A seed phrase or private key.
* A transaction signature.
* A transfer to "verify" your wallet.

Anyone asking for these while claiming to be Tachyo is not Tachyo. Verified points of contact are the ones listed on this page.


---

# 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://docs.tachyo.ai/support/help.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.
