# Introdução

O **Wavoip Webphone** é uma biblioteca React empacotada como Web Component que disponibiliza uma interface de chamadas pronta para uso. Ele encapsula todo o ciclo de uma chamada — discagem, chamada ativa, recebimento de ofertas, notificações — em um único elemento renderizado em um Shadow DOM isolado do projeto onde está instalado.

A biblioteca usa o [Wavoip API](https://github.com/wavoip/wavoip-api) internamente para comunicação com os dispositivos.

{% hint style="info" %}
O webphone é renderizado dentro de um Shadow DOM, portanto não sofre interferência dos estilos da página hospedeira nem interfere nela.
{% endhint %}

## O que você encontra nesta documentação

<table data-view="cards"><thead><tr><th>Título</th><th data-card-target data-type="content-ref">Alvo</th></tr></thead><tbody><tr><td>Instalação</td><td><a href="/pages/lROOemBQgK0cZsQKtkYZ">/pages/lROOemBQgK0cZsQKtkYZ</a></td></tr><tr><td>Inicializando o Webphone</td><td><a href="/pages/gnUyF2j6WFiDvvZlxSFY">/pages/gnUyF2j6WFiDvvZlxSFY</a></td></tr><tr><td>API pública (<code>window.wavoip</code>)</td><td><a href="/pages/82OlpdM7Fmge2KbU7BI2">/pages/82OlpdM7Fmge2KbU7BI2</a></td></tr><tr><td>Customizando as cores</td><td><a href="/pages/bWiyPq96zQWSGLpXsQ6B">/pages/bWiyPq96zQWSGLpXsQ6B</a></td></tr></tbody></table>


---

# 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://wavoip.gitbook.io/api/webphone/readme.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.
