# Service Resources View

In Connectware, resources are the foundation of a service. You can monitor and configure all resources for your services, such as containers, volumes, connections, endpoints, or mappings.

For each resource, you can either see the configuration for all services in the **Service Resources** view or for an individual service in their respective **Service Details** view.

* To open the **Service Resources** view, click **Services** on the navigation panel and click **Service Resources**.

<figure><img src="/files/7dr39xHA1eBAxYvjizvY" alt=""><figcaption><p>Resources menu</p></figcaption></figure>

There following resource views are available:

* [Service Links View](/1-10-1/documentation/services/service-resources-view/service-links-view.md)
* [Servers View](/1-10-1/documentation/services/service-resources-view/servers-view.md)
* [Containers View](/1-10-1/documentation/services/service-resources-view/containers-view.md)
* [Volumes View](/1-10-1/documentation/services/service-resources-view/volumes-view.md)
* [Connections View](/1-10-1/documentation/services/service-resources-view/connections-view.md)
* [Endpoints View](/1-10-1/documentation/services/service-resources-view/endpoints-view.md)
* [Mappings View](/1-10-1/documentation/services/service-resources-view/mappings-view.md)

## API Definition for Resources

The API definition for resources are available here: [API Definition](/1-10-1/documentation/api-reference/api-definition-3.md)


---

# 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.cybus.io/1-10-1/documentation/services/service-resources-view.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.
