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

# Introduction

- [Introduction](https://parabolafi.gitbook.io/parabola/introduction/introduction.md): Learn the basics of Parabola Fi.
- [Getting Started](https://parabolafi.gitbook.io/parabola/introduction/connecting-to-bsc.md): How to get your funds into Parabola Fi.
- [Using Parabola Fi with Metamask](https://parabolafi.gitbook.io/parabola/introduction/connecting-to-bsc/using-parabola-fi-with-metamask.md)
- [Bridging Funds](https://parabolafi.gitbook.io/parabola/introduction/connecting-to-bsc/bridging-funds.md)
- [The PRB Token](https://parabolafi.gitbook.io/parabola/introduction/the-prb-token.md): Parabola (PRB) is the native token on the platform and provides value for liquidity providers and token holders.
- [Staking and Liquidity Providing Rewards](https://parabolafi.gitbook.io/parabola/introduction/staking-and-liquidity-providing-rewards.md): Stake or provide liquidity to earn PRB
- [DAO Treasury](https://parabolafi.gitbook.io/parabola/introduction/airdrop.md): Community Governance
- [Code Audits](https://parabolafi.gitbook.io/parabola/introduction/code-audits.md)
- [Contracts](https://parabolafi.gitbook.io/parabola/introduction/contracts.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://parabolafi.gitbook.io/parabola/introduction.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.
