# Web Integration

- [Pixel Streaming WebSDK](https://docs.arcware.cloud/web-integration/new-websdk.md): Welcome to the @arcware-cloud/pixelstreaming-websdk, a robust solution tailored for integrating Unreal Engine's Pixel Streaming technology into web applications via Arcware Cloud.
- [Getting Started](https://docs.arcware.cloud/web-integration/new-websdk/getting-started.md): This guide will walk you through the initial steps to integrate the Arcware Pixel Streaming WebSDK into your web application.
- [Code examples](https://docs.arcware.cloud/web-integration/new-websdk/code-examples.md)
- [Javascript + HTML](https://docs.arcware.cloud/web-integration/new-websdk/code-examples/javascript-+-html.md)
- [React](https://docs.arcware.cloud/web-integration/new-websdk/code-examples/react.md)
- [VueJS](https://docs.arcware.cloud/web-integration/new-websdk/code-examples/vuejs.md)
- [Configuration](https://docs.arcware.cloud/web-integration/new-websdk/configuration.md): Configuration and initialization the Arcware Pixel Streaming WebSDK is designed to be easily configurable to fit the needs of various web applications.
- [Full configuration example - ArcwareInit](https://docs.arcware.cloud/web-integration/new-websdk/configuration/full-configuration-example-arcwareinit.md)
- [Full configuration example - CoreSetup](https://docs.arcware.cloud/web-integration/new-websdk/configuration/full-configuration-example-coresetup.md)
- [Interacting with Unreal Engine](https://docs.arcware.cloud/web-integration/new-websdk/interacting-with-unreal-engine.md)
- [In depth](https://docs.arcware.cloud/web-integration/new-websdk/in-depth.md): In these sub pages we'll try to cover some modules in depth.
- [URL Query Parameters](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/url-query-parameters.md)
- [Events handlers](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/events-handlers.md): How to recognize that the stream is ready?
- [Websocket close codes](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/events-handlers/websocket-close-codes.md): How to handle "Ticket destroyed" type of events?
- [Public methods ArcwarePixelStreaming](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/public-methods-arcwarepixelstreaming.md)
- [Session Reuse, forceRefresh, and URL Parameters](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/session-reuse-forcerefresh-and-url-parameters.md)
- [Disconnect](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/disconnect.md): This feature isn't necessary for all implementations; only certain apps will require it.
- [AFK Module](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/afk-module.md): AFK stands for Away From Keyboard
- [Core Integration UI Patterns](https://docs.arcware.cloud/web-integration/new-websdk/in-depth/core-integration-ui-patterns.md)
- [Guidelines](https://docs.arcware.cloud/web-integration/new-websdk/guidelines.md)
- [WebSDK Changelog](https://docs.arcware.cloud/web-integration/new-websdk/websdk-changelog.md)


---

# 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.arcware.cloud/web-integration.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.
