> 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/project/project-management.md).

# Project Management

## Overview&#x20;

**`Project`** page allows you the following actions:

* **View and edit projects.**&#x20;
* **View project details** : View summary, member and tags.
* **Project Dashboard** : Overall usage of the project.

![Project Management Overview](/files/-MDx8qZ2DNVlg5QgxW_2)

**Usage by resource classification**

![](/files/-MDxAsA65R-TXaWkRrvw)

* You can check cloud resources by classification. Click each icon to go to the detailed information page.

### General

**Compute Type**

**Region**

![](/files/-MDxBvacNVVrG2nnOvrn)

Check the Cloud Resource status distributed by region.

### **Billing**

**Trend**

### Personal Health Dashboard

###

### Service Accounts

![](/files/-MDxCeyrdX9wRoFEpSol)

You can check the resource usage by `Service Account` that belong to the project. Also, you can check the amount of **`Credential`** registered.

### Daily Updates

**`Daily update`** shows the history of changes in your cloud resources so far. Click to go to the detailed status page.

###

![](/files/-MDxBU2EGwoZMvXeaNRq)

####

#### Cloud services

#### Trusted Advisor

## Member

Register **or** delete users who can view and manage the project. The users should be registered as a **`Project Admin`** in advance.

![Project Member 관리화면](/files/-MDxNBdoUt7EA18Qrfpl)

### Add member

When you click the **`Add`** button, you can see to the **`Add User`** page. You can add multiple users at once.

![Add users to project](/files/-MDxMImYGzN_gfz0sNXq)

### Delete member

Select the user and click the **`Delete`** button to delete member.

![Delete member](/files/-MDxlTNK04ljIQUFhQoX)

## Tag

You can **`add`** or **`delete`** Tags in your project.

![](/files/-MDxlu158LRnSvUPOUQE)

Click the ***`Edit`***&#x62;utton to delete or add Tags, and Click **`Save`**  button.&#x20;

![](/files/-MDxmTZUDYa8cdUpbTAE)


---

# 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/project/project-management.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.
