# Add employees

Adding employees on Harpe is easy, and the first important step in setting up your ISMS. We recommend adding all employees before doing anything else to ensure a smooth experience.

1. Go to your organisation's Harpe page.
2. On the left hand side, there is a sidebar giving you a list of things you can manage on Harpe. Click `People` to manage your employees list
3. You should see a page looking similar to this - Your user will already be populated. To add another employee click the `Add Person` button.&#x20;

   <figure><img src="/files/nJd4ux8Yf3iHxu4ExTDd" alt=""><figcaption><p>Harpe's <code>People</code> page</p></figcaption></figure>
4. From here you can add an employee, fill in the required details and when you are done you can click the `Add` button. If you wish to cancel making an employee, click the `X` button in the top-right corner of the window. Here is what the `Add Person` panel looks like:&#x20;

   <figure><img src="/files/3Wxw2uRNxC6yadvPrstX" alt=""><figcaption><p>Harpe's <code>Add Person</code> form</p></figcaption></figure>
5. When you have filled in the information and saved the changes, your employee will be added. Repeat this process until you have successfully added all employees!


---

# 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://manual.harpe.io/start/getting-started/set-up-your-isms/add-employees.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.
