# Creating Products & Plans

Products is an important concept when connecting with payment gateways. Essentially each of the plans you want to show on your pricing page is called a product. This is the entity that carries a price, billing period and the different behavior that you choose such as free trials, skip-trials, add-ons etc.

When you create products on PriceOps, we will create the products on your payment gateway instantaneously so when you start collecting payments, you payment gateway knows which product it is receiving payments for.


---

# 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://docs.priceops.net/documentation/pricing-operations/pricing-pages/creating-products-and-plans.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.
