# Open the MLflow UI (/docs/guides/developer-workspace/mlflow/open-mlflow-ui)



The MLflow UI is accessible directly from the BullSequana AI Developer
Workspace. You don't need a separate login: authentication uses the same
Keycloak single sign-on session as the rest of the platform.

Open MLflow [#open-mlflow]

In the Developer Workspace sidebar, select <kbd>MLflow</kbd>. The MLflow UI opens in
a new browser tab.

From the MLflow UI you can:

* Browse and compare experiment runs across personal and shared experiment
  spaces.
* Inspect logged parameters, metrics, tags, and artifacts for each run.
* View, compare, and manage model versions in the Model Registry.

Next steps [#next-steps]

* [Track experiments](track-experiments) from a dev environment.
* [Register models](register-models) to the Model Registry.
