# Code Integration

Slang CONVA comes in two favors&#x20;

* [**Slang CONVA Search**](/slang/getting-started/integrating-slang-retail-assistant/code-integration-basic-steps/code-integration-basic-steps.md) - Use this if you are looking to add an accurate multilingual Voice Search capability to your e-commerce app&#x20;
* [**Slang CONVA Plus**](/slang/getting-started/integrating-slang-retail-assistant/code-integration-basic-steps/code-integration-basic-steps-1.md) - Use this if you are looking to add more advanced, multi-turn voice journeys to 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/code-integration-basic-steps.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.
