# Protected Prompt Labels

Labels can be marked as protected to **prevent** accidental changes to production prompts. Protected labels block `viewer` and `member` roles from modifying or deleting them so only `admin` and `owner` roles can change which prompt version a protected label points to.

<div data-with-frame="true"><figure><img src="/files/dlUxlAaoKjPupvBoMi4p" alt=""><figcaption></figcaption></figure></div>

For example, protecting the `production` label means members can still create and iterate on new prompt versions, but can't change which version is actually serving traffic. This also blocks prompt deletion while the protected label is attached.


---

# 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.interactive.ai/settings/protected-prompt-labels.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.
