> ## Documentation Index
> Fetch the complete documentation index at: https://docs.configu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configs Explorer (Dashboard)

Let's understand how Configu structures and visualizes configurations.
The Configs pages are where you can view and manage your configurations.

The Config Explorer is a dashboard page that shows all the configuration data with a simple visualization.
You organize and view the data in **Sets** (e.g., environments, regions, branches, customers). You can view the details of a configuration in the **Configs** view.

You can also search and filter the data by:

* Set - set name or part of it
* Key - key name or part of it

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/configs-filters.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=c036c4c0eaaa17bb49f9938369a4cbf5" alt="image" width="1429" height="238" data-path="images/configs-explorer/configs-filters.png" />
</Frame>

## Graph View

The Graph view is the default view, and it shows all your [ConfigSets](/introduction/concepts#configset) on a graph, illustrating the relationships between them.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/platform-configs-explorer-sets.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=6f9f53b8d382e12d5d2a7fa7d02119db" alt="image" width="1429" height="857" data-path="images/configs-explorer/platform-configs-explorer-sets.png" />
</Frame>

You can right-click any set to open the context menu and perform actions like viewing the configs or configs history, cloning the set, adding a child set, evaluating it, deleting it, focus it, and more.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/sets-graph-menu.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=702db6416fd4e0f667a3d2fda636dbbc" alt="image" width="1429" height="859" data-path="images/configs-explorer/sets-graph-menu.png" />
</Frame>

### Focus Set in Graph View

You can focus on a set by right-clicking on it and selecting the `Focus Set` option.
This action will center the graph starting from the selected set, making it easier to view the set's children.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/focus-set.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=8275aaedc132cc4f5fda694ea48d496d" alt="image" width="1429" height="859" data-path="images/configs-explorer/focus-set.png" />
</Frame>

While focused on a set, you can use the breadcrumbs to navigate back to the root set, parent set, or even a parent's sibling.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/focused-set-breadcrumbs.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=61e9285c789e0ffcc19a37876a4af154" alt="image" width="1429" height="859" data-path="images/configs-explorer/focused-set-breadcrumbs.png" />
</Frame>

## Grid View

The Grid view presents your [Configs](/introduction/concepts#config) in a grid layout. By default, each column represents a ConfigSet, while each row corresponds to a ConfigKey. Within the grid, each cell displays the value of the config within its respective set. Every config cell is interactive, granting access to the config value provided you have the necessary permissions.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/platform-configs-explorer-grid.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=3e79894079d5efc22bea305b05cb71fb" alt="image" width="1429" height="394" data-path="images/configs-explorer/platform-configs-explorer-grid.png" />
</Frame>

Moreover, right-clicking on any cell within the grid reveals a context menu offering relevant actions. For instance, the `All Configs` context menu allows you to reveal all config values, transpose the grid, and revert any modifications made to the view.

Some notable actions include:

* **Pinning**: Pin the selected column or row to the left or top of the grid.
* **Sorting**: Alphabetically or by last update date for columns or rows.
* **History**: View the history of the selected config or set.
* **Create Set**: Creates an empty set.
* **Delete**: Remove the selected config or set.
* **Clone**: Duplicate the selected set.
* **Add Child Set**: Adds a child set.
* **Eval**: Evaluates the selected set.
* **Permissions**: Examine the permissions of the selected set or config.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/configs-grid-menus.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=699ade331f29f85be073a00a81ba90ed" alt="image" width="2700" height="1464" data-path="images/configs-explorer/configs-grid-menus.png" />
</Frame>

## Upsert Configs Wizard

The Upsert Configs Wizard is a quick and convenient way to modify configs. You can access the wizard by clicking "Upsert" from the Graph or Grid view.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/configs-explorer-upsert-configs-wizard-button.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=18f3444965c3080ee3acee2c49a0f1e3" alt="image" width="1424" height="865" data-path="images/configs-explorer/configs-explorer-upsert-configs-wizard-button.png" />
</Frame>

Select or create a new key, and modify the `Cfgu` according to your needs. Click "Assign values" to proceed.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/configs-explorer-upsert-configs-wizard-select-key.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=00126b3562cb64d113e21fcbc8d3e0c1" alt="image" width="1436" height="865" data-path="images/configs-explorer/configs-explorer-upsert-configs-wizard-select-key.png" />
</Frame>

Select or create a new set and modify the value. You can upsert to multiple sets by clicking "Assign another value" and picking other sets. Click "Upsert Summary" to proceed.

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/configs-explorer/configs-explorer-upsert-configs-wizard-assign-values.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=5f714a082a48e812f66d983dfcfa0504" alt="image" width="1444" height="869" data-path="images/configs-explorer/configs-explorer-upsert-configs-wizard-assign-values.png" />
</Frame>

Review the changes from the previous step and confirm the upsert. Click "Upsert Configs" to complete the process.

<Frame>
  <img src="https://mintcdn.com/configu/4LjNndiOLA4cpUS2/images/configs-explorer/configs-explorer-upsert-configs-wizard-summary.png?fit=max&auto=format&n=4LjNndiOLA4cpUS2&q=85&s=31bef5cb9dd8e40efd350f509381c3ab" alt="image" width="1443" height="869" data-path="images/configs-explorer/configs-explorer-upsert-configs-wizard-summary.png" />
</Frame>

## Config Set Exporter

The Eval Configs modal is a quick and convenient way to evaluate configs. You can access the modal by clicking "Eval" from the Graph or Grid view or by clicking "Eval Set" from the context menu of a ConfigSet header cell or a ConfigSet node in the Graph view.

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/configs-explorer/configs-explorer-eval-configs-cta.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=62e1418a8fe7571f115e6cfd4413c0ca" alt="image" width="1429" height="859" data-path="images/configs-explorer/configs-explorer-eval-configs-cta.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/configs-explorer/configs-explorer-eval-configs-graph-eval-set.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=16f6edb7fdbee617852ed20389c42279" alt="image" width="1429" height="859" data-path="images/configs-explorer/configs-explorer-eval-configs-graph-eval-set.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/configs-explorer/configs-explorer-eval-configs-grid-eval-set.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=2b408177fdf52ad23f1bb64c6ce74818" alt="image" width="1428" height="720" data-path="images/configs-explorer/configs-explorer-eval-configs-grid-eval-set.png" />
</Frame>

Select the set you want to evaluate. If you opened the modal via the "Eval Set" action, the set will be pre-selected. Select your preferred format and toggle whether you want to see empty config values. The formatted evaluation result is displayed in the "Config File" input which you can copy or download by clicking the respective buttons.

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images/configs-explorer/configs-explorer-eval-configs.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=60ddabe88cd00be3d84725dc83e1cca2" alt="image" width="1428" height="827" data-path="images/configs-explorer/configs-explorer-eval-configs.png" />
</Frame>

<Info>
  Your "Formatting Type" and "Hide empty values" selections are stored and used as defaults for future evaluations.
</Info>
