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

# Allbridge Classic overview

- [Under the hood of Allbridge Classic](https://docs.allbridge.io/allbridge-overview/under-the-hood-of-allbridge-classic.md)
- [XRPL Bridge](https://docs.allbridge.io/allbridge-overview/under-the-hood-of-allbridge-classic/xrpl-bridge.md)
- [Bridge Fee](https://docs.allbridge.io/allbridge-overview/bridge-fee.md)
- [Bridge Fees from XRPL transfers](https://docs.allbridge.io/allbridge-overview/bridge-fee/bridge-fees-from-xrpl-transfers.md)
- [Allbridge Classic contracts](https://docs.allbridge.io/allbridge-overview/bridge-contracts.md)
- [Company addresses](https://docs.allbridge.io/allbridge-overview/company-addresses.md)
- [Networks and tokens](https://docs.allbridge.io/allbridge-overview/networks-and-tokens.md): The table is updated when new networks and tokens are added to the bridge.
- [Ecosystem reports](https://docs.allbridge.io/allbridge-overview/ecosystem-reports.md)
- [Security](https://docs.allbridge.io/allbridge-overview/security.md)
- [Allbridge Classic API](https://docs.allbridge.io/allbridge-overview/allbridge-classic-api.md)
- [List a token](https://docs.allbridge.io/allbridge-overview/list-a-token.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:

```
GET https://docs.allbridge.io/allbridge-overview.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.
