> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/sharing/use-case.md).

# ユースケース

## 共有方法の選択ガイドライン

状況に応じて適切な共有方法を選択してください。例えば：

### 権限の付与

* ノートブックの共同編集を行う場合

### レポート

* ノートブックの変更をリアルタイムに共有したくない場合
  * パラメータの変更を別々に行いたい場合は、ノートブックの[バージョン機能](/data-exploration/notebook/version.md)の使用も検討してください
* コネクションの権限を持たないワークスペース内のメンバーに共有したい場合
* ワークスペース内の他のデータは共有せずに、特定のノートブックの中身だけを共有したい場合
  * ワークスペースゲストとしてユーザーを招待して、閲覧権限を付与してください
    * 過去に別のアカウントでログインしたことがある場合など、招待メールのリンク遷移時にサインアップ画面が表示されない場合がありますが、その場合はシークレットモードにてサインアップが可能かお試しください

### パブリックリンク

* マーケティング目的で、特定多数に対して公開したい場合
  * ブログへの埋め込み
  * Twitter等のSNSでの拡散
* Notionなどの社内ツールにデータを埋め込みたい場合
  * ログインを強制したい場合は、レポートの使用もご検討ください

### 署名付き埋め込み

* 外部のアプリケーションに組み込んで、そのアプリケーションのユーザーに共有したい場合
* 自社の認証基盤で認証されたユーザーにのみアクセスを許可したい場合

## よくある質問

> チームスペースへのアクセス権限を持たないメンバーやグループに、チームスペース内のノートブックの閲覧権限を与えた場合、どうなりますか？

チームスペースに割り当てられた権限を持たないユーザーやグループは、`共有フォルダ`の下にノートブックが表示され、アクセスできるようになります。

> ノートブックをチームスペースの内外に移動することは可能ですか？

はい、可能です。ノートブックを移動する際、新しいフォルダ（ワークスペース/チームスペース/プライベート）に応じて新しい基本権限が設定されることに注意してください。


---

# 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://docs.codatum.jp/sharing/use-case.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.
