# Users & Permissions

## Managing and viewing Webshop Users

To manage Webshop Users go to the Users Page from your main application.&#x20;

{% hint style="success" %}
Home / Links / Site Manager/Users: <https://farm.unosof.com/index.cfm?event=Users.List>
{% endhint %}

![Unosof Users Page](/files/-M11B63z26s0L50rIuta)

This is the primary page for creating, editing, and viewing all users, including Webshop users.&#x20;

Here you are able to search existing Users using various filters such as Warehouse, default home page, or status.&#x20;

Clicking the search button will search based on the criteria provided.&#x20;

{% hint style="success" %}
It is possible to also search by any criteria, typing a keyword in the Search Bar.
{% endhint %}

## Creating a New User

To create a new user for your customer, click the Add a New User button in the upper left corner of the page.&#x20;

![Add a New User Button](/files/-M11GXRpUICFvovTUash)

{% hint style="info" %}
Clicking this button brings up the User Form.
{% endhint %}

![](/files/-M11PzOICQxz_9XWu3r6)

This is where the information of a new User can be entered.  Please note to complete the following fields as followed:

* Default Work Area: Customer.
* Customer: Select the Billing Customer from the user.&#x20;

{% hint style="info" %}
All information such as credit terms, credit limits, contact information, addresses, etc from your main Unosof application gets synchronized with the webshop.
{% endhint %}

* Ship Customer: Select All Ship Customers or specific ones that the user is allowed to buy.
* User API Key: Generate an ID for the new user by clicking on the Generate button.

Once all information has been entered, click on the **Save** button to save the Webshop User

## Managing User Permissions

To manage Webshop Users' permissions go to the User Permissions Page from your main application.&#x20;

{% hint style="success" %}
Home / Links / Site Manager/Users: <https://farm.unosof.com/index.cfm?event=UsersPermissions.List>
{% endhint %}

Select the Webshop User and click on the Search Permissions in the upper right corner of the page.

![User Permission Page](/files/-M11Xk82I7TXOka5rPHP)

Here, type the word ECOM in the Category Filter bar and set the permissions according to the user's profile. Once the permissions have been set, click on the Save User Permissions button.

![Webshop User Permissions](/files/-M11gPHHxIdDweYrTmMO)


---

# 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://webshop.unosofbooks.com/webshop-admin/users-and-permissions.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.
