> For the complete documentation index, see [llms.txt](https://petes-organization-3.gitbook.io/speechmatics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://petes-organization-3.gitbook.io/speechmatics-docs/get-started/quickstart.md).

# Overview ⭐️

Temporary intro text: Integrate through our cloud deployment for instant access, or host our API in your own environment (on-prem). Combine with Cloud, deploy using Containers, or preconfigured Virtual Appliances to meet your architecture, security and compliance needs.

## Quicklinks

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Developer quickstart</strong></td><td>How to integrate Speechmatics</td><td><a href="/files/9aR8IgDLk6NapJ4uJAZc">/files/9aR8IgDLk6NapJ4uJAZc</a></td></tr><tr><td><strong>API reference</strong></td><td>View our API reference</td><td><a href="/files/btevE8wtdKAPdvOLcXxv">/files/btevE8wtdKAPdvOLcXxv</a></td></tr></tbody></table>

## Speech-To-Text models

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Enhanced STT</strong></td><td>Our most powerful transcription model for pre-recorded media and streaming audio.</td><td><a href="/files/IhbXoUodzmIJYWKmwplI">/files/IhbXoUodzmIJYWKmwplI</a></td></tr><tr><td><strong>Standard STT</strong></td><td>When great accuracy is required and transcription turnaround time is a priority. </td><td><a href="/files/nmGcG4z9KZol1RcW7kdH">/files/nmGcG4z9KZol1RcW7kdH</a></td></tr></tbody></table>

## On-Premises Deployments

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><strong>Container</strong></td></tr><tr><td><strong>On-Device</strong></td></tr><tr><td><strong>Kubernetes</strong></td></tr><tr><td><strong>Virtual Appliance</strong></td></tr></tbody></table>

## Start building

:point\_right: <mark style="background-color:blue;">Build voice agents with React Native</mark>

:point\_right: <mark style="background-color:blue;">Benchmark STT accuracy</mark>

:point\_right: <mark style="background-color:blue;">Build a live radio station translator</mark>

:point\_right: <mark style="background-color:blue;">Add subtitles to your OBS broadcast</mark>

:point\_right: <mark style="background-color:blue;">Build a voice agent web app with Next.js</mark>

## (footer)

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Support</strong></td><td>Explore frequently<br>asked questions</td></tr><tr><td><strong>GitHub</strong></td><td>Access GitHub</td></tr><tr><td>Status</td><td>Check the status of Speechmatics services</td></tr><tr><td></td><td></td></tr></tbody></table>


---

# 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://petes-organization-3.gitbook.io/speechmatics-docs/get-started/quickstart.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.
