# Attribute privileges

#### Attribute privileges&#x20;

{% hint style="info" %}
This feature is not available in all pricing plans.
{% endhint %}

Attribute privileges, think about it as an exclusive club you only can get into by being on the list. We implemented that idea into our PIM system. Now you can limit who and what can see or do in your system. Maybe you want your SEO team to only have access to specific attributes, or someone from marketing to be able to change product descriptions, but not be able to mess with what SEO is already done. Now it’s all possible thanks to attribute privileges.

So how does it work? The first thing you need to know is that from now on, all attributes must be assigned to an [attribute group](/product-design/attribute-groups.md). One attribute can be assigned to one attribute group only.

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

Second thing is that you need to set up User roles and add users to them. It’s easier to set up right to a role than to every user one by one.

<figure><img src="https://lh3.googleusercontent.com/diIVtXneH9CgJEo1XQnHMwvEz62ffJlXCgGu68zyrDJN_WvpVnGCWYnOvBNoSaE8ogc9U5iNQJHOu5Rj2sqKYSV4d5SI7PK9PTQwy1XLdt4wpBYW3LG_WRgxjVNOm6zF-j8fCg36HlCvCzoy9JYjkOs" alt=""><figcaption></figcaption></figure>

Here, you can assign edit and / or read rights to the attributes group. That means that if you choose to do so, you may give some users the right to edit or fulfill some attributes and some can be set up as read-only. Of course, you may choose some roles to not be able to do both. In this case, simply uncheck both boxes. Users with those roles will see something like this when they open the [Product catalog](/products/catalog.md).

<figure><img src="https://lh6.googleusercontent.com/qAELVMgnVxecemVyOAzvYu9sn7SOZ_pf754pBumRPtAcAChT5hVQrJzOSwqtnshDXlurofI5gwqa47Q-_AADPtFHQrQ3z9ov-8W8X5SQ9zfo1Za-7Yy16m9sXp0W9BMODS5fEuLZA7VBOm697BQlYsw" alt=""><figcaption></figcaption></figure>

There's also the "Privileges to all attribute groups" option. If you click that, that user role will get instant read and write permission to all attributes, even those created in the future. If this stays off (default) you will need to set up permissions for all newly created [attribute groups](/product-design/attribute-groups.md) manually.

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


---

# 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://usermanual.ergonode.com/system/user-roles/attribute-privileges.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.
