# Goal

This action mark a goal reached point for the current conversation.&#x20;

<figure><img src="/files/fXF1lm1ztOycSLjqGCYN" alt=""><figcaption></figcaption></figure>

### Settings

The action uses the following settings:

| Setting   | Description                                                               | [Parsed](/actions-and-operations/dynamic-parsing.md) |
| --------- | ------------------------------------------------------------------------- | ---------------------------------------------------- |
| Goal Name | The goal to be set by this actuion                                        | :no\_entry:                                          |
| Value     | The value that should be recorded. By default the value will be set to 1. | :white\_check\_mark:                                 |

### Remarks

Use this action to set a goal reached value. Goals reach values can be displayed in your[ custom dashboards](/analytics/dashboards.md).

### Trigger

This action does not have any trigger.

### Variables

This action does not produce any variable.

### Availability

Channel specific availability follows the table below:

| Channel          | Availability     |
| ---------------- | ---------------- |
| Facebook         | Fully Available. |
| WhatsApp         | Fully Available. |
| Telegram         | Fully Available. |
| Web              | Fully Available. |
| Alexa            | Fully Available. |
| Google Assistant | Fully Available. |
| Slack            | Fully Available. |
| API              | Fully Available. |

This action can be used inside interactions and as child of other actions. This action requires a [Premium Account](/basic-concepts/your-account/upgrading-from-free.md) to be used on a live chatbot.


---

# 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.mylinkconnect.com/actions-and-operations/flow/goal.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.
