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

# Exchange Builder Documentation

- [Settlement Costs in Symmio](https://docs.symm.io/exchange-builder-documentation/settlement-costs-in-symmio.md): To settle perps on Symmio there is a plattform fee that is charged for each executed bilateral agreement.
- [Perps - Settlement Costs](https://docs.symm.io/exchange-builder-documentation/settlement-costs-in-symmio/perps-settlement-costs.md): To settle perps on Symmio there is a plattform fee that is charged for each executed bilateral agreement.
- [Pair Trading - Settlement costs](https://docs.symm.io/exchange-builder-documentation/settlement-costs-in-symmio/pair-trading-settlement-costs.md): To settle pairs on Symmio there is a settlement fee that is charged for each executed bilateral agreement.
- [Frontend Builder Introduction](https://docs.symm.io/exchange-builder-documentation/frontend-builder-introduction.md)
- [Setting up a Frontend with SYMMIO](https://docs.symm.io/exchange-builder-documentation/setting-up-a-frontend-with-symmio.md)
- [Frontend Builder SDK](https://docs.symm.io/exchange-builder-documentation/frontend-builder-sdk.md)
- [Frontend Builder Technical Guidance](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance.md): Learn how to build a trading bot using SYMMIO
- [Introduction and Diamond Explainer](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/introduction-and-diamond-explainer.md): A Brief Overview of the Diamond Architecture
- [Building a New Frontend](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/building-a-new-frontend.md)
- [Upgrading from MultiAccount (0.8.4)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/upgrading-from-multiaccount-0.8.4.md)
- [Frontend Integration Guides](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/frontend-integration-guides.md)
- [Querying Info from the SYMMIO Diamond](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/querying-info-from-the-symmio-diamond.md)
- [Creating an Account and Depositing Funds](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/creating-an-account-and-depositing-funds.md)
- [Sending a Quote](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/sending-a-quote.md)
- [Closing a Quote](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/closing-a-quote.md)
- [Instant Trading](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-trading.md)
- [Instant Trading in v0.8.5](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-trading/instant-trading-in-v0.8.5.md)
- [Instant Login (EOA)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-trading/instant-login-eoa.md)
- [Instant Login (Account Abstracted)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-trading/instant-login-account-abstracted.md)
- [Sending a Quote (Instant Open)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-trading/sending-a-quote-instant-open.md)
- [Closing a Quote (Instant Close)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-trading/closing-a-quote-instant-close.md)
- [Instant Withdrawal for Frontend Builders](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-withdrawal-for-frontend-builders.md)
- [Instant Withdrawal Script](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-withdrawal-for-frontend-builders/instant-withdrawal-script.md)
- [User Interaction Scenarios](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/instant-withdrawal-for-frontend-builders/user-interaction-scenarios.md): Instant Withdrawal Flow
- [Frequently Used Queries](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/frequently-used-queries.md)
- [Legacy Guides](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/legacy-guides.md)
- [MultiAccount (Legacy Guide)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/legacy-guides/multiaccount-legacy-guide.md)
- [MultiAccount Deployment Guide (Legacy Guide)](https://docs.symm.io/exchange-builder-documentation/frontend-builder-technical-guidance/legacy-guides/multiaccount-deployment-guide-legacy-guide.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.symm.io/exchange-builder-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
