# Platform & Languages Supported

## Platforms supported

Slang Assistants are available for the following platforms

* Android Native with a Java SDK
* React Native with Javascript SDK (which internally depends on the native platform SDK)
  * Currently React Native is available only for Android devices
* Flutter with Dart SDK (which internally depends on the native platform SDK)
  * Currently Flutter SDK is available only for Android devices
* Web with Javascript SDK. Works on both desktop and mobiles. The following browsers are supported  &#x20;

  * Chrome
  * Firefox
  * Safari is not supported by default but it can be enabled if required at runtime via provided code options.&#x20;

Native iOS apps are not supported currently. If you are interested in integrating our Assistants to iOS apps please contact us - <42@slanglabs.in>

## Languages supported

Slang Assistants are multi-lingual out of the box. They support the following languages by default

* English (Indian accent by default but can also be enabled to support other regions)
* Hindi

The platform also has optional support for more languages, depending on the type of Assistant.&#x20;

* Kannada
* Tamil
* Malayalam

We are also working to add more languages over time, including languages popular outside India.&#x20;

if you need to enable these languages for your app or looking for having these Assistants work in other languages, please contact us - <42@slanglabs.in>


---

# 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.conva.ai/slang/platforms-and-languages-supported.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.
