# Окна

- [Линковка окон](https://metascalp.gitbook.io/metascalp/windows/link.md)
- [Комбо-окно](https://metascalp.gitbook.io/metascalp/windows/combo-window.md)
- [Графики](https://metascalp.gitbook.io/metascalp/windows/charts.md)
- [Графики TradingView](https://metascalp.gitbook.io/metascalp/windows/charts/trading-view.md)
- [Стандартные графики](https://metascalp.gitbook.io/metascalp/windows/charts/classic.md)
- [Финрез](https://metascalp.gitbook.io/metascalp/windows/result.md)
- [Вочлист](https://metascalp.gitbook.io/metascalp/windows/watchlist.md)
- [Сделки](https://metascalp.gitbook.io/metascalp/windows/trades.md)
- [Лента уведомлений](https://metascalp.gitbook.io/metascalp/windows/notifications.md): В данном окне отображаются уведомления о совершении сделки, пересечении сигнальных уровней, уведомления об обнаружении крупных объемов в стакане.


---

# 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://metascalp.gitbook.io/metascalp/windows.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.
