# Paribus Documentation

## Paribus Documentation

- [Introduction](https://docs.paribus.io/introduction.md)
- [Step-by-step Guide](https://docs.paribus.io/governance/step-by-step-guide.md)
- [Supply & Distribution](https://docs.paribus.io/pbx-economics/supply-and-distribution.md)
- [Getting Started](https://docs.paribus.io/for-developers/getting-started.md)
- [pTokens](https://docs.paribus.io/for-developers/ptokens.md)
- [Comptroller](https://docs.paribus.io/for-developers/comptroller.md)
- [Governance](https://docs.paribus.io/for-developers/governance.md)
- [Security](https://docs.paribus.io/for-developers/security.md)
- [Frequently Asked Questions](https://docs.paribus.io/faq/frequently-asked-questions.md): Here is a list of most frequent questions. If you see an important answer is missing, feel free to get in touch.
- [Borrow & Lending](https://docs.paribus.io/faq/frequently-asked-questions/borrow-and-lending.md)
- [Staking (finished)](https://docs.paribus.io/faq/frequently-asked-questions/staking-finished.md)
- [Terms and Conditions](https://docs.paribus.io/terms-and-conditions.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.paribus.io/introduction.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.
