# Goals

Goals are important in Umbraco Engage. Without goals you cannot determine whether your optimization strategy through [A/B Testing](/umbraco-engage/marketers-and-editors/ab-testing.md) or [Personalization](/umbraco-engage/marketers-and-editors/personalization.md) really works.

A/B Testing and/or Personalization is never the goal. The goal is to increase your goals which can be achieved by personalization or A/B testing.

In the Goals menu, you can set up goals and specify their value.

You have a complete overview of all of the goals that are currently set:

![Settings dashboard in the Engage section](/files/52sGEw8dzjEbFZA0InJ7)

From this page, you can edit existing goals or set up new goals.

## Setting up a new goal

When you click on **Create new goal** you can set up a new goal. You have to give it a name and an optional goal value.

You can specify whether it is a micro or macro goal.

* A macro goal should be used for the "bigger things" in your website like a purchase or filling in a contact form.
* Micro goals are smaller / less important things like "*Reaching the contact page*" or "*Clicking open a FAQ*". These micro goals should eventually contribute to macro goals.

In Umbraco Engage, we always keep track of the macro goals, for example during A/B tests. Perhaps your micro goal is increased, but it hurts your macro goal. In that case, Umbraco Engage will give you a warning.

You can specify whether you want to increase or decrease the goal. Most of the time you want to increase your goal. Other times you might want to lower the goal. An example of this could be a goal of "*Unsubscribing from a newsletter*"

You can specify how the goal will be triggered:

* Via a pageview/set of pages that are visited
* Via a page event that can be triggered
  * If you want to trigger a goal based on a GA4 event, use the following information:

    Category: **GA 4 Bridging** Action: **\<your action>**
* Via an Umbraco Forms submission
* Via some custom code

<figure><img src="/files/ewdXs6iignr90trSj1di" alt=""><figcaption><p>Create a new goal</p></figcaption></figure>


---

# 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.umbraco.com/umbraco-engage/marketers-and-editors/settings/setting-up-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.
