# Integrating Slang CONVA into Retail e-Commerce Apps

Integrating Slang CONVA includes two steps:

1. Configuring the Assistant in the Slang Console
2. Integrating the Assistant SDK with your app. This step varies slightly based on the specific platform that your app supports. Today, the supported platforms are:
   * Native Android
   * Flutter (Android)
   * React Native (Android)
   * Web (JS)&#x20;

Let's start with the basics and later go into more advanced concepts of integrating Slang CONVA into your app


---

# 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/getting-started/integrating-slang-retail-assistant.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.
