> 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/typescript.md).

# Using WebViewer with Typescript

Learn how to integrate WebViewer Document Viewer & Editor into a React app with this step-by-step guide. Watch a video tutorial, download a sample, and get TypeScript declaration files for seamless de

Apryse provides a TypeScript declaration file automatically when you install WebViewer from NPM. You can easily use it with your projects to reap the benefits of static type checking and autocomplete to improve the speed of your development process.

In most cases, no additional configuration is required to use Typescript with WebViewer.

To get started using Typescript with WebViewer, follow one of our other get started guides and set up your project with Typescript like you normally would.

<a href="/web/get-started/libraries-and-frameworks/react.md" class="button secondary">React</a><a href="/web/get-started/libraries-and-frameworks/angular.md" class="button secondary">Angular</a><a href="/web/get-started/libraries-and-frameworks/vue.md" class="button secondary">Vue</a><a href="/web/get-started/libraries-and-frameworks/nextjs.md" class="button secondary">NextJS</a><a href="/web/get-started/libraries-and-frameworks/nuxt.md" class="button secondary">NuxtJS</a><a href="/web/get-started/libraries-and-frameworks/electron.md" class="button secondary">Electron</a><a href="/web/get-started/libraries-and-frameworks/svelte.md" class="button secondary">Svelte</a><a href="/web/get-started/libraries-and-frameworks/vite.md" class="button secondary">Vite</a><a href="/web/get-started/readme/cordova.md" class="button secondary">Cordova</a><a href="/web/get-started/libraries-and-frameworks/blazor.md" class="button secondary">Blazor</a><a href="/core/get-started/frameworks/nodejs.md" class="button secondary">Node.js</a>

## Next steps

<a href="/web/what-is-webviewer/usage.md" class="button primary">Usage</a><a href="/web/get-started/guides.md" class="button primary">Guides</a><a href="/web/get-started/samples.md" class="button primary">Samples</a><a href="https://sdk.apryse.com/api/web/index.html" class="button primary">API docs</a>


---

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