# Manage an existing DCA

{% hint style="info" %}
On the bottom left corner there is a "bell" icon which opens the notifications tab.\
In the notification tab you will be notified of all the events pertinent to your ongoing DCAs on NEON, including potential issues with the executions.
{% endhint %}

### Dashboard

On the left side tab you can find the "Dashboard"

Upon opening the Dashboard, you will have an overview of your current positions in the protocol, with some essential informations:

* the total number of active DCAs
* the possible stuck DCAs ("with errors") and the ones requiring user action (for example increasing the token allowance).

You will also be presented with a table with a recap of all the DCAs, including the pairs, the status, the progress and the creation date.

Furthermore, you will be presented with the option, for each DCA, to view the details, skip the next scheduled execution or close the DCA before the scheduled end.

<figure><img src="https://751865922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCcuPBHkzsXiD7W7wzFdP%2Fuploads%2FpIEGBBC8GQnKOkrzPN6E%2Fimage.png?alt=media&#x26;token=6581de19-0538-420e-bda6-4d2cb6e0370e" alt=""><figcaption></figcaption></figure>

### Performance View

If you open the details of any of your DCA, you will be presented with a performance sheet, indicating:

* the ROI
* the receiver wallet
* the next scheduled execution
* the frequency
* the amount
* if a price limit has been enabled on the DCA
* the average price at which the DCA has been executed

Lastly, you will have the option to renew the approval of the token in this interface.

Usually, the main reason to renew the approval is if by any chance you revoked the approval by mistake or if you have multiple DCAs ongoing with the same quote token, in which case the overall allowance might not be sufficient.

<figure><img src="https://751865922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCcuPBHkzsXiD7W7wzFdP%2Fuploads%2FgKIGbthwoIZoL5g9jMER%2Fimage.png?alt=media&#x26;token=cf398d19-139f-4c5c-8e6b-0faff0f5f8fd" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
If the DCA incurs into several **consecutive** execution errors, it will stop and it will be necessary to manually restart it.

Specifically:

* 2 failed execution related to lack of sufficient balance or liquidity;
* 5 failed execution related to the set limit price

Every successful execution will reset the counter.
{% endhint %}


---

# 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://nkson-protocol.gitbook.io/neon-protocol/how-to/manage-an-existing-dca.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.
