> 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/suru-1/site-audience/share-links.md).

# 共有リンクによる限定公開

公開した GitBook ドキュメントを閲覧できる人をより細かく制御できます

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

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

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

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

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

必要な数だけリンクを生成できます。 **オーディエンス設定**.

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

### アクセスと権限

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

### リンクを無効化する

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

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


---

# 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/suru-1/site-audience/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.
