> 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/yard-platform.md).

# Yard Platform

- [Connect to a TradersYard Challenge](https://docs.tradersyard.com/yard-platform/connect-to-a-tradersyard-challenge.md)
- [Connecting with Multiple Accounts](https://docs.tradersyard.com/yard-platform/connecting-with-multiple-accounts.md): When you have multiple TradersYard Challenge accounts, WebTrader enables you to connect to any of them according to your preference.
- [Placing an Order](https://docs.tradersyard.com/yard-platform/placing-an-order.md)
- [Adding Stop Loss & Take Profit Orders](https://docs.tradersyard.com/yard-platform/adding-stop-loss-and-take-profit-orders.md)
- [Modifying Orders](https://docs.tradersyard.com/yard-platform/modifying-orders.md)
- [Enable Bid & Ask Lines to See the Spread](https://docs.tradersyard.com/yard-platform/enable-bid-and-ask-lines-to-see-the-spread.md): To see the spread, you need to enable the Bid and Ask lines. These lines help you visualize the difference between the buy (ask) and sell (bid) price directly on your chart.
- [Adding multiple Charts](https://docs.tradersyard.com/yard-platform/adding-multiple-charts.md)
- [Creating Favorite Watchlist](https://docs.tradersyard.com/yard-platform/creating-favorite-watchlist.md): By default, TY WebTrader comes with pre-existing watchlists, but you have the option to create custom watchlists and a favourite watchlist to keep track of your favorite assets.
- [Using Filter Time Range In Trading Tab](https://docs.tradersyard.com/yard-platform/using-filter-time-range-in-trading-tab.md)
- [FAQs](https://docs.tradersyard.com/yard-platform/faqs.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 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/yard-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.
