# Sample Projects

### Conva.AI Playground App

**Android**

The [Playground app](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/Conva.AIPlaygroundApp) is the Android version of the Playground app that demonstrates how to integrate Conva.AI Assistants into apps using the Core and Copilot versions of the SDK and displays the relevant fields from the Response objects.

**iOS**

The iOS [playground app](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/iOS/ConvaAIPGApp) demonstrates how to integrate Conva.AI Assistants using Core SDK and displays the relevant fields from the Response objects.

### Domain Specific Apps

#### Shopping Domain

* [Grocery Shopping](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/Conva.AISampleGroceryApp)

#### Travel Domain

* [Travel Search (Jetpack Compose)](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/ConvaAITravelDemo)
* [Bus Booking](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/ConvaAITravelBusDemoApp)

### Integration Guides

#### Android

* [Integrating ConvaAI Copilot with a WebView based app](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/ConvaAIWebViewDemo)

#### Jupyter Notebooks

* [ConvaAI Python SDK Tutorial](https://github.com/slanglabs-projects/conva-ai-demo-apps/blob/master/Python/ConvaAI%20Python%20SDK%20Tutorial.ipynb)

### Platform Specifics

**iOS**

* [ConvaAI Conversation Starter (SwiftUI)](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/iOS/ConversationStarter)

**Flutter**

* [ConvaAI Split App](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Flutter/ConvaAISplit)
* [ConvaAI Reminder App](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Flutter/conva_reminder_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/conva.ai-docs/sample-projects.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.
