> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/backoffice/adding-a-local-user.md).

# Add Portal Users

## Adding a new user

Under Advanced Settings > Configure > Admin users you can find the following form:

![Adding a local user form](/files/-LNIltJ1E1T4-uCL_UCk)

* **User Name** - the email of the local user which will be his username to login to the Appfront portal.
* **Password** - the password for this user.
* **Authorized Branches** - the locations this customer will be able to view and edit and whose customers he will be able to target with campaigns.
* **Permissions** - permissions that are enabled for this customer, if no permissions are added, the basic permissions include viewing activity log of transactions in the authorized branches and the ability to edit the location hours and visibility.

### Permission Levels

* Minimum
  * Open/close locations.
  * Change locations' opening hours.
  * Viewing the activity log and issuing refunds.
* Campaigns
  * The permissions of the Minimum level.
  * Editing and launching Campaigns.
* Locations
  * The permissions of the Minimum level.
  * Editing locations.
* Full
  * Full administrator access.

{% hint style="info" %}
All permission levels may be restricted to specific locations if needed, except Full admin level.
{% endhint %}

### Creating Full admin access

In order to grant a user full admin access, please create them as regular admins with no permissions and sent an email to <support@appfront.ai> to grant them full access.

## Editing an existing user

On the Admin Users page please find 🗑️and ✏️ - Delete and edit

![](/files/-LQiwNzUz5nXB7tChdOj)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://appfront.gitbook.io/portal/backoffice/adding-a-local-user.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
