> 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-ja/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-ja/spaces/about-spaces.md)
* [スペースとコレクションの管理](/features-ja/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-ja/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.
