# Setting up Slang CONVA

## 1. Create an account

The first step in the journey is to create an account with Slang by signing up [here](https://conva.slanglabs.in) with your email id

![Signup or Signin to Slang CONVA](/files/7v7vV9ajvJejbVD59ezY)

You will be required to give a name to your organization when you sign in for the very first time.

{% hint style="info" %}
Note that if you need multiple accounts associated with the same organization, contact us @ <42@slanglabs.in> and we will set it up for you.&#x20;
{% endhint %}

## 2. Add a new Assistant

The next step is to add an Assistant and give it a default configuration

![Click on Add Assistant](/files/012j7wV7EdpstODAfbUe)

Begin by clicking on the large "Add Assistant" button

## 3. Select the Assistant Domain

![Select the domain of the app and the sub-domains it supports](/files/FF32KouldX0FmQMcTD2k)

Select the domain as "Retail" and one or more sub-domains that your app supports, and give it a name

## 4. Configure the Assistant

![Select the journeys that should be supported by Voice](/files/wujsVivL40uydEScbySg)

Select the user journeys that you'd like to support. You can always edit this later if we want more functionalities.

{% hint style="info" %}
The user journeys are common across all sub-domains. Sub-domains only influence the "data" that the Assistant will understand.&#x20;
{% endhint %}

## 5. Publish the Assistant

![Review the current selctions before pubilshing](/files/jaRC1fYsMNC5kWw1jsNi)

You are now ready to publish your newly created Assistant. Go ahead and click "Publish"

![Successfully published the Assistant](/files/uguqDpDOBCwZWO7sVyje)

If everything goes well, you should see a message indicating success and the Assistant key generated.&#x20;

Congratulations on publishing your first Assistant!

Next, you can do one of two things. integrate the appropriate SDK into your app or try the Assistant you just published using the Slang CONVA Playground app.&#x20;

## 6. Try the Assistant using the Slang CONVA Playground app

Click on the "Try Assistant" button

![Try out the Assistant using the Slang CONVA Playground app](/files/euhzJRHyK0QDcvoIT6fB)

Download the app from [here](https://play.google.com/store/apps/details?id=in.slanglabs.pg_app).&#x20;

When you open the app, scan the QR code in the app using the QR code shown in the CONVA console to connect it with your Assistant.

![Slang CONVA Playground App](/files/jSV5lzybtVLjxtG7xFhy)

After you have played with the app, you can now customize the Assistant (eg the prompts spoken) to suit your specific app. Changes published to your Assistant will get reflected in the PG (PlayGround) app automatically.&#x20;

Let's see what customization options are available


---

# 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/setting-up-the-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.
