> For the complete documentation index, see [llms.txt](https://docs.voa.health/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voa.health/integracao/extension.md).

# Extensão do Navegador

### Visão Geral <a href="#visao-geral" id="visao-geral"></a>

A extensão do navegador Voa para Google Chrome oferece uma integração conveniente entre a plataforma Voa e os sistemas de prontuários eletrônicos (PEP) acessados via navegador. Esta extensão proporciona acesso rápido às funcionalidades essenciais da Voa diretamente na interface do PEP.

### Características Principais <a href="#caracteristicas-principais" id="caracteristicas-principais"></a>

* Sidebar com versão mobile da Voa
* Funcionalidades básicas acessíveis diretamente na extensão
* Opção de abrir a versão completa da Voa em uma nova aba para tarefas mais complexas
* Integração de login com a conta Voa existente

### Funcionalidades da Extensão <a href="#funcionalidades-da-extensao" id="funcionalidades-da-extensao"></a>

#### Sidebar <a href="#sidebar" id="sidebar"></a>

* Transcrição em tempo real
* Visualização rápida de consultas recentes
* Acesso rápido a templates de documentos
* Resumo clínico simplificado

#### Ações Rápidas <a href="#acoes-rapidas" id="acoes-rapidas"></a>

* Iniciar/Parar gravação
* Gerar documento rápido
* Visualizar últimas consultas

Integração com PEP

* Captura automática de contexto do paciente (quando permitido)
* Inserção rápida de notas no PEP

### Suporte <a href="#suporte" id="suporte"></a>

Para questões técnicas ou suporte, entre em contato com nossa equipe de integração em <integration@voahealth.com>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.voa.health/integracao/extension.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
