> For the complete documentation index, see [llms.txt](https://ffdesenvolvedores.gitbook.io/ff-desenvolvedores/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ffdesenvolvedores.gitbook.io/ff-desenvolvedores/release-notes/release-notes-ano-2024/agosto-05.md).

# Agosto - 05

## ✨ Novo

* **RCP MÉDICO**
  * Adicionamos, nas **Informações Complementares**, uma nova perguntas de **Perito Médico (MEDICAL-EXPERT)** com as opções Sim/Não. Funcionando tanto para **Pessoa Física**, quanto para **Pessoa Jurídica**.
  * Adicionamos o procedimento de **Implante e/ou Transplante Capilar (HAIR-IMPLANT-TRANSPLANT)**. Esta opção só pode ser enviada para as especialidades abaixo e apenas para **Pessoa Física**:
    * Médico sem Cirurgia + Medicina de Urgência e Emergência
    * Médico com Cirurgia (exceto plástico) e/ou Anestesiologistas
    * Obstetra
* **RCP DENTISTA**
  * Nos seguros para **Pessoa Física**, adicionamos duas novas perguntas, com as opções Sim/Não, dentro de **Informações Complementares,** sendo elas:
    * Chefe de equipe (**TEAM-LEADER**)
    * Diretor clínico ou técnico (**CLINIC-OR-TECHNICAL-DIRECTOR)**

## ➕ Melhoria

* **RD BIKE**
  * A partir de agora, a FairFax passa a emitir seguro para bikes elétricas de até 1000W, de acordo com a Resolução 996 do Contran de 15 de junho de 2023:
    * Bicicleta com motor auxiliar para pedalar, sem acelerador, com velocidade de até 32 km/h.

## 🔧 Correções


---

# 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://ffdesenvolvedores.gitbook.io/ff-desenvolvedores/release-notes/release-notes-ano-2024/agosto-05.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.
