# B2TRADER docs

## B2TRADER Trader

- [Welcome to B2TRADER docs](https://trader-docs.b2trader.b2broker.com/readme.md): Explore the comprehensive documentation for B2TRADER Trading Terminal, covering features and basic concepts
- [Customizing your Terminal](https://trader-docs.b2trader.b2broker.com/get-started/customizing-your-terminal.md): Customize your trading workspace by managing widgets, creating layouts, and configuring your interface to match your trading style
- [Settings](https://trader-docs.b2trader.b2broker.com/get-started/settings.md): Configure interface, widgets, margin accounts, trading reports, and API tokens in the Trading terminal settings
- [Overview](https://trader-docs.b2trader.b2broker.com/connect-your-ai-agent/overview.md): Connect an external AI agent to your B2Trader account over MCP — what it is, the read-only and full-access surfaces, and how to choose
- [Connect Claude](https://trader-docs.b2trader.b2broker.com/connect-your-ai-agent/connect-claude.md): Connect your B2Trader account to Claude — claude.ai custom connector and Claude Desktop — over MCP with OAuth
- [Connect ChatGPT](https://trader-docs.b2trader.b2broker.com/connect-your-ai-agent/connect-chatgpt.md): Connect your B2Trader account to ChatGPT as a connector over MCP with OAuth
- [Connect a custom agent](https://trader-docs.b2trader.b2broker.com/connect-your-ai-agent/connect-custom-agent.md): Connect a custom AI agent or Agent SDK client to B2Trader over MCP using the pre-registered OAuth clients or a loopback redirect
- [Full-access safety](https://trader-docs.b2trader.b2broker.com/connect-your-ai-agent/full-access-safety.md): What full-access MCP means for your account — no confirmation gate, irreversible actions, prompt-injection risk, and how to stop your agent
- [Place order](https://trader-docs.b2trader.b2broker.com/widgets/place-order.md): Use the Place Order widget to submit orders, navigate advanced and time-in-force options to manage risk more effectively
- [Open orders](https://trader-docs.b2trader.b2broker.com/widgets/open-orders.md): Monitor open orders in real-time to adjust positions and respond quickly to market fluctuations
- [Stop orders](https://trader-docs.b2trader.b2broker.com/widgets/stop-orders.md): Monitor Stop orders in the Trading terminal
- [Order history](https://trader-docs.b2trader.b2broker.com/widgets/order-history.md): Review completed trades and order execution history
- [Open positions](https://trader-docs.b2trader.b2broker.com/widgets/open-positions.md): Monitor in real-time all active positions in the Trading terminal, keep track of unrealized profit and loss, current price, used margin, and related trades for enhanced control
- [Closed positions](https://trader-docs.b2trader.b2broker.com/widgets/closed-positions.md): Monitor closed positions in your dashboard. Review completed trades, realized profits and losses, and execution details
- [Margin](https://trader-docs.b2trader.b2broker.com/widgets/margin.md): Monitor and manage margin level in real time using the Margin widget to prevent overexposure
- [Assets](https://trader-docs.b2trader.b2broker.com/widgets/assets.md): View balances and available funds in the Trading Terminal
- [Price chart](https://trader-docs.b2trader.b2broker.com/widgets/price-chart.md): View real-time market prices with an interactive chart showing live data and trends for selected instruments in your trading platform
- [Order book](https://trader-docs.b2trader.b2broker.com/widgets/order-book.md): Monitor live buy and sell prices, bid/ask spreads, and trading depth in one place
- [Market depth](https://trader-docs.b2trader.b2broker.com/widgets/market-depth.md): View real-time order book data using the Market Depth widget in the Trading terminal
- [Watch list](https://trader-docs.b2trader.b2broker.com/widgets/watch-list.md): Easily view selected trading instruments and assets all in one place in the Trading Terminal
- [Market summary](https://trader-docs.b2trader.b2broker.com/widgets/market-summary.md): View real-time market statistics and key performance indicators using the Market Summary widget in the Trading Terminal
- [All markets](https://trader-docs.b2trader.b2broker.com/widgets/all-markets.md): Explore real-time price updates across all available markets and view live trading data across all instruments
- [Messages](https://trader-docs.b2trader.b2broker.com/widgets/messages.md): View notifications, announcements, and important communications from your broker
- [Price control](https://trader-docs.b2trader.b2broker.com/widgets/price-control.md): Configure notifications to monitor asset price behavior and control real-time trading execution
- [AI Assistant](https://trader-docs.b2trader.b2broker.com/widgets/ai-assistant.md): Get AI-powered market analysis, price forecasts, and trading recommendations
- [Order types](https://trader-docs.b2trader.b2broker.com/knowledge-base/order-types.md): Navigate order types, learn how execute Market, Limit, and Stop orders to manage your trading risks more effectively
- [Time in force](https://trader-docs.b2trader.b2broker.com/knowledge-base/time-in-force.md): Explore various Time in force options supported for better risk management
- [Price triggers](https://trader-docs.b2trader.b2broker.com/knowledge-base/price-triggers.md): Understand how the Stop loss, Take profit, and Trailing stop triggers work to boost your risk management
- [Order statuses](https://trader-docs.b2trader.b2broker.com/knowledge-base/order-statuses.md): Understand all order status types to track trading activity more effectively
- [Market statuses](https://trader-docs.b2trader.b2broker.com/knowledge-base/market-statuses.md): Understand how market statuses work to assess trading activity and respond to market changes effectively
- [Release notes](https://trader-docs.b2trader.b2broker.com/release-notes/release-notes.md): View the history of platform releases with key points and major updates highlighted
- [Release notes Mobile](https://trader-docs.b2trader.b2broker.com/release-notes/release-notes-mobile.md): View the history of the Mobile App releases


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://trader-docs.b2trader.b2broker.com/readme.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.
