# Attribute scopes

You can add or update attribute scopes through [Product model setup](/pim3/reference/product-model-setup.md) > [Attribute scopes](/pim3/tutorials/example-projects/attribute-scopes.md).

Attribute scopes can be set on attributes through [Attributes page](/pim3/reference/product-model-setup/attributes/attribute-details.md#scopes).

### Add a new attribute scope

1. Click "Create attribute scope"
2. Set Alias
3. Click "Add attribute scope"

### Edit attribute scope

1. Click "Edit"-icon
2. Set Alias
3. Click "Check"-icon

### Delete attribute scope

1. Click "Delete"-icon
2. Confirm delete

{% hint style="info" %}
**Note** Attribute scopes can only be deleted if not used on any attributes
{% endhint %}


---

# 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.struct.com/pim3/reference/product-model-setup/attribute-scopes.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.
