# App Layout

## Introduction

Once you launch Web Trader for iOS, you'll notice that the app's layout is based on a five-tab bar, each tab containing a separate screen with its own purpose. The list of tabs in the bar is as follows:

1. **Quotes**. This screen displays the current (or the closing price) price for securities in a specific watchlist.&#x20;
2. **Positions**. This screens displays the trader's current positions.
3. **Orders**. This screen displays all active, completed, and rejected orders of the trading account.
4. **Price Alerts**. The screen displays all price alerts of the trading account.
5. **Account**. This screen contains information about the trading account as well as the app's settings.

![](/files/-MCzDBJuaKxgm1S8skZ2)

{% hint style="info" %}
The selection of items in the tab bar may vary depending on the broker's settings. Namely, the app can omit certain screens or add one extra at the request of the broker.
{% endhint %}


---

# 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/app-layout.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.
