> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmo/frequently-asked-questions/why-can-i-not-edit-certain-resources-as-admin-while-scoped-to-s.md).

# Why Can I Not Edit Certain Resources as Admin While Scoped to 'service' Tenant?

## Problem

An admin user scoped to the 'service' tenant is not able to perform certain operations for instances residing in another tenant. As seen in the Screenshot, the **demo-0\*** instances are launched in the 'Support' tenant while we are attempting to edit them while scoped to the service tenant.

<figure><img src="/files/Hqgb0dGDNAhZkGodaayR" alt="Screen_Shot_2020-01-30_at_2.16.21_PM.png"><figcaption><p>Screen_Shot_2020-01-30_at_2.16.21_PM.png</p></figcaption></figure>

## Environment

* Platform9 Managed OpenStack - All Versions

## Answer

Certain OpenStack operations require you to be scoped to the tenant whose resources you want to edit. Switch to the tenant where the instances/resources you want edit reside in and retry the operation.

<figure><img src="/files/u1Ub2MwzlmAs80N4VwbR" alt="Screen_Shot_2020-01-30_at_2.12.02_PM.png"><figcaption><p>Screen_Shot_2020-01-30_at_2.12.02_PM.png</p></figcaption></figure>


---

# 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://platform9.com/kb/pmo/frequently-asked-questions/why-can-i-not-edit-certain-resources-as-admin-while-scoped-to-s.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.
