# CCV AI Services

## AI Tools by CCV

- [About](https://docs.ccv.brown.edu/ai-tools/readme.md)
- [Terms of Use](https://docs.ccv.brown.edu/ai-tools/terms-of-use.md): University Computing Policies
- [Data Privacy](https://docs.ccv.brown.edu/ai-tools/data-privacy.md)
- [Transcribe Data Handling (Level 3)](https://docs.ccv.brown.edu/ai-tools/data-privacy/transcribe-data-handling-level-3.md): This page describes how Transcribe handles data you provide.
- [Data Security Best Practices](https://docs.ccv.brown.edu/ai-tools/data-privacy/transcribe-data-handling-level-3/data-security-best-practices.md): This page discusses best practices for data security when using Transcribe
- [LibreChat Data Handling (Level 2)](https://docs.ccv.brown.edu/ai-tools/data-privacy/librechat-data-handling-level-2.md)
- [Ask Oscar Data Handling (Level 2)](https://docs.ccv.brown.edu/ai-tools/data-privacy/ask-oscar-data-handling-level-2.md)
- [Costs and Limits](https://docs.ccv.brown.edu/ai-tools/costs-and-limits.md): Describes user and system budgets
- [Sustainability](https://docs.ccv.brown.edu/ai-tools/sustainability.md): An overview of the sustainability tracking efforts associated with the CCV AI tools with an exploration of the methodology used to track digital emissions on our services.
- [Contact Us](https://docs.ccv.brown.edu/ai-tools/contact-us.md): Assistance is a click or call away!
- [What's New](https://docs.ccv.brown.edu/ai-tools/changelog.md): Thank you for using CCV AI Services! We will continue to improve with the feedback from all of you!
- [Transcribe](https://docs.ccv.brown.edu/ai-tools/services/transcribe.md): Welcome to the Transcribe service! Transcribe is designed to accurately convert speech into text with state-of-the-art AI models. The service is free to use by members of the Brown community.
- [Getting started](https://docs.ccv.brown.edu/ai-tools/services/transcribe/getting-started.md): This page shows you how to log in to Transcribe and familiarize you with the features on the main page.
- [Creating a Job](https://docs.ccv.brown.edu/ai-tools/services/transcribe/creating-a-job.md)
- [Performing translation](https://docs.ccv.brown.edu/ai-tools/services/transcribe/creating-a-job/performing-translation.md): This page describes how to create translations in Transcribe
- [Viewing Jobs](https://docs.ccv.brown.edu/ai-tools/services/transcribe/viewing-jobs.md)
- [Viewing/Editing Transcriptions](https://docs.ccv.brown.edu/ai-tools/services/transcribe/viewing-editing-transcriptions.md)
- [Downloading Transcriptions](https://docs.ccv.brown.edu/ai-tools/services/transcribe/downloading-transcriptions.md): This page discusses how you can download your transcripts in different formats.
- [Captions/Subtitles](https://docs.ccv.brown.edu/ai-tools/services/transcribe/downloading-transcriptions/subtitles.md)
- [Selecting the Best AI Model for Transcription](https://docs.ccv.brown.edu/ai-tools/services/transcribe/selecting-the-best-ai-model-for-transcription.md): Discusses which models to choose for your audio/video files
- [Getting Better Transcriptions](https://docs.ccv.brown.edu/ai-tools/services/transcribe/getting-better-transcriptions.md): Tip for improving transcription quality
- [Comparing Speech-to-text Models](https://docs.ccv.brown.edu/ai-tools/services/transcribe/comparing-speech-to-text-models.md): On this page we discuss the technical details of the speech-to-text models that we use for the Transcribe service to help users choose what model to use for their use cases.
- [Improving accessibility of audio/video media with Transcribe](https://docs.ccv.brown.edu/ai-tools/services/transcribe/improving-accessibility-of-audio-video-media-with-transcribe.md): This page provides guidance and recommendations on using Transcribe to support creating accessible audio/video media.
- [Frequently Asked Questions](https://docs.ccv.brown.edu/ai-tools/services/transcribe/frequently-asked-questions.md)
- [LibreChat](https://docs.ccv.brown.edu/ai-tools/services/librechat.md): Easy-to-use, open-source chat platform that lets you talk to AI in a private, customizable way.
- [Advanced Usage](https://docs.ccv.brown.edu/ai-tools/services/librechat/advanced-usage.md): Configuring prompts and model settings
- [Frequently Asked Questions (FAQ)](https://docs.ccv.brown.edu/ai-tools/services/librechat/frequently-asked-questions-faq.md)
- [Ask Oscar](https://docs.ccv.brown.edu/ai-tools/services/ask-oscar.md)
- [Upcoming services](https://docs.ccv.brown.edu/ai-tools/services/upcoming-services.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ccv.brown.edu/ai-tools/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
