> 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.md).

# 共有

- [共有方法](https://docs.codatum.jp/sharing/sharing-overview.md): ノートブックを共有する方法の概要
- [チームスペース](https://docs.codatum.jp/sharing/teamspace.md): チームスペースを使ったノートブックの共有
- [ノートブック単位の共有](https://docs.codatum.jp/sharing/shared-notebook.md): ノートブックの追加権限による共有
- [レポート](https://docs.codatum.jp/sharing/report.md): ノートブックをレポートに変換し、ゲストと共有
- [パブリックリンク](https://docs.codatum.jp/sharing/public-link-and-embed.md): ノートブックをURLを知っている人なら誰でもアクセスできる状態で共有
- [署名付き埋め込み](https://docs.codatum.jp/sharing/signed-embed.md): ノートブックを外部アプリケーションに統合
- [署名付き埋め込みの設定方法](https://docs.codatum.jp/sharing/signed-embed/integration.md): 外部サービスにノートブックをシームレスに統合
- [ユースケース](https://docs.codatum.jp/sharing/signed-embed/use-case.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://docs.codatum.jp/sharing.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.
