# Ownership

Products do not have a price. A Product is simply the piece of content that the user will consume inside your Kajabi portal. A Product is purchased by being add to an Offer. The Offer can contain as many products as you like and the Offer is what has the price associated with it. With this structure the Kajabi user is able to bundle Products in some really powerful ways.

Since we want to be able to see if someone not only has purchased an Offer, but also if they have access to a Product, we have a liquid filter that does just that.

### **Products**

```markup

<div data-gb-custom-block data-tag="assign" data-0='12' data-1='12' data-2='12' data-3='12' data-4='12' data-5='12' data-6='12' data-7='12' data-8='12' data-9='12' data-10='12' data-11='12' data-12='12' data-13='12' data-14='12' data-15='12' data-16='12' data-17='12' data-18='12' data-19='12' data-20='2'></div>

<div data-gb-custom-block data-tag="if">

  <a href="{{ enterprise.url }}">Enterprise</a>

</div>

```

### **Offers**

```markup

<div data-gb-custom-block data-tag="assign" data-0='12' data-1='12' data-2='12' data-3='12' data-4='12' data-5='12' data-6='12' data-7='12' data-8='12' data-9='12' data-10='12' data-11='12' data-12='12' data-13='12' data-14='12' data-15='12' data-16='12' data-17='12' data-18='12' data-19='2'></div>

<div data-gb-custom-block data-tag="if">

  <a href="{{ enterprise.url }}">Enterprise</a>

</div>
```


---

# 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://themes.kajabi.com/liquid/core-concepts/ownership.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.
