# Introduction

Your WizStudio deployment includes a central dashboard that provides quick access to the Kubeflow components deployed in your cluster. The dashboard includes the following features:

* Shortcuts to specific actions, a list of recent pipelines and notebooks, and metrics, giving you an overview of your jobs and cluster in one view.
* A housing for the UIs of the components running in the cluster, including **Pipelines**, **Katib**, **Notebooks**, MLFlow, Airbyte and more.
* A [registration flow](https://www.kubeflow.org/docs/components/central-dash/registration-flow/) that prompts new users to set up their namespace if necessary.

### Overview of Kubeflow UIs <a href="#overview-of-kubeflow-uis" id="overview-of-kubeflow-uis"></a>

The Kubeflow UIs include the following:

* **Home**: Home, the central hub to access recent resources, active experiments, and useful documentation.
* **Notebook Servers**: To manage [Notebook servers](https://www.kubeflow.org/docs/components/notebooks/).
* **Models**: To manage deployed [KFServing models](https://www.kubeflow.org/docs/components/kfserving/kfserving/).
* **Volumes**: To manage the cluster’s Volumes.
* **Experiments (KFP)**: To manage [Kubeflow Pipelines (KFP)](https://www.kubeflow.org/docs/components/pipelines/) experiments.
* **Pipelines**: To manage KFP pipelines.
* **Runs**: To manage KFP runs.
* **Recurring Runs**: To manage KFP recurring runs.
* **MLFlow**: To track ML Metadata, Experiments and register Models.
* **Airbyte**: To configure and execute data ETL jobs.
* **Manage Contributors**: To configure user access sharing across namespaces in the Kubeflow deployment.

The central dashboard looks like this:

![Kubeflow central UI](https://www.kubeflow.org/docs/images/central-ui.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.litwizlabs.ai/wizstudio/kubeflow/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
