# Update Resources

Every resource can be updated to your environment changes. There are immutable attributes such us the res-id, but every other attribute you specified when creating is variable at any time. This way we can:

* Enable / Disable an instance
* Change the vm/instance ID if you redeployed the resource and the reference changed
* Change the name according to your current preferences
* Change the comment

{% hint style="info" %}
For any Resource Update it is recommended to leave at least a "Edition comment". This way it is traceable. A Service Now REQ/TASK, Jira Issue, etc.
{% endhint %}

Just follow this simple steps:

* Open your desired plan from the Plans menu
* Click on the "edition" icon on the left side of the resource

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

* In the Pop Up box, change whatever you need and then click on \<Edit>

<figure><img src="/files/98KXkRjTCD9Hy2iMoMD7" 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://docs.cloudplans.io/organization/plans/update-resources.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.
