> 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/spaces/manage-rows.md).

# 행 관리

스페이스 컬렉션에 행을 추가·편집하고 변경 사항을 추적합니다.

{% hint style="info" %}
이 기능은 일부 고객부터 순차적으로 공개되고 있습니다.
{% endhint %}

## 행 추가

1. 행을 추가할 컬렉션을 엽니다.
2. 테이블 하단의 **추가**를 선택합니다.
3. 필수 필드(필수로 표시된 필드)와 선택 필드를 입력합니다.
4. **저장**을 선택합니다.

## 행 열기 및 편집

1. 컬렉션 테이블에서 행 제목을 선택하거나 행의 **열기**를 선택합니다.
2. 행 세부 보기에 모든 필드가 표시됩니다. **편집**을 선택하여 변경합니다.
3. 필드를 업데이트하고 **저장**을 선택합니다.

## 행 보관

1. 행 세부 보기를 엽니다.
2. 행 메뉴(⋯)에서 **행 보관**을 선택합니다.
3. 작업을 확인합니다.

{% hint style="info" %}
보관한 행은 컬렉션 테이블에서 숨겨지지만 데이터베이스에 유지됩니다. 행의 기록에서 찾아 복구할 수 있습니다.
{% endhint %}

## 행 기록 확인

저장할 때마다 새 버전이 생성됩니다. 이전 버전을 확인하려면 다음 단계를 따르세요.

1. 행 세부 보기를 엽니다.
2. **기록** 탭으로 전환합니다.
3. 버전 목록을 확인합니다. 각 항목에는 버전 번호·변경자·변경 일시가 표시됩니다.
4. 버전의 **보기**를 선택하면 해당 버전의 필드 값을 확인할 수 있습니다.

## 이전 버전 복원

1. 행 세부 보기를 열고 **기록** 탭으로 전환합니다.
2. 복원할 버전을 찾아 **복원**을 선택합니다.
3. 행의 현재 값이 해당 버전의 값으로 대체되고 새 버전으로 기록됩니다.

## 참고 자료

* [스페이스 개요](/features-ko/spaces/about-spaces.md)
* [스페이스 및 컬렉션 관리](/features-ko/spaces/manage-spaces.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/spaces/manage-rows.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.
