# User Accounts

Create login credentials and set access permissions for staff.

* Give people their own username and password
* Decide what each person can see and do
* Change permissions anytime as roles change

### 1. Open Staff

From the main dashboard, click **Staff**.

### 2. Activate the Account

Select the staff member and click **Activate this account**.

![Activating an account.](/files/motEgUmok3RnyoA8E3in)

### 3. Set Login Credentials

Enter a **username**, **password**, and **email**. Click **Save**.

![Setting up login credentials.](/files/38L1zZG1hXkHvEjqYOuC)

### 4. Set Access Rights

Assign which **workspaces** (e.g., Administration, Teacher Portal) and **roles** (e.g., Teacher, Bursar) they can access.

![Setting access rights.](/files/n9BhZziRpqVCOAagQ5bD)

Access rights can be changed anytime to match the person's current responsibilities.


---

# 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.eskool.fr/en/school-setup/staff/staff.account.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.
