# Manage Employees

To manage employees, go to app admin -> **Employees** in the left menu. Here you can add, delete, edit for employees.

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

## Add an employee

To add an employee, follow these steps:

1. Go to **Employees** -> Click the **Add Employee** button
2. Add full information for new employee
3. Click the **Save** button

![](/files/VB8Yn1JNZiVvKh2Q4AxL)

## Edit an employee

To edit an employee, follow these steps:

1. Go to **Employees** -> Select the employee and click on the edit icon
2. Change any employee information
3. Click the **Save** button

![](/files/z7IvJFh09gtVBAZGc3zB)

## Delete an employee

To delete an employee, follow these steps:

1. Go to **Employees** -> Select the employee and click on the delete icon
2. Confirm employee deletion


---

# 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://apm-guide.storeify.app/manage-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.
