> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/genesis-overview.md).

# Genesis 개요

Autify Genesis는 QA 담당자가 테스트 설계나 사양서 작성 등의 작업을 효율화하기 위한 AI 플랫폼입니다. 작업의 기본 단위는 **워크스페이스**이며, 제품이나 용도별로 나누어 관리할 수 있습니다.

워크스페이스 안에서는 **리소스 및 컨텍스트**, **AI 어시스턴트**, **스페이스**, **워크플로**가 연동하여 QA 업무를 지원합니다.

## 워크스페이스

워크스페이스는 제품의 소스 코드·사양서·설계 문서 등의 리소스를 관리하고, AI 어시스턴트와 워크플로를 통한 QA 업무 효율화를 지원하는 작업 단위입니다. 조직 안에 여러 워크스페이스를 생성할 수 있으며, 제품이나 용도별로 나누어 관리할 수 있습니다.

### 워크스페이스의 구성

워크스페이스는 다음 4가지 영역으로 구성되어 있습니다.

| 영역             | 설명                                                       |
| -------------- | -------------------------------------------------------- |
| **리소스 및 컨텍스트** | GitHub 리포지토리 연결이나 파일 업로드를 통해 AI가 참조하는 리소스를 관리합니다.        |
| **AI 어시스턴트**   | 워크스페이스 안의 정보를 바탕으로 자연어로 질문하거나 작업을 요청할 수 있습니다.            |
| **스페이스**       | 테스트 케이스, 기능 목록, 시나리오 등의 구조화된 QA 데이터를 유형이 지정된 테이블로 관리합니다. |
| **워크플로**       | PRD, 사양서, 테스트 케이스 생성 등을 수행하는 AI 워크플로를 실행·관리합니다.          |

## 리소스 및 컨텍스트

리소스 및 컨텍스트에서는 AI가 참조하는 코드베이스나 파일을 워크스페이스에 등록하여 관리합니다. 등록한 정보는 AI 어시스턴트나 워크플로가 작업을 실행할 때 전제 정보로 사용됩니다.

자세한 내용은 [리소스 및 컨텍스트 개요](/features-ko/resources-context/resources-and-context-overview.md) 참조.

## AI 어시스턴트

AI 어시스턴트는 워크스페이스 안의 리소스를 토대로 대화하면서 정보 정리나 산출물 작성을 진행하는 기능입니다. 사양 확인이나 문서 초안 작성 등을 대화 형식으로 수행할 수 있습니다.

자세한 내용은 [AI 어시스턴트 개요](/features-ko/ai-assistant/ai-assistant-overview.md) 참조.

## 스페이스

스페이스는 테스트 케이스·기능 목록·시나리오 등의 구조화된 QA 데이터를 유형이 지정된 테이블로 관리하는 워크스페이스 탭입니다. 스페이스 안에서는 **컬렉션**(유형이 지정된 테이블)으로 데이터를 정리하고, 각 행의 컬럼을 자유롭게 정의하거나 하위 컬렉션으로 추가 데이터를 중첩하거나 모든 행의 변경 기록을 확인할 수 있습니다. 워크플로 및 AI 어시스턴트에서도 스페이스 데이터를 직접 읽고 쓸 수 있습니다.

자세한 내용은 [스페이스 개요](/features-ko/spaces/about-spaces.md) 참조.

## 워크플로

워크플로는 여러 처리 단계를 정의하여 정형 작업이나 생성 처리를 실행하는 기능입니다. 수동 실행이나 각종 트리거를 통해 반복적으로 발생하는 작업을 일정한 절차로 진행할 수 있습니다.

자세한 내용은 [워크플로 개요](/features-ko/workflow/workflow-overview.md) 참조.

## 참고 자료

* [내비게이션](/features-ko/navigation.md)
* [워크스페이스](/features-ko/settings/workspace-settings.md)


---

# 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://help.genesis.autify.com/features-ko/genesis-overview.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.
