# Goals

Goals are the actions we aim for customers to take as a result of personalizations and broadcasts. These objectives are crucial for measuring conversions and the associated revenue. Each goal has an associated revenue metric.&#x20;

By default, the platform includes the following goals:

* The customer purchases a product (Revenue associated: price of the product)
* The customer adds a product to cart (Revenue associated: 0)&#x20;
* The customer adds a product to favorite (Revenue associated: 0)&#x20;
* The customer views a product detail (Revenue associated: 0)&#x20;

You can also create more complex goals if necessary. This allows you to tailor the solution to any industry or use case.

<figure><img src="/files/8O2GVHclkY8kVLllPmPb" alt=""><figcaption></figcaption></figure>

You can create new goals by clicking the button "New Goal". &#x20;

<figure><img src="/files/iFfXaeXdDrqlJH6nXEM7" alt="" width="375"><figcaption></figcaption></figure>

To create a new goal, you need to enter the name and type. The possible types are:

* Customer visits a page
* Customer clicks on a web element
* Customer performs an interaction

You can also select the revenue associated with this goal. It can be a fixed value, for example, $50, or if it is an interaction, you can select the parameter of the interaction.

If the interaction involves a product, all available numerical [properties](/en/admin-ui/items.md#properties) associated with the product are displayed.&#x20;


---

# 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://academy.gopersonal.ai/en/admin-ui/catalogs/goals.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.
