# Library Applications FAQ

<details>

<summary><strong>What if a customer instance already has the library application?</strong></summary>

For web applications, we use dummy URLs to enable the installations. Customers can choose to switch to the library configuration. Note that there can still be name conflicts, which can be worked around by renaming the existing configuration.

For desktop applications, users will have a conflict when they try installing the configuration. They would need to remove the binaries from their existing installations to install the library configuration.

</details>

<details>

<summary><strong>What happens when a customer starts using the library configuration instead of their existing configuration?</strong></summary>

They will lose the historical data and custom created content (such as key pages and transactions). Note that library configurations are initially optimized for POVs, to give a head start.

</details>

<details>

<summary><strong>Can Nexthink admins edit library installed configurations?</strong></summary>

Yes, there are no restrictions.

</details>

<details>

<summary><strong>What happens when a library pack is updated?</strong></summary>

Updates of library configurations are supported. Note that these updates would replace any manual change done on a previously installed library configuration. It is advised to check the base URL configurations after the update.

</details>

<details>

<summary><strong>Would it work for those customers who haven't purchased Application Experience?</strong></summary>

Yes, provided they remain within the designated number of applications. Note that, if a library configuration has more than 3 key pages or transactions, customers on the free tier won’t be able to install that library configuration.

</details>


---

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