> For the complete documentation index, see [llms.txt](https://docs.ccv.brown.edu/ai-tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ccv.brown.edu/ai-tools/data-privacy/transcribe-data-handling-level-3/data-security-best-practices.md).

# Data Security Best Practices

Although Transcribe is now approved to handle data under [Level 3 of Brown's Data Risk Classification](https://it.brown.edu/policies/data-risk-classifications), it is still recommended to engage in best data security practices to ensure the security of research data. These include:

* **Do NOT include identifiable information in file names.** The names of the files uploaded for transcription is considered metadata and and may exist in logs that are stored long-term, even though the files and transcription themselves can be deleted permanently. Please ensure that the filenames do not contain any identifiable information before uploading the files. Use pseudonyms whenever necessary.
* **Do NOT name jobs with identifiable information.** The users can choose names for transcription jobs if they prefer, if they choose to override the names automatically given by the system. In choosing these names, please do not include any identifiable information.
* **Download the transcriptions after the jobs are done.** Transcribe is not designed to store transcripts long-term, so please [download the transcripts](/ai-tools/services/transcribe/downloading-transcriptions.md) after the transcription jobs are finished to avoid potential data loss.
* **Delete transcription jobs when no longer needed.** Please delete the transcription jobs once you have downloaded the transcripts, especially if your audio files contain sensitive information.


---

# 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.ccv.brown.edu/ai-tools/data-privacy/transcribe-data-handling-level-3/data-security-best-practices.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.
