> For the complete documentation index, see [llms.txt](https://docs.nftdelegation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftdelegation.com/guides/how-to-register/how-to-register-a-delegation-consolidation-delegation-manager-advanced.md).

# How to Register a Delegation/ Consolidation/Delegation Manager (Advanced)?

This process allows you to create 1..5 delegations, insert an expiry date or delegate a specific token id..

1. Launch the Delegation Wizard.
2. Click on the Advanced Users button.
3. Complete the form:
   * Choose a Type.
   * Choose the collection for which you want to register the delegation (e.g., ‘Any Collection’ for all collections or a specific collection such as 'The Memes Collection').
   * Enter the delegation address (e.g., a hot wallet address).
   * Select a specific use case for the delegation (e.g., '#1 All').
4. Continue, or Click the 'Submit' button and execute the transaction.

Using the process below you will be able to add an expiry date or a specific token id during the registration. To do so:

1. Before submitting please Click on the Change Button.
2. Set an Expiry Date.
3. Select a specific Token ID.
4. Continue, or Click the 'Submit' button and execute the transaction.

As mentioned earlier this process allows you also to register 1..5 delegations under a single transaction. To do so:

1. After you fill in the details needed to register a delegation, click the Batch button. This will open a new form to fill in.
2. After you finish with all delegations Click the 'Submit' button and execute the transaction.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.nftdelegation.com/guides/how-to-register/how-to-register-a-delegation-consolidation-delegation-manager-advanced.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
