# Create an AD Service Account for Epiphany

You will be creating a group policy object (GPO) to provide access to the data for the user account created for Epiphany. First you will create a standard user account within your Windows AD environment. For information on creating a standard user account in Windows AD, please refer to the Microsoft technical documentation for your version of Windows or refer to the steps below.

#### Step 1:&#x20;

* In Windows AD, select **Start**, select **Administrative Tools**, and then select **Active Directory Users and Computers** to start the Active Directory Users and Computers console.&#x20;
* Select your domain name and expand its contents.&#x20;
* Right-click **Users**, select **New**, and then select **User**.&#x20;

#### Step 2:&#x20;

* Type the first name, last name, and user logon name of the new user.
* Select **Next**.&#x20;

#### Step 3:&#x20;

* Type a new password, confirm the password, and then select the following check boxes:&#x20;
  * [ ] **User cannot change password**
  * [ ] **Password never expires**
* Select **Next** .
* Review the information that you provided, and if everything is correct, select **Finish**.&#x20;


---

# 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.reveald.com/technical-documentation/data-sources/windows-ad/create-an-ad-service-account-for-epiphany.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.
