# ApiRTC JS Library

- [QuickStart Guide](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/quickstart.md): Let's build your first video chat app in HTML, CSS and Javascript
- [Where to find ApiRTC library?](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/where-to-find-apirtc-library.md)
- [Developers Guide](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/developer-guide.md): Let's start building video communication stuff!
- [Video Communication LifeCycle](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/video-communication-lifecycle.md): What does a video communication lifecycle look like?
- [Demo App & Resources](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/demo-app-and-resources.md): Fully-functional demo app to get an overview of all the features
- [Authentication](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/authentication.md): ApiRTC APIs accept several authentication mechanisms
- [SDKs & Frameworks](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/sdks-and-frameworks.md): Here is a list of SDKs and wrappers to get video communication into your modern app frameworks
- [ReactJS Libraries](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/sdks-and-frameworks/reactjs-libraries.md): Get video conversations in your ReactJS app
- [Getting Started with ApiRTC React Hooks](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/sdks-and-frameworks/reactjs-libraries/getting-started-with-apirtc-react-hooks.md): How to build a video chat app with ApiRTC ReactJS hooks
- [ReactNative library](https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/sdks-and-frameworks/reactnative-library.md): Add screensharing and video call to your app for smooth in-app customer support.


---

# 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://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library.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.
