# 共有リンクを使った非公開公開

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

### 共有リンクで公開する

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

次に、 **リンクを作成** をクリックして共有リンクを作成します。共有リンクは確認して名前を付けたり、ドメインをカスタマイズしたり、リンクをコピーしたりできます。

リンクが有効になると、URL 内にプライベートトークンが生成されます。これはあなたのスペース固有のものです。このリンクを共有すると、GitBook ユーザー以外はコンテンツを閲覧専用でアクセスでき、他の公開コンテンツと同じようなインターフェースが表示されます。

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

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

### アクセスと権限

コンテンツにアクセスできるのは **リンクをたどったすべての人です**。チームメンバーは、 **Docs sites** セクションのサイドバーから、またはスペースへ直接移動してコンテンツにアクセスできます。

### リンクを失効させる

共有可能なリンクは、失効させることで無効化または再生成できます。表示メニューを開き、リンクとドメインの設定へ進むことで、これまでに生成されたリンクを確認して失効させることができます。

リンクを失効させると、その古いリンクを使ってコンテンツにアクセスしていた人は、もうアクセスできなくなります。


---

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