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

# Project Group Management

## Overview

You can manage **`Project groups`**&#x61;nd **`Projects`** through the **`Project`** menu on the top of the page.

The Project page consists of **`Project Group`**&#x6D;anagement, and **`Project`** management as shown below.

It allows users of your company to participate in projects, and manage the authorization through roles by projects.

![Project Management page Overview](/files/-MDwJTDo12uWOimbWG-M)

When you enter the first page, you can see the entire project list.

![](/files/-MDYaceG9d_Y7k9DeMta)

## Project Group Management

The search bar on the left allows you to search and move **`Project Groups / Projects`** easily.

Through a search field at the left-top, you can easily search / create / edit **`Project Group Tree`**

![](/files/-MDYg6CGeRRNzN4Ymj_O)

### View Project Group

When **`All Project`** is selected, the list of all projects are shown at once. You can select a target project to navigate to the **`Project Dashboard`**.

![Project Group > All Project](/files/-MDwK64q2Zmr2DJe8oKB)

If you select each **`Project group`**, you can view the project list that belongs to that project group.

![Project Group을 선택한 경우](/files/-MDwKvjGFMQ4Yqa8kagR)

### Create Project Group

You can create a **`Project Group`** through the **`Create`** button at the top.

![Project Group Create 버튼](/files/-MDwLOUU1bLdbuBOKUmE)

![Create Project Group](/files/-MDwLgkTRcYQy6FXtDMS)

**`Project Group`** can have hierarchical relationships. If you are creating a **`Sub Project Group`** under a parent **`Project Group`**, select it as follows:&#x20;

![Sub Project Group 입력 화면](/files/-MDwOADbblJp8kjRMPZh)

###

### Edit / Delete Project Group

If you want to edit or delete the Project group, Click the  **`⚙`** button at the right top of the page.

![Project Group 변경/삭제](/files/-MDwPAsOXdKKwXxnnGt6)

![Update Project Group](/files/-MDwPHhHbUwwqGfTmpm8)

To delete a project group, you must delete all of the projects in the target group in advance.

![Delete Project Group](/files/-MDwPOPCZZxuzltbvW5W)

## View Project&#x20;

To see details of the project, select the project group.

![Project List](/files/-MDwQvenL3vs8nVmTEdW)

You can see briefly how many **`Server / Cloud services`** each project has. You can also check your Cloud **`Service Account Type`**.&#x20;

![](/files/-MDwRVDJdJCloZTGgkPP)

## Search Project Group&#x20;

**`Search Bar`** enables quick movement to **`Project Group / Project.`**

![Project Search Bar](/files/-MDwSbRx32-i3a9OrZw9)

**`Search bar`** enables you the following actions: &#x20;

* Search **`Project Group / Project`** by the simple keywords.
* Link to the project page&#x20;
* Show all projects if you click the **`more`** button.


---

# 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-group-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.
