> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/subscription-and-recurring-billing-management/prerequisites/products.md).

# Products

Product entity consists of the records of products which you want to sell as subscriptions. After installing Subscription and Recurring Billing Management app, two new tabs will be added to the records of existing products and newly added products – **Tax Processing & Subscription Management.**&#x20;

### **Tax Processing**

The Tax Processing tab is seen only if the value in the **Enable Tax** field on Configuration record is set to **Yes.** It gives information about the applicability of tax on the product. It has the following field:

**Is Taxable:** It is a two option set field. If it is set to **Yes** then the product is taxable. This field is visible only if the Tax Calc Country on Configuration is set to **USA.**

![](/files/-Maz1Y3EBeZr5uIHvKwn)

**Default Sales Tax Option:** It is a look up to the Tax Schedule. If the **Tax Calc Country** on Configuration is set to **Others** then Tax Schedule field shows up on Product form.

![](/files/-Maz1gbuvLS9gGxPZH2m)

### Subscription Management

Next, we see is the Subscription Management tab which shows information about the Plans and Add-ons applicable to the Product. It has the following fields:

* **Is Add-On:** This field simply marks if the product is itself a Parent product or an add-on product which shall be associated to one or more products.&#x20;
* **Charge Type:** This field defines how to charge the product. It is either **Recurring** or **One time** charge. Based on this information charges will be added while renewing subscriptions.

![](/files/-Maz1nhQEXlW-2p9ZnVb)

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.inogic.com/subscription-and-recurring-billing-management/prerequisites/products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
