# パブリックリンク

<figure><img src="https://1959197998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvyRvOrlY46GCAFYEPPGZ%2Fuploads%2Fgit-blob-05f6e1fcb8533ae669b024fad2b618d60395fd2e%2Fpubliclink.png?alt=media" alt=""><figcaption></figcaption></figure>

パブリックリンクを使用すると、公開リンクまたは埋め込みコードを作成してノートブックを広く共有できます。リンクを持っている人なら誰でも、ログインせずに共有コンテンツにアクセスできます。

## 主な機能

* パブリックアクセス:
  * リンクを持っている人なら誰でもコンテンツを閲覧できるため、アクセス制限なしで簡単に共有できます。
* 埋め込みコード:
  * 生成された埋め込みコードを使用して、ノートブックをウェブサイトやブログに簡単に埋め込むことができます。
* SEOコントロール:
  * パブリックリンクは「noindex」に設定されており、検索エンジンによるコンテンツのインデックス化を防ぎ、共有データのプライバシーと制御を確保します。
* カスタマイズ可能な有効期限:
  * 公開コンテンツに有効期限を設定し、指定した日数後に自動的に削除することで、セキュリティの追加層を提供します。
* 高パフォーマンス:
  * データは事前にフェッチされ、スナップショットとして保存されるため、表示速度が向上します。

## 設定方法

1. ノートブックを開く
   * 共有したいノートブックを開きます。
2. 権限を設定する
   * ヘッダの`共有`ボタンをクリックし、`パブリックリンク`タブを選択します。
   * `パブリックリンクを作成`をクリックします。
   * パブリックリンクに含めたい特定のページを選択します。
3. 有効期限を設定する（オプション）
   * 有効期限を設定したい場合は、有効期限オプションを有効にし、公開コンテンツが削除されるまでの日数を設定します。
4. 公開する
   * `公開`ボタンをクリックして、パブリックリンクを生成します。
5. 配布する
   * リンクまたは埋め込みコードをコピーし、必要に応じて配布します。


---

# Agent Instructions: 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:

```
GET https://docs.codatum.jp/sharing/public-link-and-embed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
