> 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/guides/privacy-and-confidentiality.md).

# Privacy and Confidentiality

## **What data does Cogram process and store?**

* When you use Cogram in a meeting, the meeting audio is temporarily stored by Cogram for transcription.
* No audio recording is stored after transcription completes.
* No video recording is stored.

Cogram's meeting transcript is used to create a meeting summary, bullet-point notes, and a list of action items. Transcripts and meeting notes are stored after meetings.

Optionally, organizations can configure Cogram so that no transcripts are stored after notes and summaries are generated. To do so, reach out to <mark style="color:blue;"><support@cogram.com></mark>.

## **Who can view Cogram's meeting notes?**

* By default, Cogram's meeting notes are only visible to the Cogram user that invited Cogram to the meeting.
* Notes are never automatically shared with meeting participants or anyone else.

## **Should I obtain consent from meeting participants when using Cogram?**

Yes. Even though Cogram stores no audio or video after transcription, you're responsible for getting participants' consent before using it.

{% hint style="info" %}
**You can use the following overview to describe what Cogram does:**

Cogram is a software application that transcribes, summarizes, and takes notes in meetings. No audio or video recordings are stored after a meeting.
{% endhint %}

Alternatively, Cogram's [Meeting Privacy](https://www.cogram.com/meeting-privacy) page provides a good overview.

## **Can I customize data retention?**

Yes. Please reach out to <mark style="color:blue;"><support@cogram.com></mark> to configure a custom data retention timeline for your account.

## **What security measures does Cogram take?**

For a detailed overview of Cogram's security measures please visit Cogram's [Security Overview](https://www.cogram.com/security).


---

# 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/guides/privacy-and-confidentiality.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.
