# Managing administrators

Administrator users have the **Staff status** checkbox checked. Only administrators can log into and work with the admin interface.

## Allowing a user to log into the admin interface

To give another user permission to use the admin interface:

1. Open the admin interface
2. Click **Users**
3. Find the user you would like to give permission to and click on their username
4. Under **Permissions**, ensure the **Staff status** checkbox is checked.
5. Click **Save**

To remove the staff permission, uncheck the checkbox and click save.

## Listing administrator users

To see which users can log into the admin interface:

1. Open the admin interface
2. Click **Users**
3. From the Filter panel on the right, click **Yes** under **By staff status**

The system will show you all the users which can log into the admin interface.


---

# 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.laws.africa/administration/managing-administrators.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.
