# Shared resources

Each resource in RBS is owned by an agency. For example, if you're a GovTech admin and you create a resource, the owner of the resource will be GovTech.

However, when creating a resource, you can choose to share the resource with other agencies. If you share a resource with other agencies, users of that agency will be able to make bookings for the resource.&#x20;

Here's an example of why you may want to share resources with other agencies:

* **The building you’re in is shared with other agencies**\
  If you’re in a [shared location](/knowledge-base/locations.md#shared-locations), you’ll likely want to share some or all of the resources in that location too. However, do note that resources will **not** be automatically shared with agencies that share the locations. You’ll have to configure that separately.

### Creating shared resources

Creating a shared resource is similar to creating any other resource in RBS:&#x20;

1. On the side navigation bar, select **Resources**&#x20;
2. Select **All resources**&#x20;
3. Select **Create resource** &#x20;

For the `Additional resource details` step, select **Yes** when asked if the resource is shared with other agencies. You’ll also be asked to select all agencies you're sharing the resource with.&#x20;

<figure><img src="/files/TuIF0ia2nPnUgbrkjjDY" alt="Screenshot of the RBS admin portal’s create resource flow, where the admin is asked if the resource they are creating is shared with other agencies."><figcaption></figcaption></figure>

### Shared resources or shared locations?

This table explains the differences between sharing a resource and sharing a location with other agencies.

| Type of sharing | Permissions and ownership                                                                                                                                                                                                                                                          |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Shared resource | <ul><li>Users in each agency can make bookings for the resource</li><li>Admins for each agency can manage those bookings</li><li>The agency that creates the resource will be the resource owner</li><li>Only the agency that creates the resource can edit the resource</li></ul> |
| Shared location | <ul><li>Admins for each agency can create resources in the location</li><li>Admins for each agency can edit the existing location, or add child locations.</li><li>No single agency owns the location</li></ul>                                                                    |

[Learn more about shared locations.](/knowledge-base/locations.md#shared-locations)

***

### More about resources

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/aLqNWI01ZhZkMKeKLjxN"><strong>Resources</strong> </a></td><td>An overview of how resources work in the Resource Booking System.</td></tr><tr><td><a href="/pages/teLzNCmbZkwzywbTQUR3"><strong>Combined resources</strong></a></td><td>Resources made up of other resources.</td></tr><tr><td><a href="/pages/MdPXfXrXZOIX5DRJpaXD"><strong>Types and subtypes</strong></a></td><td>Categories to organise your resources, so it's easier for users to find them.</td></tr><tr><td><strong>Resource presets</strong></td><td><ul><li><a href="/pages/B3XVAvqz7QksVfnZifqk">Additional services</a></li><li><a href="/pages/Y9t6D1XzwsVex4qDTnyZ">Availability</a></li><li><a href="/pages/jLdW9jT9XATHHl4pv4Gg">Booking usage</a></li><li><a href="/pages/UyFgmRKW4K95zwBOBEku">Built-in amenities</a></li></ul></td></tr></tbody></table>


---

# 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://help-admin.rbs.dwp.gov.sg/knowledge-base/resources/shared-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.
