# Usecases

- [Simple QA using Open Source Large Language Models](https://docs.aiplanet.com/genai-stack-1/usecases/simple-qa-using-open-source-large-language-models.md): In this use, we will build a simple Question and Answering assistant just like ChatGPT but with help of Open Source Language Models.
- [Multilingual Indic Language Translation](https://docs.aiplanet.com/genai-stack-1/usecases/multilingual-indic-language-translation.md): In this use case, we aim to establish a language translation system from English to six prominent Indian languages: Hindi, Kannada, Telugu, Tamil, Punjabi, and Gujarati.
- [Document Search and Chat](https://docs.aiplanet.com/genai-stack-1/usecases/document-search-and-chat.md): In this use case, we will implement a Chat with PDF. The process involves searching for a pertinent document within the collection based on the user query and subsequently utilizing the Chat Interface
- [Chat with Multiple Documents](https://docs.aiplanet.com/genai-stack-1/usecases/chat-with-multiple-documents.md): In this use case, we will implement a Chat with multiple documents. We will have different kinds of documents including Youtube video, PDF and Web URL.


---

# 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.aiplanet.com/genai-stack-1/usecases.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.
