# Web Trader for Android

- [Getting Started](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/getting-started.md): Download the app from the Google Play and sign up
- [App Layout](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/app-layout.md): Learn about the design of AutoShares Web Trader for Android
- [Watchlist & Quote View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/watchlist-and-quote-view.md)
- [Trade View](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/watchlist-and-quote-view/trade-view.md): Learn how to place a trade in Autoshares Trader for Android
- [Price Alerts](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/price-alerts.md): Learn how to manage price alerts in AutoShares Web Trader for Android
- [Accounts & Settings](https://api-documentation.autoshares.dev/user-guide/etna-trader-for-android/accounts-and-settings.md): View trading accounts' information and set global settings


---

# 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-android.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.
