# Safi Docs

## Safi Docs

- [Introduction](https://safidocs.insolify.com/introduction.md): The official API for Safi Ai, Voice, Speech Understanding, and much more.
- [Authentication](https://safidocs.insolify.com/authentication.md): Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.  You can generate API keys from your Safi Dashboard at any time.
- [SDK & Packages](https://safidocs.insolify.com/sdk-and-packages.md): Fasten deployment and use of the APIs by simply installing the package for selected Stacks. Other stacks can use the API docs to develop Packages or suggest to us at safi@insolify.com
- [Voices & Languages](https://safidocs.insolify.com/voices-and-languages.md): Before sending requests, it is important to specify the voice and language otherwise the system will try to auto detect the language and use default voice where necessary.
- [Simple Messaging](https://safidocs.insolify.com/simple-messaging.md): Safi is capable of holding intelligent conversations, sticking to a thread and responding with voice, text, audio and video.
- [Conversation Thread](https://safidocs.insolify.com/conversation-thread.md): End to End Intelligent Conversation
- [Speech Synthesis](https://safidocs.insolify.com/speech-synthesis.md): Send Voice notes, audio files, real-time audio and get transcription, translation or voice response.
- [Text Synthesis](https://safidocs.insolify.com/text-synthesis.md): This takes in text content and gives out either text or voice depending on the request. Look at 1 & 2.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://safidocs.insolify.com/introduction.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.
