# Guides on common topics

- [Intepreting quality score](https://api-docs.speechace.com/guides-on-common-topics/intepreting-quality-score.md)
- [Interpreting overall scores](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores.md)
- [Pronunciation Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores/pronunciation-bands.md)
- [Fluency Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores/fluency-bands.md)
- [Vocabulary Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores/vocabulary-bands.md)
- [Grammar Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores/grammar-bands.md)
- [Coherence Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-overall-scores/coherence-bands.md)
- [Interpreting Writing Scores](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores.md)
- [Writing Scoring rubrics](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/writing-scoring-rubrics.md)
- [Task Response Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/task-response-bands.md)
- [Grammar Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/grammar-bands.md)
- [Vocabulary Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/vocabulary-bands.md)
- [Coherence Bands](https://api-docs.speechace.com/guides-on-common-topics/interpreting-writing-scores/coherence-bands.md)
- [Scoring rubrics](https://api-docs.speechace.com/guides-on-common-topics/scoring-rubrics.md)
- [Interpreting fidelity class](https://api-docs.speechace.com/guides-on-common-topics/interpreting-fidelity-class.md)
- [Phonetic notation](https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation.md)
- [US English (en-us)](https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation/us-english-en-us.md)
- [UK English (en-gb)](https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation/uk-english-en-gb.md)
- [French (fr-fr, fr-ca)](https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation/french-fr-fr-fr-ca.md)
- [Spanish (es-es, es-mx)](https://api-docs.speechace.com/guides-on-common-topics/phonetic-notation/spanish-es-es-es-mx.md)
- [Getting word timestamps in audio](https://api-docs.speechace.com/guides-on-common-topics/getting-word-timestamps-in-audio.md)
- [Automatic handling of unknown words](https://api-docs.speechace.com/guides-on-common-topics/automatic-handling-of-unknown-words.md)
- [Phoneme to letter mapping](https://api-docs.speechace.com/guides-on-common-topics/phoneme-to-letter-mapping.md)
- [Markup Language](https://api-docs.speechace.com/guides-on-common-topics/markup-language.md)
- [Detecting Speech Interference](https://api-docs.speechace.com/guides-on-common-topics/detecting-speech-interference.md)


---

# Agent Instructions: 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.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.
