> For the complete documentation index, see [llms.txt](https://spaceone-dev.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceone-dev.gitbook.io/user-guide/inventory/cloudservice-beta.md).

# CloudService

## Overview &#x20;

Using various plugins in SpaceONE marketplace, Many cloud resources can be managed conveniently

![](/files/-ME1tnRfe4lhnhRZOxUH)

## Cloud Provider List

Cloud Resource by cloud provider. Now AWS/GCP/Azure are available.

![](/files/-ME20N8V7blKNYeWeE6w)

## Cloud Resource List

Total list of collected cloud resources.

User can navigate to detailed page by clicking each cloud resources.

![](/files/-ME29UM_d5ewSKKPi63F)

### Detailed Status

User can check detailed informations of each cloud resource

Relative information by each cloud resources can be viewed in one screen

![](/files/-ME2AIpU9nYWCjWY3BkI)

## Search bar

User can search resources they need using keywords.

By combination of keywords, resources can be searched by service type/region/projects/accounts.&#x20;

![Searching by Cloud Service Group](/files/-ME2BtHcklhsv47t02aT)

![Searching by Projects](/files/-ME2C4ZrUioSi94Uy7SO)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://spaceone-dev.gitbook.io/user-guide/inventory/cloudservice-beta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
