# WebTrader for iOS

- [Getting Started](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/getting-started.md): Download the app from the App Store and sign up
- [App Layout](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/app-layout.md): Learn about the design of Web Trader for iOS
- [Watchlist & Quotes View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/quotes-view.md): Manage watchlists, view quotes, place trades
- [Trade View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/quotes-view/trade-view.md): Learn how to place a trade in Web Trader for iOS
- [Stock Trading](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/quotes-view/trade-view/stock-trading.md): Learn how to place a trade for stocks
- [Options Trading](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/quotes-view/trade-view/options-trading.md): Learn how to place a trade for options in Autoshares Trader for iOS
- [Positions View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/positions-view.md): Track open positions
- [Orders View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/orders-view.md): Track active, filled, and cancelled orders.
- [Price Alerts View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/price-alerts-view.md): Manage price alerts
- [Account View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/account-view.md): Change global settings, inspect the account balances
- [Apple Watch Extension](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/apple-watch-extension.md): Track your positions, orders, and account balances on the Apple Watch app


---

# 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/etna-trader-for-ios.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.
