> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/library-packs/faq/library-applications-faq.md).

# ライブラリアプリケーションFAQ

<details>

<summary><strong>既にライブラリアプリケーションを持っている顧客インスタンスはどうなりますか？</strong></summary>

webアプリケーションの場合、インストールを可能にするためのダミーURLを使用します。 顧客はライブラリ設定に切り替えることを選択できます。 既存の設定の名前を変更することで回避できる名前の競合があることに注意してください。

Desktopアプリケーションの場合、設定をインストールしようとすると競合が発生します。 ライブラリ設定をインストールするには、既存のインストールからバイナリを削除する必要があります。

</details>

<details>

<summary><strong>顧客が既存の設定の代わりにライブラリ設定を使用し始めた場合、何が起こりますか？</strong></summary>

過去のデータやカスタム作成されたコンテンツ（例：重要なページやトランザクション）を失います。 ライブラリ設定は初めにPOVのために最適化されており、スタートアップ効果があります。

</details>

<details>

<summary><strong>Nexthinkの管理者はライブラリインストール済みの設定を編集できますか？</strong></summary>

はい、制限はありません。

</details>

<details>

<summary><strong>ライブラリパックが更新された場合、何が起こりますか？</strong></summary>

ライブラリ設定の更新はサポートされています。 これらの更新が、以前にインストールされたライブラリ設定に対して行われた手動の変更を置き換えることに注意してください。 更新後にベースURL設定を確認することをお勧めします。

</details>

<details>

<summary><strong>Application Experienceを購入していない顧客にも動作しますか？</strong></summary>

はい、指定されたアプリケーション数を守っている限り動作します。 ライブラリ設定に重要なページやトランザクションが3つを超える場合、無料ティアの顧客はそのライブラリ設定をインストールできないことに注意してください。

</details>


---

# 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://docs.nexthink.com/platform/ja/library-packs/faq/library-applications-faq.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.
