> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs-shaunak-branch.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration using DfConfig

The DfConfig Type defines key Application behaviours such as scoring metrics, formatting, and forecasting parameters. A full list of Fields and their desription can be found below:

<Accordion title="DFConfig Fields">
  | Field                                       | Variable Type               | Description | Default Value |
  | ------------------------------------------- | --------------------------- | ----------- | ------------- |
  | nodeTypes                                   | string                      |             |               |
  | hierarchyNodeRelationOnDFS                  | string                      |             |               |
  | enablePlanningDesk                          | boolean                     |             |               |
  | defaultBaseMetricsForecastIdExists          | string                      |             |               |
  | dateFormat                                  | string                      |             |               |
  | hierarchyParentRelationOnDFS                | string                      |             |               |
  | defaultScoringMetrics                       | string                      |             |               |
  | forecastMetricBreakdownChartHelperBatchSize | int                         |             |               |
  | deliveredQuantityOffsetSpec                 | DeliveredQuantityOffsetSpec |             |               |
  | dataInputFiltermetricsForecastIdExists      | string                      |             |               |
  | nodeTypesShownOnOverviewUi                  | string                      |             |               |
  | defaultForecastPeriodInMonths               | int                         |             |               |
  | defaultForecastGranularity                  | string                      |             |               |
  | enablePlanningDeskAutoCreation              | boolean                     |             |               |
  | defaultScoreDataPointsToAverage             | int                         |             |               |
  | defaultCurrency                             | Currency                    |             |               |
  | defaultHierarchyFilter                      | string                      |             |               |
  | defaultTopForecastSubjectsOrder             | string                      |             |               |
  | defaultHistoricalDFPSMapping                | string                      |             |               |
  | deltaRecentDemandExpression                 | string                      |             |               |
  | defaultLag                                  | int                         |             |               |
  | requiredDFSNodes                            | string                      |             |               |
  | unitConversionEnabled                       | boolean                     |             |               |
  | deltaRecentDemandLookbackWindow             | int                         |             |               |
  | defaultForecastMetrics                      | string                      |             |               |
  | standardUnit                                | unit                        |             |               |
  | dataInputFiltermetricsForecastIdNotExists   | string                      |             |               |
  | scoringMetricPeriodToConsiderInMonths       | int                         |             |               |
  | defaultForecastLookbackPeriod               | int                         |             |               |
  | hierarchyNodeLevelOnDFS                     | string                      |             |               |
  | defaultBaseMetricsForecastIdNotExists       | string                      |             |               |
</Accordion>
