# Introduction

Safi is a simplified Ai Assistant for everyday use. From Conversation, Research, Translation, Dictation, Speech synthesis and much more.

{% hint style="info" %}
Create Account: <https://safi.insolify.com>
{% endhint %}

### Supported Languages <a href="#get-your-api-keys" id="get-your-api-keys"></a>

Safi listens fluently and speaks the following languages:

| Language          | Listening    | Speech       |
| ----------------- | ------------ | ------------ |
| Pidgin (Nigerian) | Full Support | Full Support |
| Hausa             | Full Support | Full Support |
| Igbo              | Full Support | Full Support |
| Yoruba            | Full Support | Full Support |
| Arabic            | Full Support | Full Support |
| English           | Full Support | Full Support |
| French            | Full Support | Full Support |

### Available Voices

| ID     | Name                  | Languages                              |
| ------ | --------------------- | -------------------------------------- |
| safi   | Default Safi (Female) | All Suported                           |
| tolu   | Tolu (Female)         | Yoruba, English, Pidgin                |
| nora   | Nora (Female)         | Igbo, English, Pidgin                  |
| khadi  | Khadija (Femal)       | Hausa, Pidgin                          |
| uche   | Uche (Male)           | English, Pidgin, Igbo                  |
| khalid | Khalid (Male)         | Arabic, English, Hausa, French, Pidgin |
| yemi   | Yemi (Male)           | English, Yoruba, Pidgin                |

{% hint style="info" %}
Good to know: All APIs require authentication.
{% endhint %}

### Get your API keys <a href="#get-your-api-keys" id="get-your-api-keys"></a>

Your API requests are authenticated using API keys. Any request that doesn't include an API key and Secret key will return an error.

You can generate API keys from your Dashboard at any time.


---

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