# Modifying a collection contract

Collections created outside the Interoperable Asset Store must be updated before they can participate in asset reuse. This update adds the required royalty logic and parent–child integration functions that the protocol relies on.

This section explains how to modify an existing collection by integrating the **AbstractGamingStudioAsset** standard. You can do this in two ways: by installing the npm package or by using the source code directly. A technical checklist is also provided to help verify that the collection is fully compatible before sending reuse proposals.

Choose one of the implementation methods to complete the upgrade process.


---

# 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://infinity-games.gitbook.io/infinity-games-docs/smart-contract-integration/modifying-a-collection-contract.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.
