> ## Documentation Index
> Fetch the complete documentation index at: https://holder.docs.fiskil.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Product Portal

> Learn how Product Portal helps you manage, approve, and publish compliant product data.

# Product Portal

[Product Portal](https://console.fiskil.com/data-holder/products) is Fiskil's product management system for creating and publishing product. It supports publishing via regulated APIs (such as the Consumer Data Right). It provides a central place for your team to maintain product information, safely make changes, and ensure updates are reviewed and deployed correctly.

<Card title="Open Product Portal" icon="arrow-up-right-from-square" href="https://console.fiskil.com/data-holder/products">
  Access Product Portal in the Fiskil Console to manage your products.
</Card>

***

## What you can do with Product Portal

<CardGroup cols={2}>
  <Card title="Create and maintain products" icon="plus">
    Build your product catalogue in a single, structured repository with full field validation.
  </Card>

  <Card title="Edit products safely" icon="pen-to-square">
    Make changes using a built-in workflow with drafts, approvals, and audit logging.
  </Card>

  <Card title="Schedule updates" icon="calendar">
    Set product changes to go live at a future date and time automatically.
  </Card>

  <Card title="Test before publishing" icon="flask" href="/docs/product-portal/api-testing">
    Deploy changes to Staging and verify through the API before publishing to Production.
  </Card>
</CardGroup>

***

## When to use Product Portal

Product Portal is designed for organisations that need to:

* Maintain product information in a controlled, digital and scalable way
* Share product data through regulated standards (for example, CDR product reference data)
* Ensure changes are reviewed and approved before publishing
* Support compliance workflows, change approvals, and auditing

***

## Product environments

Product Portal supports a standard environment workflow to ensure changes are validated before going live.

<Steps>
  <Step title="Staging (testing)">
    Used to validate new products and changes before publishing. Deploy here first to test the API output.
  </Step>

  <Step title="Production (live)">
    Where approved products and changes are published for data recipients. Only deploy after Staging validation.
  </Step>
</Steps>

<Tip>
  If you need additional environments (for example, staging or sandbox), [contact the Fiskil team](https://www.fiskil.com/contact).
</Tip>

***

## Next steps

<CardGroup cols={2}>
  <Card title="Create your first product" icon="rocket" href="/docs/product-portal/creating-products">
    Learn how to create, edit, and publish products step by step.
  </Card>

  <Card title="Products API reference" icon="list" href="/api-reference/products/create-a-new-product">
    Explore every field available in Product Portal with validation rules.
  </Card>

  <Card title="Test your API" icon="flask" href="/docs/product-portal/api-testing">
    Verify how your products are exposed through the CDR API.
  </Card>
</CardGroup>
