> For the complete documentation index, see [llms.txt](https://api-docs.speechace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation.md).

# Phonetic notation

The Speechace API returns phoneme level feedback using the [ARPAbet phonetic notation.](https://en.wikipedia.org/wiki/ARPABET)

You can map the phoneme notation to the commonly used [IPA (International Phonetic Alphabet)](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet) using the below tables:

You can reference the tables in the following sections to map ARPAbet symbols to the commonly used [IPA (International Phonetic Alphabet)](https://en.wikipedia.org/wiki/International_Phonetic_Alphabet) for these languages:

* [**US English**](/guides-on-common-topics/phonetic-notation/us-english-en-us.md)
* [**UK English**](/guides-on-common-topics/phonetic-notation/uk-english-en-gb.md)
* [**French**](/guides-on-common-topics/phonetic-notation/french-fr-fr-fr-ca.md) (France and Canada)
* [**Spanish**](/guides-on-common-topics/phonetic-notation/spanish-es-es-es-mx.md) (Spain and Mexico)


---

# 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:

```
GET https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
