# 実装

- [スクリプトタグ](https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/embedding/implementation/script.md): 単一のスクリプトタグを使って、どの Web サイトや Web アプリにも Docs Embed ウィジェットを追加する方法を学びましょう
- [Node.js/NPM](https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/embedding/implementation/nodejs.md): アプリケーションレベルで完全に制御するために、NPM パッケージを使って Docs Embed を統合します
- [React](https://gitbook.com/docs/documentation/ja-gitbook-documentation/docs-site/embedding/implementation/react.md): 事前構築済みの React コンポーネントを使って、React アプリケーションに Docs Embed を追加します


---

# 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/embedding/implementation.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.
