> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fish.audio/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform (Web App)

> Use Fish Audio in your browser — no code required

The [Fish Audio web app](https://fish.audio/app) gives you every capability without writing code: generate speech, clone voices, produce long-form projects, and manage your account. Sign in at [fish.audio/app](https://fish.audio/app).

<Note>
  This page is an orientation map of the web app. Detailed, step-by-step
  walkthroughs for each tool are coming. To build with code instead, see the
  [SDK Quickstart](/developer-guide/sdk-guide/quickstart) or the [API
  Reference](/api-reference/introduction).
</Note>

## Create audio

<CardGroup cols={2}>
  <Card title="Text-to-Speech" icon="microphone" href="https://fish.audio/app/text-to-speech">
    Type or paste text, pick a voice and model, and generate speech.
  </Card>

  <Card title="Voice Changer" icon="wand-magic-sparkles" href="https://fish.audio/app/voice-changer">
    Upload audio and transform it into another voice.
  </Card>

  <Card title="Speech-to-Text" icon="waveform" href="https://fish.audio/app/speech-to-text">
    Upload audio to transcribe it, with timestamps.
  </Card>

  <Card title="Sound Effects" icon="volume-high" href="https://fish.audio/app/sound-effects">
    Generate cinematic sound effects from a text prompt.
  </Card>

  <Card title="Music" icon="music" href="https://fish.audio/app/music-generation">
    Generate music from a description.
  </Card>

  <Card title="Audio Separation" icon="scissors" href="https://fish.audio/app/audio-separation">
    Split audio into stems (e.g. vocals and background).
  </Card>
</CardGroup>

## Voices

<CardGroup cols={2}>
  <Card title="Voice Cloning" icon="clone" href="https://fish.audio/app/voice-cloning">
    Create a custom voice from your own audio samples.
  </Card>

  <Card title="Voice Library" icon="book-open" href="https://fish.audio/app/discovery">
    Browse and use thousands of community and official voices.
  </Card>

  <Card title="My Voices" icon="user" href="https://fish.audio/app/my-voices">
    Manage the voice models you've created or saved.
  </Card>
</CardGroup>

## Produce projects

<Card title="Story Studio" icon="book" href="https://fish.audio/app/story-studio">
  Assemble multi-speaker, long-form audio — audiobooks, dialogue, and narration
  — in a project editor.
</Card>

## Library & history

<CardGroup cols={2}>
  <Card title="Generation History" icon="clock-rotate-left" href="https://fish.audio/app/generation-history">
    Find, replay, and download everything you've generated.
  </Card>

  <Card title="My Library" icon="folder" href="https://fish.audio/app/my-library">
    Your saved audio, models, and collections.
  </Card>
</CardGroup>

## Account & billing

<CardGroup cols={2}>
  <Card title="API Keys" icon="key" href="https://fish.audio/app/api-keys">
    Create and manage keys for the API and SDKs.
  </Card>

  <Card title="Plans & Billing" icon="credit-card" href="https://fish.audio/app/billing">
    Subscription, credits, and invoices. See [Pricing &
    Rate Limits](/developer-guide/models-pricing/pricing-and-rate-limits).
  </Card>

  <Card title="Usage" icon="chart-line" href="https://fish.audio/app/usage">
    Track your consumption.
  </Card>

  <Card title="Teams" icon="users" href="https://fish.audio/app/team">
    Shared workspaces, members, and billing for organizations.
  </Card>
</CardGroup>
