> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/create-a-form/setup-a-form/savingform-and-disclosurestatus.md).

# 帳票定義の公開と保存

## **帳票定義の公開と保存**

帳票定義をサーバーへ保存する方法は 「保存する」 「公開する」 「テストする」 の３通りあります。

<div align="left"><figure><img src="https://3237210363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd8X0mqwp3tAAJZM8UeyH%2Fuploads%2FqkZ9bCzV1WQ0Z8w8NFtz%2Fimage.png?alt=media&amp;token=1febd696-9b11-453f-985b-2c3f22d736e6" alt="" width="563"><figcaption></figcaption></figure></div>

* **「保存する」**\
  サーバーに、公開ステータス「非公開」の帳票定義として保存します。\
  編集途中の帳票定義や、まだ「公開」しない帳票定義を保存する際に使用するメニューです。\
  「保存する」でサーバー保存する場合、帳票作成途中でも保存可能とするために、一部のエラーチェック処理が省略されます。

* **「公開する」**\
  サーバーに、公開ステータス「公開」帳票定義として保存します。\
  i-Reporterアプリから新規入力帳票を作成できる正式な帳票定義として運用開始する際に選択するメニューです。

* **「テストする」**\
  サーバーに、公開ステータス「テスト公開」帳票定義として保存します。\
  i-Reporterアプリ上でのテストや動作確認を行う目的で使用するメニューです。

  <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>「テスト公開」の帳票定義から作成する入力帳票は、運用前のテスト目的でのみご利用ください。</p></div>

{% hint style="success" %}
「公開する」 「テストする」 でサーバー保存する際は、エラーチェック処理が実行されます。
{% endhint %}

## **保存した帳票定義の場所**

保存した帳票定義は、それぞれ公開ステータスごとに表示されます。\
i-Repo Designer画面左側、帳票定義リスト上部にある、ステータスのタブを切り替えて確認します。

<div align="left"><figure><img src="https://3237210363-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd8X0mqwp3tAAJZM8UeyH%2Fuploads%2FeeKVWqdTOsXP27CpNyDH%2Fimage.png?alt=media&amp;token=c3b10f35-b528-49ac-a23d-17b8296fab1f" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://manuals.i-reporter.jp/create-a-form/setup-a-form/savingform-and-disclosurestatus.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.
