> For the complete documentation index, see [llms.txt](https://support.bridge-funeral.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.bridge-funeral.com/readme.md).

# ブリッジ葬儀 ユーザーガイド

ブリッジ葬儀パッケージは、Salesforce 上で動く **葬儀社向けの業務管理パッケージ** です。家族・故人の情報管理、施行情報の登録、見積〜請求書の作成、各種 PDF 帳票の出力、商品マスタや会員契約の管理など、葬儀社の日々の業務を 1 つのシステムで完結できます。

このガイドは大きく 2 つのパートに分かれています。

## このガイドの構成

### 🧑‍💼 一般ユーザー向けガイド

葬儀社の業務担当者の方に向けて、**日々の操作** をやさしく解説します。

* 基本操作 (ログイン・検索・登録)
* 業務フロー編 (受電 → 顧客特定 → 見積 → 請求 → 入金)
* 機能の深掘り (LWC や裏の自動処理を解説)
* 困ったときの対処集

### ⚙️ システム管理者向けガイド

Salesforce の管理者 (システム管理者) に向けて、**設定・運用** を解説します。

* パッケージのインストール
* ユーザー追加と権限割当
* 発行元 (支店)・マスタ・日程テンプレの整備
* 画面のカスタマイズ (Lightning App Builder)
* バージョンアップとリリース管理

## 用語の言い換え (重要)

ブリッジ葬儀では、Salesforce 標準のオブジェクト名を **葬儀業務に合わせて言い換え** ています。

| Salesforce 標準    | ブリッジ葬儀                         |
| ---------------- | ------------------------------ |
| 取引先 (Account)    | **家族 / 会社** (レコードタイプで使い分け)     |
| 取引先責任者 (Contact) | **お客様** (個人)                   |
| Ceremony\_\_c    | **施行情報** (葬儀 / 法要)             |
| Slip\_\_c        | **伝票** (見積 / 請求 / 発注 / テンプレート) |

詳しくは [用語集](/rifarensu/glossary.md) を参照してください。

## バージョン情報

このガイドは **ブリッジ葬儀 v2.2.1** 時点の画面で説明しています。バージョンアップにより画面が変わることがあります。最新の更新内容はアプリ右上の **「バージョン情報」タブ** から確認できます。


---

# 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://support.bridge-funeral.com/readme.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.
