> For the complete documentation index, see [llms.txt](https://rembrandt.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rembrandt.gitbook.io/docs/use-case-guide/use-case-resources.md).

# Use Case: Resources

{% hint style="success" %}
You should now see resource instances that were imported at start up, including a microdepot, three receivers, as well as two deliverers. If not, click [here](http://localhost:3000/#/organization/resources).
{% endhint %}

![Resource instances pre-defined in the scenario](/files/-MctRvgaJzG0IEphR1s-)

To explore the resource instances, click on a resource of the type *Receiver*. You will now see the different attributes of the resource, such as the street name, the wish-timeframe (wtf), and the city. Some attributes are not filled, as they are optional and not required in this use case.

We will now add another receiver, i.e., a parcel, to our scenario. For this, first copy the value of the *wtf* attribute of the current instance (make sure to include the curly brackets):

```
{\"start\":\"2019-03-30T12:00:00.000Z\",\"end\":\"2019-03-30T14:00:00.000Z\"}
```

Now, click on **Create another Instance** on the right, and a form with all available attributes for the resource type *Receiver* will be displayed. Paste the value to the *wtf* field and fill in an address. The other attributes, *grossWeight*, *length*, and *width* do not need to be filled. It is advisable to choose an address close to the other instances here as well, for example:

```
streetName:   August-Bebel-Straße
streetNumber: 46
zip:          14482
city:         Potsdam
```

{% hint style="info" %}
Please note that all adresses in this scenario exist but were drawn randomly and are in no way related to this project, its authors, institutions, etc.
{% endhint %}

![Adding another receiver to the scenario](/files/-MctVh5zz_weuSEFwQE6)

Now, click on **Create Resource** and you will be redirected again to the overview of resource instances.

{% hint style="success" %}
You should now again see the overview of currently configured resource instances, now showing four different instances for the type *Receiver*. If not, click [here](http://localhost:3000/#/organization/resources).
{% endhint %}

Of course, you can also further explore the other resource instances, or even add your own resource types and instances by following the steps in the [general user guide](/docs/user-guide-1/resource-management.md). If you are ready, you can proceed to the next step.
