# Getting Started

In order to get up and running with Lithnet Password Protection, you'll need to complete the following steps

* [Install the module](https://docs.lithnet.io/password-protection/1.0/installation/installing-the-module) You'll need to download and install the application on your writable domain controllers to enable password filtering. You can also install the application on other servers to allow you to use the PowerShell cmdlets and manage the password settings via group policy.
* [Create a new store](https://docs.lithnet.io/password-protection/1.0/installation/create-a-new-store) If you plan on using the compromised password functionality, then once the module is installed you'll need to create the database that contains the compromised passwords. You can use PowerShell to import compromised passwords from data sets such as the haveibeenpwned.com pwned password list.
* [Test the password filter](https://docs.lithnet.io/password-protection/1.0/installation/testing-the-password-filter) Once filter has been installed and configured, you can start testing the password filter.
* [Audit existing passwords](https://docs.lithnet.io/password-protection/1.0/installation/audit-existing-passwords) As an optional step, you can test the passwords of all existing users in your domain, to see if any of them are in the compromised password store. As these passwords have already been converted to a one-way hash in the Active Directory database, you cannot test other policies such as length and complexity against them.
* [Event logging and reporting](https://docs.lithnet.io/password-protection/1.0/installation/event-logging-and-reporting) Understand the events logged by the password filter, so you can audit and report on password change results.


---

# 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.lithnet.io/password-protection/1.0/installation/setup-guide.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.
