> For the complete documentation index, see [llms.txt](https://docs.tradersyard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradersyard.com/traderchallenge/quick-start-guides/connect-your-challenge-or-tournament-to-the-tradersyard-web-platform.md).

# Connect your Challenge or Tournament to the TradersYard Web Platform

S**ign In**:\
Enter your login credentials (username and password) and log into your TraderYard. Afterwards, you can open the TradersYard [Web Platform](https://platform.tradersyard.com/app) and sign in.

<figure><img src="/files/msjXanpGn8tiTWhRsUpz" alt=""><figcaption></figcaption></figure>

\
After signing in, you will land on the Default Workspace of the TradersYard Web platform.<br>

**Select Your Account:**

On the top-left side, click the **Connect Account** button. A dropdown will open showing all your available accounts. Select the account you want to use and click **Connect** to connect to that account.

<figure><img src="/files/lm9ExEW7ZzTAsFhYxcjf" alt=""><figcaption></figcaption></figure>

TradersYard account is now connected. You can view the connected TradersYard Challenge account on top left side.

<figure><img src="/files/zPZ1WLZNdhC1Yz4uLJaH" alt=""><figcaption></figcaption></figure>


---

# 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.tradersyard.com/traderchallenge/quick-start-guides/connect-your-challenge-or-tournament-to-the-tradersyard-web-platform.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.
