# Web Frameworks

WireBootstrap Pro Pack components can be used natively inside any of the modern web frameworks through integrations developed for each framework. &#x20;

Visit [Web Frameworks](https://docs.wirebootstrap.com/wirebootstrap/working-with-components/web-frameworks) for details.

## Web Components

The WireBootstrap Pro Pack includes native [web components](https://docs.wirebootstrap.com/webcomponents) for each of the components in the pack.  It also includes native web components for [basic Bootstrap for components](https://docs.wirebootstrap.com/bootstrap).

Use the [WireBootstrap Pro Pack Web Components NPM package](https://www.npmjs.com/package/@wirebootstrap/wire-propack-wc) to install the web components.

```
npm install @wirebootstrap/wire-propack-wc
```


---

# 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.wirebootstrap.com/pro-pack/web-frameworks.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.
