> 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/library-packs/faq/library-applications-faq.md).

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