> ## Documentation Index
> Fetch the complete documentation index at: https://assembly-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Apply Large Language Models to spoken data. A Large Language Model (LLM) is a machine learning model that uses natural language processing (NLP) to generate text. LeMUR is a framework that lets you apply LLMs to audio transcripts, for example to ask questions about a call, or to summarize a meeting.

<CardGroup>
  <Card horizontal icon="file" iconType="solid" title="Summarize your audio data" href="/docs/lemur/summarize-audio">
    Summarize your audio files with Large Language Models.
  </Card>

  <Card horizontal icon="file" iconType="solid" title="Ask questions about your audio data" href="/docs/lemur/ask-questions">
    Ask questions about your audio data with Large Language Models.
  </Card>

  <Card horizontal icon="file" iconType="solid" title="Create custom LLM prompts" href="/docs/lemur/examples">
    Learn about different use cases for LeMUR with these examples.
  </Card>

  <Card horizontal icon="file" iconType="solid" title="Change model and parameters" href="/docs/lemur/customize-parameters">
    Analyze your audio files with Large Language Models.
  </Card>

  <Card horizontal icon="file" iconType="solid" title="Prompt engineering" href="/docs/lemur/improving-your-prompt">
    Learn how to improve your prompts.
  </Card>
</CardGroup>
