# UiPath® Studio

> To export your trace diagram as a XAML robot prototype and continue implementing it directly in **UiPath Studio**, access **Export** and select **Automation skeleton (.xaml)**.

To export your trace diagram as a XAML robot prototype and continue implementing it directly in **UiPath Studio**, access **Export** and select **Automation skeleton (.xaml)**.

## Project display in UiPath Studio

:::note
It can take up to 2 minutes for **UiPath Studio** to open and load the information.
:::

The `XAML` file is opened as a new [Project](https://docs.uipath.com/studio/standalone/latest/user-guide/about-automation-projects) and is displayed as a [Flowchart](https://docs.uipath.com/studio/standalone/latest/user-guide/flowcharts).

![Project display in UiPath Studio](https://dev-assets.cms.uipath.com/assets/images/task-mining/task-mining-project-display-in-uipath-studio-133105-712d835c-f94cf189.webp)

:::note
Task Mining supports the following types of input: [Type Into](https://docs.uipath.com/activities/other/latest/ui-automation/n-type-into), [Click](https://docs.uipath.com/activities/other/latest/ui-automation/click) , and [Send Hotkey](https://docs.uipath.com/activities/other/latest/ui-automation/send-hotkey). For **Type Into**,only the first key input is saved and exported to Studio.
:::

Select an action, to check out its **Properties** displayed on the right-hand side of the page.

![Properties of an action in UiPath Studio](https://dev-assets.cms.uipath.com/assets/images/task-mining/task-mining-properties-of-an-action-in-uipath-studio-131001-64b10af8-dd7f653c.webp)

Continue your design and implement your automation in **Studio**. For more details on working with **Studio**, please check the [UiPath Studio Guide.](https://docs.uipath.com/studio)

### PII Masking

Task Mining detects the pattern of the typed keystroke and masks sensitive information (, names, email addresses, etc) with the * symbol and for numeric inputs (phone numbers, dates, etc) with 99999. It's recommended to verify the activities in your exported Studio projects.
