> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/get-started/faq/webviewer-nightly-build.md).

# Where can I find WebViewer nightly builds?

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

## NPM

If you are installing WebViewer from `npm`, then you can install the nightly build using the `major.minor-nightly` tag.

For example, `npm install @pdftron/webviewer@7.0-nightly` will install the latest 7.0 nightly build from `npm`.

Visit [https://www.npmjs.com/package/@pdftron/webviewer](https://www.npmjs.com/package/@pdftron/webviewer/) to see all the available versions and tags.

## Download Package

If you are getting the WebViewer library manually (not via NPM), then you can get the nightly builds from <https://dev.apryse.com/nightly>.

Multiple versions of WebViewer are available in `stable` and they are safe to use in production.

![](https://3532544125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9YnTSKIHvV7m0A36LbO%2Fuploads%2Fgit-blob-c041f8142ad8ddb91ea9f8af56f7dd2b6bd54182%2Ff708b526b6e5836336f88ca4924b5d3baafd2ac9-2404x944.png?alt=media)

The next WebViewer version can be found in `experimental`, which is mostly used for trying out new features and is not considered to be stable.


---

# 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.apryse.com/web/get-started/faq/webviewer-nightly-build.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.
