# OpenRarity developer documentation

## OpenRarity developer documentation

- [OpenRarity documentation](https://openrarity.gitbook.io/developers/openrarity-documentation.md)
- [Integrating OpenRarity in your application](https://openrarity.gitbook.io/developers/quick-guides/integrating-openrarity-in-your-application.md)
- [Rank any collections in batches with OpenSea API](https://openrarity.gitbook.io/developers/quick-guides/rank-any-collections-in-batches-with-opensea-api.md)
- [Rank any collections in shell with OpenSea API](https://openrarity.gitbook.io/developers/quick-guides/rank-any-collections-in-shell-with-opensea-api.md)
- [Why we need OpenRarity](https://openrarity.gitbook.io/developers/fundamentals/why-we-need-openrarity.md)
- [Methodology](https://openrarity.gitbook.io/developers/fundamentals/methodology.md)
- [Library Design](https://openrarity.gitbook.io/developers/fundamentals/library-design.md)
- [Project setup and core technologies](https://openrarity.gitbook.io/developers/contributions/project-setup-and-core-technologies.md)
- [Contributions guide](https://openrarity.gitbook.io/developers/contributions/contributions-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, 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://openrarity.gitbook.io/developers/openrarity-documentation.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.
