# NFTDelegation.com

## NFTDelegation.com

- [Welcome to NFTDelegation](https://docs.nftdelegation.com/welcome-to-nftdelegation.md): An introduction to NFTDelegation, and why we need it.
- [Features](https://docs.nftdelegation.com/overview/features.md): The smart contract has extensive options for managing delegations
- [Use Cases](https://docs.nftdelegation.com/overview/use-cases.md)
- [How to Register](https://docs.nftdelegation.com/guides/how-to-register.md)
- [How to Register a Delegation?](https://docs.nftdelegation.com/guides/how-to-register/how-to-register-a-delegation.md)
- [How to Register a Delegation Manager?](https://docs.nftdelegation.com/guides/how-to-register/how-to-register-a-delegation-manager.md)
- [How to Register a Consolidation?](https://docs.nftdelegation.com/guides/how-to-register/how-to-register-a-consolidation.md)
- [How to Register a Delegation/ Consolidation/Delegation Manager (Advanced)?](https://docs.nftdelegation.com/guides/how-to-register/how-to-register-a-delegation-consolidation-delegation-manager-advanced.md)
- [How to Delegate using SAFE (formerly GNOSIS) using the Transaction Builder?](https://docs.nftdelegation.com/guides/how-to-register/how-to-delegate-using-safe-formerly-gnosis-using-the-transaction-builder.md)
- [How to View](https://docs.nftdelegation.com/guides/how-to-view.md)
- [How to View Your Delegations?](https://docs.nftdelegation.com/guides/how-to-view/how-to-view-your-delegations.md)
- [How to View Your Delegation Managers (Sub-Delegations)?](https://docs.nftdelegation.com/guides/how-to-view/how-to-view-your-delegation-managers-sub-delegations.md)
- [How to View Your Consolidations?](https://docs.nftdelegation.com/guides/how-to-view/how-to-view-your-consolidations.md)
- [How to Manage](https://docs.nftdelegation.com/guides/how-to-manage.md)
- [How to Update a Delegation/Delegation Manager/Consolidation?](https://docs.nftdelegation.com/guides/how-to-manage/how-to-update-a-delegation-delegation-manager-consolidation.md)
- [How to Revoke a Delegation/Delegation Manager/Consolidation?](https://docs.nftdelegation.com/guides/how-to-manage/how-to-revoke-a-delegation-delegation-manager-consolidation.md)
- [How to Manage using Delegation Management (Sub-Delegation) Rights](https://docs.nftdelegation.com/guides/how-to-manage-using-delegation-management-sub-delegation-rights.md)
- [How to Register a Delegation Using Delegation Management (Sub-Delegation) Rights?](https://docs.nftdelegation.com/guides/how-to-manage-using-delegation-management-sub-delegation-rights/how-to-register-a-delegation-using-delegation-management-sub-delegation-rights.md)
- [How to Revoke a Delegation Using Delegation Management (Sub-Delegation) Rights?](https://docs.nftdelegation.com/guides/how-to-manage-using-delegation-management-sub-delegation-rights/how-to-revoke-a-delegation-using-delegation-management-sub-delegation-rights.md)
- [How to Lock](https://docs.nftdelegation.com/guides/how-to-lock.md)
- [How to Globally Lock Your Wallet ?](https://docs.nftdelegation.com/guides/how-to-lock/how-to-globally-lock-your-wallet.md)
- [How to Lock Your Wallet for a Specific Collection?](https://docs.nftdelegation.com/guides/how-to-lock/how-to-lock-your-wallet-for-a-specific-collection.md)
- [How to Lock Your Wallet for a Specific Use Case on a Collection?](https://docs.nftdelegation.com/guides/how-to-lock/how-to-lock-your-wallet-for-a-specific-use-case-on-a-collection.md)
- [How to Unlock](https://docs.nftdelegation.com/guides/how-to-unlock.md)
- [How to Globally Unlock Your Wallet ?](https://docs.nftdelegation.com/guides/how-to-unlock/how-to-globally-unlock-your-wallet.md)
- [How to Unlock Your Wallet for a Specific Collection?](https://docs.nftdelegation.com/guides/how-to-unlock/how-to-unlock-your-wallet-for-a-specific-collection.md)
- [How to Unlock Your Wallet for a Specific Use Case?](https://docs.nftdelegation.com/guides/how-to-unlock/how-to-unlock-your-wallet-for-a-specific-use-case.md)
- [What is TAP?](https://docs.nftdelegation.com/three-address-protocol-tap/what-is-tap.md)
- [How to Register Delegations (TAP)?](https://docs.nftdelegation.com/three-address-protocol-tap/how-to-register-delegations-tap.md)
- [How to Register Consolidations (TAP)?](https://docs.nftdelegation.com/three-address-protocol-tap/how-to-register-consolidations-tap.md)
- [General Info](https://docs.nftdelegation.com/developer-center/general-info.md)
- [Contract Addresses](https://docs.nftdelegation.com/developer-center/contract-addresses.md)
- [Getter Functions](https://docs.nftdelegation.com/developer-center/getter-functions.md)
- [Setter Functions](https://docs.nftdelegation.com/developer-center/setter-functions.md)
- [INFTDelegationRead.sol](https://docs.nftdelegation.com/developer-center/inftdelegationread.sol.md)
- [INFTDelegationWrite.sol](https://docs.nftdelegation.com/developer-center/inftdelegationwrite.sol.md)
- [NFTDelegation Integrations](https://docs.nftdelegation.com/developer-center/nftdelegation-integrations.md)
- [Retrieve Calls](https://docs.nftdelegation.com/developer-center/nftdelegation-integrations/retrieve-calls.md)
- [ERC721 Integration](https://docs.nftdelegation.com/developer-center/nftdelegation-integrations/erc721-integration.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.nftdelegation.com/welcome-to-nftdelegation.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.
