# Add Reources

The Plan is the container for resources. You can add reources to a plan and the same resource can be present in more then one plan at the same time.

{% hint style="info" %}
More than one plan can have the same resources with different schedules
{% endhint %}

* Open the plan edition from the Menu ([steps are here](/organization/plans/update.md))
* Click on the "+" icon to ad resources

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

* In the Pop Up box, select the Cloud Provider and fill in the blanks with the desired data

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

* Some data is needed:
  * AWS:
    * Instance ID
    * Instance Name: Not mandatory
    * Region
    * Credential: Not mandatory
    * Status
  * Azure:
    * VM ID
    * VM Name: Not mandatory
    * Resource Group
    * Credential: Not mandatory
    * Status
  * GCP:
    * Instance Name: Not mandatory
    * Self Link
    * Credential: Not mandatory
    * Status
  * Common:
    * Comments: Not mandatory

{% hint style="info" %}
It is possible to create Instances with no Credential associated. The status will be "Inactive" and it is not possible to enable it until you specify a Credential.
{% endhint %}

Once the resource is created, you can change the order of the resources (useful if you need to set the Dependancy setting enabled)

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

When a resource list is altered, you have to "push" the new sorted list. All you have to do is:

* Push on the green check button on the top of the resources list

![](/files/nsbEGbBjlaUONDhBZdgS)&#x20;


---

# 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/add-reources.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.
