# Web Trader

- [Getting Started](https://api-documentation.autoshares.dev/user-guide/web-terminal/getting-started.md): Opening an account in Autoshares Web Trader
- [Platform Layout](https://api-documentation.autoshares.dev/user-guide/web-terminal/platform-layout.md): Get to know the layout of the Web Trading Platform
- [User Widgets](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets.md): Adding new widgets to different tabs
- [Account Information](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/account-information.md): Learn more about trading accounts
- [Account Opening](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/account-onboarding.md): Learn how to open new trading accounts in Autoshares Trader
- [Account Funding](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/account-onboarding/account-funding.md): Learn how to deposit funds into your trading account
- [ACH Transfers](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/account-onboarding/account-funding/ach-transfers.md): Establish an ACH relationship and transfer funds through ACH
- [Check Transfers](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/account-onboarding/account-funding/check-transfers.md): Withdraw funds using check transfers
- [Wire Transfers](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/account-onboarding/account-funding/wire-transfers.md): Withdraw funds using wire transfers
- [Chart](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/chart.md): View security price charts and place trades
- [News](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/news.md): Track the latest news on your favorite securities
- [Trade Ticket](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/trade-ticket.md)
- [Mutual Funds Trade Ticket](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/trade-ticket/mutual-funds-trade-ticket.md)
- [Watchlists](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/watchlists.md)
- [Orders](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/orders.md)
- [Positions](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/positions.md): Track your positions and analyze their profit/loss
- [Market Depth](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/market-depth.md): Explore the market depth of a specific security
- [Options](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/options.md)
- [Hotkeys](https://api-documentation.autoshares.dev/user-guide/web-terminal/user-widgets/hotkeys.md): Configure hotkeys to streamline your trading routing


---

# Agent Instructions: 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:

```
GET https://api-documentation.autoshares.dev/user-guide/web-terminal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
