# Destination Settings

You can add, view, delete, and manage destinations from this tab. Clicking on the manage link will navigate to the destinations page where you can configure and manage your existing destinations.

<figure><img src="/files/mMPlfuDf8eWSw0k8jTwY" alt=""><figcaption><p>Manage destinations</p></figcaption></figure>

### Reset Writeback

If the [writeback filter](/planning/data-writeback/settings/general-settings.md#ii-filter) has been changed, a reset is required to clean up the data existing in the destination(s) from previous writebacks. A reset will run a clean-up for both base and scenario data that has been written back to a destination.

For demonstration purposes, consider a SQL server destination to which the base and scenario data have been written back. The count of data populated in the database, Category-wise and Product-wise is as follows:

<figure><img src="/files/Vs82CTV6YpmLys3gmBkR" alt=""><figcaption><p>Count of Category-wise data after writeback</p></figcaption></figure>

<figure><img src="/files/cgWARWA0MVs4m4MXjFYK" alt=""><figcaption><p>Count of Product-wise data after writeback</p></figcaption></figure>

The filter in writeback settings is changed from "None" to "Exclude Totals and Subtotals":

<figure><img src="/files/NKgEd5yLXvIMO3k51a9z" alt=""><figcaption><p>Change writeback filter</p></figcaption></figure>

After changing the filter, a reset needs to be done to clean up data from the previous writeback. To achieve this, go to Writeback Settings -> Destinations tab and click on the Reset button.

{% hint style="warning" %}
Reset will overwrite data in all configured destinations.
{% endhint %}

<figure><img src="/files/jpKUYJNvat3B4HwXfOuq" alt=""><figcaption><p>Writeback reset</p></figcaption></figure>

Since the filter has been changed to "Exclude Totals and Subtotals", notice that the rows with the value "All" for Category and Product have been removed after Reset:

<figure><img src="/files/mletwRMC8dTGEdAW0Gdv" alt=""><figcaption><p>Count of Category-wise data after reset</p></figcaption></figure>

<figure><img src="/files/gw3nJAXYIPy9OHxE0SFa" alt=""><figcaption><p>Count of Product-wise data after reset</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.fabricplan.com/planning/data-writeback/settings/destination-settings.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.
