* [Execution details](#execution-details) - Code, the base Docker image used for **[ClearML Agent](../clearml_agent.md)**, output destination for artifacts, and the logging level.
* [Configuration](#configuration) - Hyperparameters, user properties, and configuration objects.
* [Artifacts](#artifacts) - Input model, output model, model snapshot locations, other artifacts.
* [General information](#general-information) - Information about the experiment, for example: the experiment start, create, and last update times and dates, user creating the experiment, and its description.
Both modes contain all experiment details. When either view is open, switch to the other mode by clicking <imgsrc="/docs/latest/icons/ico-info-min.svg"alt="Table/Full screen view"className="icon size-md space-sm"/>
(**View in experiments table / full screen**), or clicking <imgsrc="/docs/latest/icons/ico-bars-menu.svg"alt="Bars menu"className="icon size-sm space-sm"/> (**menu**) > **View in experiments
Additionally, there is information about the **ClearML Agent** configuration. The **ClearML Agent** base image is a pre-configured Docker
that **ClearML Agent** will use to remotely execute this experiment (see [Building Docker containers](../clearml_agent.md#building-docker-containers)).
* The output destination used for storing model checkpoints (snapshots) and artifacts (see also, [default_output_uri](../configs/clearml_conf#config_default_output_uri)
in the configuration file, and [output_uri](../references/sdk/task.md#taskinit)
In older versions of **ClearML Server**, the **CONFIGURATION** tab was named **HYPER PARAMETERS**, and it contained all parameters. The renamed tab contains a **HYPER PARAMETER** section, and subsections for hyperparameter groups.
:::
Hyperparameters are grouped by their type and appear in **CONFIGURATION****>** **HYPER PARAMETERS**.
The **Args** parameter group shows automatically logged `argparse` arguments, and all older experiments parameters, except TensorFlow Definitions. Hover over a parameter, and the type, description, and default value appear, if they were provided.
Once an experiment is run and stored in **ClearML Server**, any of these hyperparameters can be [modified](webapp_exp_tuning.md#modifying-experiments).
**ClearML** tracks experiment (Task) model configuration objects, which appear in **Configuration Objects****>** **General**.
These objects include those that are automatically tracked, and those connected to a Task in code (see [Task.connect_configuration](../references/sdk/task.md#connect_configuration)).
In older versions of **ClearML Server**, the Task model configuration appeared in the **ARTIFACTS** tab, **MODEL CONFIGURATION** section. Task model configurations now appear in the **Configuration Objects** section, in the **CONFIGURATION** tab.
Artifacts location is stored in the `FILE PATH` field.
The UI provides locally stored artifacts with a 'copy to clipboard' action (<imgsrc="/docs/latest/icons/ico-clipboard.svg"alt="Clipboard"className="icon size-sm space-sm"/>)
to facilitate local storage access (since web applications are prohibited from accessing the local disk for security reasons).
The UI provides Network hosted (e.g. https://, s3:// etc. URIs) artifacts with a download action (<imgsrc="/docs/latest/icons/ico-download-json.svg"alt="Download"className="icon size-sm space-sm"/>)
including design, label enumeration, and general information, go to the **MODELS** tab, by clicking the model name, which is a hyperlink to those details.
**To retrieve a model:**
1. In the **ARTIFACTS** tab **>** **MODELS****>** **Input Model** or **Output Model**, click the model name hyperlink.
1. In the model details **>** **GENERAL** tab **>** **MODEL URL**, either:
Artifacts which are uploaded and dynamically tracked by **ClearML** appear in the **DATA AUDIT** section. They include the file path, file size, hash, and metadata stored with the artifact.
Other artifacts, which are uploaded but not dynamically tracked after the upload, appear in the **OTHER** section. They include the file path, file size, and hash.
Use the scalar tools to improve analysis of scalar metrics. In the info panel, click <imgsrc="/docs/latest/icons/ico-settings.svg"className="icon size-md space-sm"/> to use the tools. In the full screen details view, the tools
* Show / hide plots - Click **HIDE ALL**, and then click <imgsrc="/docs/latest/icons/ico-show.svg"alt="Eye Show All"className="icon size-md space-sm"/>
| <imgsrc="/docs/latest/icons/ico-pan.svg"alt="Pan icon"className="icon size-sm space-sm"/> | Pan around plot. Click <imgsrc="/docs/latest/icons/ico-pan.svg"alt="Pan icon"className="icon size-sm space-sm"/>, click the plot, and then drag. |
| <imgsrc="/docs/latest/icons/ico-dotted-box.svg"alt="Dotted box icon"className="icon size-sm space-sm"/> | To examine an area, draw a dotted box around it. Click <imgsrc="/docs/latest/icons/ico-dotted-box.svg"alt="Dotted box icon"className="icon size-sm space-sm"/> and then drag. |
| <imgsrc="/docs/latest/icons/ico-dotted-lasso.svg"alt="Dotted lasso icon"className="icon size-sm space-sm"/> | To examine an area, draw a dotted lasso around it. Click <imgsrc="/docs/latest/icons/ico-dotted-lasso.svg"alt="Dotted lasso icon"className="icon size-sm space-sm"/> and then drag. |
| <imgsrc="/docs/latest/icons/ico-zoom.svg"alt="Zoom icon"className="icon size-sm space-sm"/> | Zoom into a section of a plot. Zoom in - Click <imgsrc="/docs/latest/icons/ico-zoom.svg"alt="Zoom icon"className="icon size-sm space-sm"/> and drag over a section of the plot. Reset to original scale - Click <imgsrc="/docs/latest/icons/ico-reset-autoscale.svg"alt="Reset autoscale icon"className="icon size-sm space-sm"/> . |
| <imgsrc="/docs/latest/icons/ico-zoom-in-square.svg"alt="Zoom-in icon"className="icon size-sm space-sm"/> | Zoom in. |
| <imgsrc="/docs/latest/icons/ico-show-closest.svg"alt="Show closest icon"className="icon size-sm space-sm"/> | Show the closest data point on hover, including horizontal and vertical axes values. Click <imgsrc="/docs/latest/icons/ico-show-closest.svg"alt="Show closest icon"className="icon size-sm space-sm"/> and then hover over a series on the plot. |
| <imgsrc="/docs/latest/icons/ico-compare-data.svg"alt="Compare data icon"className="icon size-sm space-sm"/> | Compare data on hover. Click <imgsrc="/docs/latest/icons/ico-compare-data.svg"alt="Compare data icon"className="icon size-sm space-sm"/> and then hover over the plot. |
| <imgsrc="/docs/latest/icons/ico-ico-graph-legend.svg"alt="Graph legend icon"className="icon size-sm space-sm"/> | Hide / show the legend. |
| <imgsrc="/docs/latest/icons/ico-download-json.svg"alt="Download JSON icon"className="icon size-sm space-sm"/> | To get metric data for further analysis, download plot data to JSON file. |
| <imgsrc="/docs/latest/icons/ico-orbital-rotation.svg"alt="Orbital rotation mode icon"className="icon size-sm space-sm"/>| Switch to orbital rotation mode - rotate the plot around its middle point. |
| <imgsrc="/docs/latest/icons/ico-turntable-rotation.svg"alt="Turntable rotation mode icon"className="icon size-sm space-sm"/>| Switch to turntable rotation mode - rotate the plot around its middle point while constraining one axis |
View debug samples by metric at any iteration. The most recent iteration appears first. Use the viewer / player to inspect images, audio, video samples and do any of the following:
* Move to the same sample in a different iteration (move the iteration slider).
1. Click the experiment **>** Hover over the tag area **>** **+ADD TAG** or <imgsrc="/docs/latest/icons/ico-bars-menu.svg"alt="Bars menu"className="icon size-sm space-sm"/> (menu)
* Change a tag's colors - Click **Tag Colors****>** Click the tag icon **>** **Background** or **Foreground****>** Pick a color **>** **OK****>** **CLOSE**.