> For the complete documentation index, see [llms.txt](https://cimtops.gitbook.io/video-contents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cimtops.gitbook.io/video-contents/no/read-me.md).

# READ ME

## 📁 帳票定義の更新

公開した帳票定義を修正する場合、更新（リビジョンアップ）を行う必要があります。

帳票定義を更新するまでの流れを各種動画内でご案内します。

<figure><img src="/files/uIRhtMubw0FVsKvyqzw6" alt=""><figcaption></figcaption></figure>

***

## 🧭 このカテゴリで学べること（全体像）

### 📤 Excel定義出力

* 公開済みの帳票定義をExcelとして出力する方法について
* Excel上でのレイアウト修正
* 新しいクラスタ―の再配置

### 🖥️帳票定義のリビジョンアップ

* 公開済みの帳票定義の更新方法について
* リビジョンアップの仕組み

***

※ 動画は今後も追加予定となっています。


---

# 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://cimtops.gitbook.io/video-contents/no/read-me.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.
