> 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/services.md).

# Services

- [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 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/services.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.
