> 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/general-user.md).

# Basic Setup

## Sign-in

**STEP 1:** Drive to the domain of **SpaceONE** on the browser and type the given ID and Password.

![](/files/-MSbHfuUB0BXup5mxPXw)

## Create My Project Group and Project

{% hint style="info" %}
**General User** has a permission to control only the project group/project which they belong to.&#x20;
{% endhint %}

**STEP 1:** Drive to menu **`Project`** at top bar and click **`+ Create`** button as below.

![](/files/-MSkhwnYn85T4p0NOYrq)

**STEP 2:** Name **`Group`** at top bar and click **`Confirm`** button as below.

![](/files/-MSbHmKRbvN-pBUfeskG)

**STEP 3:** Select Project Group that you created in the previous step and click **`+ Create Project`** at the top right corner of the page. Name project and then click th&#x65;**`Confirm`** button. (sample case: **SpaceONE-DEV**)

![](/files/-MSbI5Dny60ZljwVEWae)

**STEP 4:**  Click **`+ Create Project`** at the top right corner of the page and then name project with a different name for your own use and then click **`Confirm`** button. (sample case: **SpaceONE-PRO**)

![](/files/-MSbI8Z30UB8skNPoVsa)

**STEP 5:**  Check 2 sample Projects (**SpaceONE-DEV, SpaceONE-PRO**) have created under **SpaceONE** project group.&#x20;

desc&#x20;

![](/files/-MSbIc_4ABwTPSTKnrt3)

## Register Service Account

Service accounts must be registered to run collectors which getting cloud resources from public clouds.

\
**STEP 1:** Drive to menu **`Identity > Service Account`** from the top bar and Click AWS from the provider panel on the left side menu.\
Click **`+ Add`** button to add AWS service account.&#x20;

![](/files/-MSbO_ZuXbHggx4XoEvb)

**STEP 2:** Fill out the name of Service Account and Account ID on base information fields. Please, fill out your **AWS Access Key** and **AWS Secret Key** as well.&#x20;

{% hint style="info" %}
Please, Click links at Help for AWS Users panel if you have any issue to get Account id, Assume role, and AWS access key.&#x20;
{% endhint %}

![](/files/-MSky6jO78UXv0g3WECX)

**STEP 3:** Please, select a project that you want to map with your service account. \
We highly recommend mapping a project with Service Account for cloud resource management purposes.

![](/files/-MSbOmwro_Bm7f9KJkUb)

All cloud resources under the Service Account that you registered above will be shown on the selected project and  I**nventory** menu.

## Collect Resources

**STEP 1:** Drive to menu **`Plugin > Collector`**  at the top menu bar.&#x20;

![](/files/-MSl1OESexWcoz7UvF6I)

**STEP 2:**  Select collector and  Select collect data from drop down option on Action.&#x20;

![](/files/-MSbQ9TwC_-mmyDQF-pM)

**STEP 3:**  Click **`Confirm`** button on **Collect Data** pop-up window.

![](/files/-MSl308EQtqFB_k47jMt)


---

# 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/general-user.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.
