> For the complete documentation index, see [llms.txt](https://docs.plock.io/plock-overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plock.io/plock-overview/guides/products-and-plans/products.md).

# Products

In Plock, a product represents anything a customer can purchase. This can be a software, a capability, professional services. Products are managed in a single interface allowing you to have a complete overview of your offering.

<figure><img src="/files/EZK4UX13r1UdrAmdWOAx" alt=""><figcaption></figcaption></figure>

Products determine two things:

* **The unit metric for the product, that defines how your customers consume the product.** A unit metric can be number of events, storage, number of minutes, number of users etc. The unit metric is defined in a product blueprint, the instruction for how to pull consumption data for the product.

<figure><img src="/files/15APuVu6hwKQ3h2AKsh3" alt=""><figcaption></figcaption></figure>

* **How a product is displayed on an invoice.** This includes details like the names on the invoice and the metric for the product. Example, a product named "phone calls" where the metric is a phone call, will have one blueprint. An alternative product is names "Call duration", where the metric is minutes, and it comes with another blueprint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.plock.io/plock-overview/guides/products-and-plans/products.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.
