# UseCases : Case Studies

- [NFT Rentals](https://docs.streamnft.tech/usecases-case-studies/nft-rentals.md): Owner can transfer NFT to a borrower with zero collateral
- [Ephemeral / Consumable NFTs](https://docs.streamnft.tech/usecases-case-studies/ephemeral-consumable-nfts.md): Introduce Ephemeral/Trial utility NFTs that grant access for a limited duration or after specific usage thresholds
- [NFT Mandates](https://docs.streamnft.tech/usecases-case-studies/nft-mandates.md): Mandates when NFT is to be transferred later, but the commitment is to be made now
- [Post-Mint Utility](https://docs.streamnft.tech/usecases-case-studies/post-mint-utility.md): Provide value to holders post mint to increase engagement
- [Partial Payment at Mint](https://docs.streamnft.tech/usecases-case-studies/partial-payment-at-mint.md): The owner can get instant liquidity from a lender while the lender earns > 50% APY


---

# Agent Instructions: 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.streamnft.tech/usecases-case-studies.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.
