> 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/previewdata.md).

# PreviewData

| Field         | Type                                          | Required | Description                          |
| ------------- | --------------------------------------------- | -------- | ------------------------------------ |
| title         | string                                        | ❌        | Product Title                        |
| description   | string                                        | ❌        | Product description                  |
| contract      | [Contract](/client-sdk/reference/contract.md) | ❌        | Contract associated with the product |
| thumbnail     | string                                        | ❌        | Thumbnail for the product            |
| payoutAddress | string                                        | ❌        | Payout wallet address of the product |
| network       | number                                        | ❌        | Network the product is on            |
| startDate     | Date                                          | ❌        | Start date for the product           |
| endDate       | Date                                          | ❌        | End date for the product             |
| price         | [Money](/client-sdk/reference/money.md)       | ❌        | Price of the product                 |
