* [Execution details](#execution-details) - Code, the base Docker image used for **ClearML Agent**, 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"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**.
#### Command line arguments
The **Args** section 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.
If the `CLEARML_LOG_ENVIRONMENT` variable was set, the **Environment** section will show environment variables (see [this FAQ](../faq#track-env-vars)).
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)).
**ClearML** supports providing a name for a Task model configuration (see the [name](../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 tracked in an experiment appear in the **ARTIFACTS** tab, and include models and other artifacts.
Copy the location of models and artifacts stored in local files (`file://`) to the clipboard. Download models and artifacts in remote storage (for example `https://` or `s3`).
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"/>
Each plot supports plot controls allowing you better analyze the results. The table below lists the plot controls which may be available for any plot. Hover over a plot, and the controls appear.
| <imgsrc="/docs/latest/icons/ico-pan.svg"className="icon size-md space-sm"/> | Pan around plot. Click <imgsrc="/docs/latest/icons/ico-pan.svg"className="icon size-md space-sm"/>, click the plot, and then drag. |
| <imgsrc="/docs/latest/icons/ico-dotted-box.svg"className="icon size-md space-sm"/> | To examine an area, draw a dotted box around it. Click <imgsrc="/docs/latest/icons/ico-dotted-box.svg"className="icon size-md space-sm"/> and then drag. |
| <imgsrc="/docs/latest/icons/ico-dotted-lasso.svg"className="icon size-md space-sm"/> | To examine an area, draw a dotted lasso around it. Click <imgsrc="/docs/latest/icons/ico-dotted-lasso.svg"className="icon size-md space-sm"/> and then drag. |
| <imgsrc="/docs/latest/icons/ico-zoom.svg"className="icon size-md space-sm"/> | Zoom into a section of a plot. Zoom in - Click <imgsrc="/docs/latest/icons/ico-zoom.svg"className="icon size-md space-sm"/> and drag over a section of the plot. Reset to original scale - Click <imgsrc="/docs/latest/icons/ico-reset-autoscale.svg"className="icon size-md space-sm"/> . |
| <imgsrc="/docs/latest/icons/ico-zoom-in-square.svg"className="icon size-md space-sm"/> | Zoom in. |
| <imgsrc="/docs/latest/icons/ico-show-closest.svg"className="icon size-md space-sm"/> | Show the closest data point on hover, including horizontal and vertical axes values. Click <imgsrc="/docs/latest/icons/ico-show-closest.svg"className="icon size-md space-sm"/> and then hover over a series on the plot. |
| <imgsrc="/docs/latest/icons/ico-compare-data.svg"className="icon size-md space-sm"/> | Compare data on hover. Click <imgsrc="/docs/latest/icons/ico-compare-data.svg"className="icon size-md space-sm"/> and then hover over the plot. |
| <imgsrc="/docs/latest/icons/ico-logarithmic-view.svg"className="icon size-md space-sm"/> | Switch to logarithmic view. |
| <imgsrc="/docs/latest/icons/ico-ico-graph-legend.svg"className="icon size-md space-sm"/> | Hide / show the legend. |
| <imgsrc="/docs/latest/icons/ico-download-json.svg"className="icon size-md space-sm"/> | To get metric data for further analysis, download plot data to JSON file. |
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**.