> For the complete documentation index, see [llms.txt](https://docs.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cogram.com/settings/custom-insights/summary-translation.md).

# Summary Translation

Use this example to have Cogram translate your meeting summaries into another language automatically. The prompt below targets Spanish, so swap in whichever language you need.

To set this up, see [Custom Insights](/settings/custom-insights.md).

{% tabs %}
{% tab title="Custom Insight Prompt" %}
The following summary of a virtual meeting may be in English or another language. Ensure that this summary is in Spanish, ie. translate if required.

Meeting Title:\ <mark style="color:blue;">`{{meeting_title}}`</mark>

Summary in English or non-English:\ <mark style="color:blue;">`{{summary}}`</mark>

Now translate to Spanish. The translation needs to be high-quality, accurate, and professional. Maintain the same format.

Spanish Summary:
{% endtab %}

{% tab title="Example Output" %}
Durante la reunión de revisión del Proyecto Skyrise, May Roark de Ethereal Architects y Arun Lynn de Saturnian Construction discutieron varios temas clave. Arun proporcionó una actualización sobre el progreso del marco estructural, indicando que está 75% completo con algunos retrasos debido a las condiciones climáticas. Sin embargo, se han ajustado los turnos de trabajo para mitigar cualquier retraso significativo. Los materiales de la fachada, específicamente los nuevos paneles de vidrio, han sido adquiridos y están programados para ser entregados la próxima semana.

Arun aseguró a May que no habría problemas de calidad con este lote. La construcción interior está en marcha, con un enfoque en la infraestructura eléctrica. El principal desafío ha sido coordinar entre los subcontratistas, pero el equipo de Arun lo está gestionando. May enfatizó la importancia de alinear la construcción interior con las especificaciones de diseño, especialmente en las áreas comunes y servicios.

Acordaron organizar una reunión técnica para discutir los intrincados diseños de iluminación propuestos para el área comunal del piso 125 y confirmar la capacidad de carga eléctrica. Arun coordinará con su equipo para programar la reunión. Por último, Arun recordó a May que finalice los paisajes para las áreas exteriores antes del próximo viernes para mantenerse en el cronograma. May le aseguró que transmitiría esto al equipo de paisajismo y se aseguraría de que los planes se proporcionen a tiempo. La reunión concluyó con planes de volver a reunirse a la misma hora la próxima semana.
{% endtab %}
{% endtabs %}


---

# 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.cogram.com/settings/custom-insights/summary-translation.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.
