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

# Playground

> Use the Gladia app to transcribe your audio

[Gladia's playground](https://app.gladia.io/?utm_campaign=197609689-Website\&utm_source=documentation\&utm_content=sign-up) is a convenient way to test our Speech-To-Text API. On the playground
you are able to transcribe remote audio files through URL, and also upload your local audio files, alongside with live
audio transcription.

<Steps>
  <Step title="Select your audio source">
    Choose your audio source (stream from you microphone, or upload a local file)

    <Frame>
      <img src="https://mintcdn.com/gladia-95/dCtyYcUded_eabB9/assets/images/playground-1.png?fit=max&auto=format&n=dCtyYcUded_eabB9&q=85&s=a5e88422cc6255267c88c2d3d89f6780" width="2688" height="1084" data-path="assets/images/playground-1.png" />
    </Frame>

    Then proceed to the next step.
  </Step>

  <Step title="Select features">
    You'll be able to select <Tooltip tip="If you want to see a complete list of the features Gladia's API provide check the Features section">some of
    the options</Tooltip> Gladia API provide for your transcription. \
    For this example, we want to detect the named entity (like email adresses, phone numbers, etc.), so we turned on **named entity recognition**.

    <Note>
      Only a few features of Gladia API are available on the playground. For more advanced testing,
      check [our API documentation](/api-reference/) instead.
    </Note>

    <Frame>
      <img src="https://mintcdn.com/gladia-95/dCtyYcUded_eabB9/assets/images/playground-2.png?fit=max&auto=format&n=dCtyYcUded_eabB9&q=85&s=ac49df68674a00f71ee5f36ee108a362" width="2280" height="1220" data-path="assets/images/playground-2.png" />
    </Frame>
  </Step>

  <Step title="Talk to Gladia">
    You can talk to Gladia by clicking on the "Start transcribing" button, and you'll be able to see the transcription of your voice in the "Transcription" tab.

    <Note>
      Text in italic in the transcription represents [partials transcripts](/chapters/live-stt/features#partial-transcripts).
    </Note>

    <Frame>
      <img src="https://mintcdn.com/gladia-95/dCtyYcUded_eabB9/assets/images/playground-3.png?fit=max&auto=format&n=dCtyYcUded_eabB9&q=85&s=6fc5427b707d28e9a50f7b91f92005ce" width="2304" height="1340" data-path="assets/images/playground-3.png" />
    </Frame>
  </Step>

  <Step title="Transcribe">
    You can see an already formatted and readable results in the default "Transcription" tab, and you'll also find
    the result in JSON format (the one you'd get with an API call).

    <Frame>
      <img src="https://mintcdn.com/gladia-95/dCtyYcUded_eabB9/assets/images/playground-4.png?fit=max&auto=format&n=dCtyYcUded_eabB9&q=85&s=9a4997d2933d1aff4c7e231dab151ebd" width="2308" height="1350" data-path="assets/images/playground-4.png" />
    </Frame>
  </Step>
</Steps>
