# Speech and Language

- [AI Lip Sync Generator](https://docs.gooey.ai/speech-and-language/how-to-use-ai-lip-sync-generator.md): AI-powered lip-sync in seconds!
- [Lip Sync Animation Generator (WITH AUDIO FILES)](https://docs.gooey.ai/speech-and-language/how-to-use-ai-lip-sync-generator/lip-sync-animation-generator-with-audio-files.md): AI-powered lip-sync in seconds!
- [LipSync videos with Custom Voices](https://docs.gooey.ai/speech-and-language/how-to-use-ai-lip-sync-generator/lipsync-videos-with-custom-voices.md)
- [Set up your API for Lipsync with Local Folders](https://docs.gooey.ai/speech-and-language/how-to-use-ai-lip-sync-generator/set-up-your-api-for-lipsync-with-local-folders.md): Here is a quickstart guide to setting up your API with local folders. Go through the tabs for node.js or python!
- [Tips to create great HD lipsync output](https://docs.gooey.ai/speech-and-language/how-to-use-ai-lip-sync-generator/tips-to-create-great-hd-lipsync-output.md)
- [Frequently Asked Questions about Lipsync](https://docs.gooey.ai/speech-and-language/how-to-use-ai-lip-sync-generator/frequently-asked-questions-about-lipsync.md): Some answers to common issues when implementing Lipsync in production
- [Speech Recoginition](https://docs.gooey.ai/speech-and-language/how-to-use-asr.md): A simple guide on how to use Automatic Speech Recognition
- [Create language evaluation for Speech Recognition](https://docs.gooey.ai/speech-and-language/how-to-use-asr/how-to-create-language-evaluation-for-asr.md): Set up a simple workflow to compare ASR models and evaluate the right choice for your product
- [Compare AI Translations](https://docs.gooey.ai/speech-and-language/how-to-use-compare-ai-translations.md)
- [Google Translate Glossary](https://docs.gooey.ai/speech-and-language/how-to-use-compare-ai-translations/google-translate-glossary.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://docs.gooey.ai/speech-and-language.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.
