# What is ApiRTC?

ApiRTC is a platform that enables developers to easily add real-time video chat functionality to their applications using APIs and client-side SDKs.&#x20;

It provides the necessary infrastructure for signaling, media processing, and media delivery to enable real-time communications based on the [WebRTC standard protocol](https://webrtc.org/). ApiRTC also offers global STUN/TURN relays, media services for one-to-one calls or large group conferences and recording, and the ability to customize, troubleshoot, and optimize video applications using a range of tools.&#x20;

Media exchange can occur either directly peer-to-peer or through ApiRTC's servers, depending on the chosen Video Room type. Signaling is managed through ApiRTC's global infrastructure to facilitate the setup, control, and termination of RTC sessions.

## Where to start with ApiRTC?

* Get familiar with the [Key Concepts](/apirtc-developer-portal/overview/key-concepts.md)
* Read the [Video Communication LifeCycle](/apirtc-developer-portal/apirtc-js-library/video-communication-lifecycle.md) guide
* Play with the [Demo App & Resources](/apirtc-developer-portal/apirtc-js-library/demo-app-and-resources.md)

<figure><img src="/files/3pNBsJoke7o4GWGSxjw4" alt=""><figcaption></figcaption></figure>


---

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