# Post Installation Checks

## Service Status

Open services.msc to validate that the **2Pint Software Stifler Client** service is installed and running, or run the following PowerShell command and validate that the service is present and running:

```
Get-Service -Name StifleRClient | Select Status
```

Validate the following output:

<figure><img src="/files/J4D3lWvRxe6ncD0M13L7" alt=""><figcaption></figcaption></figure>

## Event Logging

To validate that the StifleR Server Event Logging structure has been created, execute the following PowerShell command:

```
Get-WinEvent -ListLog TwoPintSoftware-StifleR.ClientApp* | Where-Object { $_.RecordCount }
```

Validate the following output:

<figure><img src="/files/qsF8rG3UxFAXYa6zaQ5P" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.2pintsoftware.com/stifler/2.10/installation/client/post-installation-checks.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.
