# Venn

## Venn

- [Introduction](https://pbfranceschin.gitbook.io/venn/overview/introduction.md): Welcome to our docs!
- [Terminology](https://pbfranceschin.gitbook.io/venn/overview/introduction/terminology.md): Some definitions before we start
- [How does Venn work](https://pbfranceschin.gitbook.io/venn/overview/how-does-venn-work.md): It's really simple!
- [Why rent NFTs](https://pbfranceschin.gitbook.io/venn/overview/why-rent-nfts.md): Not just PfP's
- [Why use Venn](https://pbfranceschin.gitbook.io/venn/overview/why-use-venn.md): What makes us better?
- [Guides](https://pbfranceschin.gitbook.io/venn/overview/guides.md): How to become an user
- [Create an Account](https://pbfranceschin.gitbook.io/venn/overview/guides/create-an-account.md): Begin your journey in the new version of the NFT market
- [Using external Dapps](https://pbfranceschin.gitbook.io/venn/overview/guides/using-external-dapps.md): Connect and interact with your favorite Dapps using our Smart Wallet.
- [Rent an NFT](https://pbfranceschin.gitbook.io/venn/overview/guides/rent-an-nft.md): Get your 1st brand new Rental
- [List an NFT](https://pbfranceschin.gitbook.io/venn/overview/guides/list-an-nft.md): Put your own NFTs out for rent.
- [FAQ](https://pbfranceschin.gitbook.io/venn/overview/faq.md): We have an answer
- [Protocol Overview](https://pbfranceschin.gitbook.io/venn/technical-info/protocol-overview.md): A high-level description
- [Smart Contracts](https://pbfranceschin.gitbook.io/venn/technical-info/smart-contracts.md): On-chain architecture
- [Addresses](https://pbfranceschin.gitbook.io/venn/technical-info/addresses.md): Find our smart contracts
- [Compatibility](https://pbfranceschin.gitbook.io/venn/technical-info/compatibility.md): Requirements to be compatible with Venn
- [Tutorials (soon)](https://pbfranceschin.gitbook.io/venn/technical-info/tutorials-soon.md): Developer guides
- [Becoming fully compatible](https://pbfranceschin.gitbook.io/venn/technical-info/tutorials-soon/becoming-fully-compatible.md): How to integrate our protocol to your solution
- [Enabling functional receipt-NFTs](https://pbfranceschin.gitbook.io/venn/technical-info/tutorials-soon/enabling-functional-receipt-nfts.md): Provide a better UX to NFT owners
- [What is Account Abstraction](https://pbfranceschin.gitbook.io/venn/resources/what-is-account-abstraction.md): An AA primer
- [What is ERC-4337](https://pbfranceschin.gitbook.io/venn/resources/what-is-erc-4337.md): An intro to the AA EVM Standard


---

# 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://pbfranceschin.gitbook.io/venn/overview/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.
