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

# Contact support

If something broke and troubleshooting did not fix it, report it to the team.

## The main path: submit a bug

Use the bug icon in the top right of the nav, or in the profile dropdown, from the screen where the issue happened. This is the fastest route to the team, and accepted reports earn XP and can unlock [achievements](/docs/progress-and-preseason/achievements.md).

## Urgent, or cannot log in?

Open a ticket in the [Size Discord](https://discord.gg/hbQcVVSQ8Q). That is the priority channel for anything money-related or blocking, and the only channel that works when the app itself is out of reach.

## What to include

Faster detail gets faster help:

1. Screen name (Trials, Terminal, Store, Wallet, etc.)
2. What you clicked step by step
3. What you expected to happen
4. What happened
5. When it happened (date, time, timezone)
6. Username and wallet address if relevant
7. Screenshots if you have them

## What support can help with

* Account access issues
* Missing deposits, withdrawals, or payouts (after reasonable confirmation time)
* Trials that consumed a Key without a clear result
* Terminal sync or order issues
* Referral tracking disputes (with signup evidence)

## Response expectations

Critical trading issues get priority during market hours. Include clear steps to reproduce the problem.


---

# 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://size.club/docs/help/contact-support.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.
