> ## Documentation Index
> Fetch the complete documentation index at: https://pulse.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Getting started with Pulse UI

<img className="rounded-md" src="https://mintcdn.com/pulse/0ozzJG8mQXoMj_ru/images/ui.png?fit=max&auto=format&n=0ozzJG8mQXoMj_ru&q=85&s=1ea94ba77ec7079d73a0f85fec9a4d4b" width="3013" height="1895" data-path="images/ui.png" />

## Installation

<Steps>
  <Step title="First Step">
    Add <a href="https://www.nuget.org/packages/AspNetCore.Pulse.UI" target="_blank">AspNetCore.Pulse.UI</a>  and <a href="https://www.nuget.org/packages/AspNetCore.Pulse.UI.Client" target="_blank">AspNetCore.Pulse.UI.Client</a> to your project
  </Step>

  <Step title="Second Step">
    Add some check package and configure the UI on Startup file:

    ```csharp theme={null}
        services
            .AddHealthChecksUI()
    ```
  </Step>

  <Step title="Third Step">
    Open pulse UI [https://localhost:5001/healthchecks-ui](https://localhost:5001/healthchecks-ui)
  </Step>
</Steps>
