# Renfter Protocol

## Renfter Documentation

- [Welcome to Renfter Docs](https://docs.renfter.com/welcome/welcome-to-renfter-docs.md)
- [Supported Chains](https://docs.renfter.com/welcome/supported-chains.md)
- [Whitelabel Renting Solution](https://docs.renfter.com/welcome/whitelabel-renting-solution.md)
- [Renfter Marketplace](https://docs.renfter.com/welcome/renfter-marketplace.md)
- [Protocol Fees](https://docs.renfter.com/welcome/protocol-fees.md)
- [RENFTER Token](https://docs.renfter.com/welcome/renfter-token.md): DISCLAIMER: Tokenomics is subject of change and it may look differently when the token is released
- [Uncollateralized NFT Renting](https://docs.renfter.com/renfter-features/uncollateralized-nft-renting.md)
- [Custom Functionality Execution](https://docs.renfter.com/renfter-features/custom-functionality-execution.md)
- [Rewards & Airdrop Sharing](https://docs.renfter.com/renfter-features/rewards-and-airdrop-sharing.md)
- [Developer Documentation](https://docs.renfter.com/developers/developer-documentation.md)
- [Technical Overview](https://docs.renfter.com/developers/technical-overview.md)
- [Under the hood](https://docs.renfter.com/developers/technical-overview/under-the-hood.md)
- [Integration](https://docs.renfter.com/developers/integration.md)
- [API](https://docs.renfter.com/developers/integration/api.md)
- [SDKs](https://docs.renfter.com/developers/integration/sdks.md)
- [JavaScript SDK](https://docs.renfter.com/developers/integration/sdks/javascript-sdk.md)
- [Unity SDK](https://docs.renfter.com/developers/integration/sdks/unity-sdk.md)
- [Smart Contracts](https://docs.renfter.com/developers/integration/smart-contracts.md)
- [Functionality-specific details](https://docs.renfter.com/developers/integration/smart-contracts/functionality-specific-details.md)
- [Token rental status check](https://docs.renfter.com/developers/integration/smart-contracts/functionality-specific-details/token-rental-status-check.md)
- [Token offed for rent check](https://docs.renfter.com/developers/integration/smart-contracts/functionality-specific-details/token-offed-for-rent-check.md)
- [Method whitelisting](https://docs.renfter.com/developers/integration/smart-contracts/functionality-specific-details/method-whitelisting.md)
- [Original NFT method call](https://docs.renfter.com/developers/integration/smart-contracts/functionality-specific-details/original-nft-method-call.md)
- [Documentation](https://docs.renfter.com/developers/integration/smart-contracts/documentation.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.renfter.com/welcome/welcome-to-renfter-docs.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.
