> For the complete documentation index, see [llms.txt](https://api-docs.b2prime.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.b2prime.com/get-started.md).

# Get started

- [Overview](https://api-docs.b2prime.com/get-started/overview.md): Complete B2PRIME API overview covering REST, WebSocket, and FIX APIs. Learn when to use each API type, available endpoints, and integration guidelines for trading applications
- [Market statuses](https://api-docs.b2prime.com/get-started/market-statuses.md): Understand how market statuses work to assess trading activity and respond to market changes effectively
- [Order types](https://api-docs.b2prime.com/get-started/order-types.md): Navigate order types and learn how execute Market, Limit, and Stop orders to manage your trading risks more effectively
- [Order statuses](https://api-docs.b2prime.com/get-started/order-statuses.md): Understand order statuses to track trading activity more effectively
- [Account statuses](https://api-docs.b2prime.com/get-started/account-statuses.md): Understand account statuses to know which operations are permitted on a trading account
- [Time in force](https://api-docs.b2prime.com/get-started/time-in-force.md): Explore various supported TIF options for better risk management
- [Price triggers](https://api-docs.b2prime.com/get-started/price-triggers.md): Understand how the Stop loss, Take profit, and Trailing stop triggers work to boost your risk management


---

# 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 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-docs.b2prime.com/get-started.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.
