> For the complete documentation index, see [llms.txt](https://docs.aiplanet.com/genai-stack-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiplanet.com/genai-stack-1/usecases.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aiplanet.com/genai-stack-1/usecases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
