# Management modules

Modules are discrete pieces of functionality that can be applied to your Highlight contracts to augment, extend or customize their behavior. There are three kinds of modules available: MintManagers, TokenManagers and RoyaltyManagers.&#x20;

For all module types, you can set a default manager that will be applied to all tokens on your contract, but you can also set token- or edition-specific managers. To set token- or edition-specific managers, you can use the edition ID (if it’s an editions contract) or the token ID (if it’s a series contract) as the key.&#x20;

Below is an overview of how each module works, and a few examples of how you might use them.

<br>


---

# 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://support.highlight.xyz/knowledge-base/for-developers/management-modules.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.
