> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/instancedata.md).

# InstanceData

| Field          | Type                                                                                                                                   | Required | Description                     |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------------------- |
| **id**         | string                                                                                                                                 | ✅        | Unique identifier (instance ID) |
| **creator**    | [Creator](/client-sdk/reference/creator.md)                                                                                            | ✅        | The creator of the product      |
| **publicData** | [EditionPublicData](/client-sdk/reference/editionpublicdata.md) \| [BlindMintPublicData](/client-sdk/reference/blindmintpublicdata.md) | ✅        | The product data                |
| appId          | number                                                                                                                                 | ✅        | The appId of the product        |
| appName        | string                                                                                                                                 | ✅        | The app name of the product     |
