> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/publish-a-docs-site/share-links.md).

# 共有リンクによる非公開公開

{% hint style="info" %}
この機能は～で利用できます [プレミアムおよびアルティメットのサイトプラン](https://www.gitbook.com/pricing).
{% endhint %}

共有リンクを使えば、顧客やパートナーを組織に招待することなく、コンテンツを非公開で共有できます。

### 共有リンクで公開

ドキュメントを非公開で公開するには、 [docsサイトの ](/docs/documentation/ja-gitbook-documentation/docs-site/site-settings.md)設定で、 **オーディエンス設定** ボタンをクリックし、 **共有リンク** オプションを選択します。

次に、 **リンクを作成** をクリックして共有リンクを作成します。共有リンクの確認と名前の設定、ドメインのカスタマイズ、リンクのコピーができます。

リンクが有効になると、URL内にセクション固有の非公開トークンが生成されます。このリンクを共有すると、GitBookユーザー以外は読み取り専用でコンテンツにアクセスでき、他の公開コンテンツと同様のインターフェースが表示されます。

必要な数だけリンクを **オーディエンス設定**.

{% hint style="info" %}
できます [無効化](#revoke-a-link) して、いつでも共有リンクを再生成できます。
{% endhint %}

### アクセスと権限

コンテンツは次の対象がアクセスできます **リンクにアクセスした人なら誰でも**。チームメンバーは、 **Docsサイト** のセクション、またはコンテンツへ直接移動してアクセスできます。

### リンクを無効化

無効化することで、共有リンクを停止したり再生成したりできます。表示設定メニューを開き、リンクとドメインの設定に進むと、以前に生成したリンクを確認して無効化できます。

リンクを無効化すると、その古いリンクを持つ人はコンテンツにアクセスできなくなります。


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/publish-a-docs-site/share-links.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.
