# Data Settings

Under the data settings, you can view a list of all the series configurations. Here you can select the series that should be included in the writeback.

#### 1. Series allowed for writeback

This section will list all the possible series that are allowed for writeback. All the series are selected by default. You can select/unselect the series you want to write back to the destination.

<figure><img src="/files/EwyjR0qtHRVoNN4XV78R" alt=""><figcaption><p>Series allowed for writeback</p></figcaption></figure>

#### 2. Auto writeback for database destination

If you enable auto writeback, the chosen series and scenario(s) will be written back automatically without having to initiate the writeback operation manually. Writeback will be triggered periodically after specified intervals. It can be enabled from the Data settings and the Writeback toolbar

This option can be enabled only after configuring a database destination.

{% hint style="info" %}

* Auto-writeback will be triggered only if you make adjustments to data input fields or simulations, not native values.
  {% endhint %}

<figure><img src="/files/bIDXmgVXaFvloo0YH3Qi" alt=""><figcaption><p>Auto writeback</p></figcaption></figure>

Auto-writeback can also capture changes to dependent measures. For instance, consider that you have a data input field whose values are used to drive a formula field. In this report, we’ve derived the Rate based on the Benchmark, a data input text column.

<figure><img src="/files/aiehML2QrQLn0AsGzEZ5" alt=""><figcaption><p>Dependent formula measure</p></figcaption></figure>

The benchmark for the Furniture row was updated from LIBOR’ to ‘EURIBOR’ and captured during auto-writeback. Notice how the change in rate was also automatically written back.

Initial value of LIBOR with the corresponding rate written back to the destination:

<figure><img src="/files/Ku8kituyG2065tFJCPJz" alt=""><figcaption><p>Initial writeback</p></figcaption></figure>

Updated benchmark value of EURIBOR with the dependent rate auto-written back to the destination:

<figure><img src="/files/o9UJUKxmDanYR2OANFoR" alt=""><figcaption><p>Auto- writeback triggered when the benchmark was updated</p></figcaption></figure>

#### 3. Scenarios to be included for auto writeback

This option will be displayed only if you have created a scenario. You can read more on how to create a scenario [here](broken://pages/jUciLkXkARAxZhPl1Tqm).

In this section, you will find a list of all the created scenarios. You can select the scenario(s) you want to write back. Please note, if you do not have any scenarios and auto writeback is enabled, only the data input columns will be auto-written back when changes are made to the base table. Native columns will not be auto-written back even when modified.

<figure><img src="/files/zTO0i3ecqzI8zCkYk0Mb" alt=""><figcaption><p>Scenarios for Auto Writeback</p></figcaption></figure>

#### 4. Advanced settings

You can set the time interval between consecutive auto-writebacks in the Advanced section. The default delay is set to 5 seconds. This time interval can be decreased, with a value of 0 resulting in the immediate triggering of writebacks.

{% hint style="info" %}
The time interval between auto-writebacks can be set for non-numeric data only.
{% endhint %}

<figure><img src="/files/YXBNcH59LUXBrX5Zbaq9" alt=""><figcaption><p>Auto write back debounce time</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/data-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.
