# Byreal Perpetuals Trading

- [What are Byreal Perps?](https://docs.byreal.io/perps/perp.md)
- [Risk and Liquidation](https://docs.byreal.io/perps/risk-and-liquidation.md)
- [Account Setup](https://docs.byreal.io/perps/account-setup.md)
- [How to Manage Positions](https://docs.byreal.io/perps/how-to-manage-perps-positions.md)
- [How to Start Trading](https://docs.byreal.io/perps/how-to-start-trading.md)
- [Order Types](https://docs.byreal.io/perps/order-types.md)
- [Transfers and Bridging](https://docs.byreal.io/perps/transfers-and-bridging.md)
- [Fees and Funding](https://docs.byreal.io/perps/fees-and-funding.md)
- [AI Agent Integration](https://docs.byreal.io/perps/ai-agent-integration.md)
- [Perps Trading FAQ](https://docs.byreal.io/perps/perps-trading-faq.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://docs.byreal.io/perps.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.
