# Sunbird AI Assistant

## Sunbird AI Assistant

- [Overview](https://ai-assistant.sunbird.org/overview.md)
- [Functional Overview](https://ai-assistant.sunbird.org/functional-overview.md)
- [The Problem](https://ai-assistant.sunbird.org/functional-overview/the-problem.md)
- [The Solution](https://ai-assistant.sunbird.org/functional-overview/the-solution.md)
- [Use Cases](https://ai-assistant.sunbird.org/functional-overview/use-cases.md)
- [e-Jaadui Pitara](https://ai-assistant.sunbird.org/functional-overview/use-cases/e-jaadui-pitara.md)
- [Capabilities](https://ai-assistant.sunbird.org/functional-overview/capabilities.md)
- [Technical Overview](https://ai-assistant.sunbird.org/technical-overview.md)
- [Architecture](https://ai-assistant.sunbird.org/technical-overview/architecture.md)
- [Technology Stack](https://ai-assistant.sunbird.org/technical-overview/technology-stack.md)
- [Get Started with AI Assistant](https://ai-assistant.sunbird.org/get-started-with-ai-assistant.md)
- [Key Steps to role out an AI Assistant Solution](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/key-steps-to-role-out-an-ai-assistant-solution.md)
- [Pre-requisites](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/pre-requisites.md)
- [Installation](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/installation.md)
- [Data Ingestion Process](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/data-ingestion-process.md)
- [Configuration](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/configuration.md)
- [APIs](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/apis.md)
- [Bot Creation 101](https://ai-assistant.sunbird.org/get-started-with-ai-assistant/bot-creation-101.md)
- [Components](https://ai-assistant.sunbird.org/components.md)
- [Sakhi API Service](https://ai-assistant.sunbird.org/components/sakhi-api-service.md)
- [Environment Variables](https://ai-assistant.sunbird.org/components/sakhi-api-service/environment-variables.md)
- [Pluggability of LLM Chat Model](https://ai-assistant.sunbird.org/components/sakhi-api-service/pluggability-of-llm-chat-model.md)
- [Pluggability of Cloud Storage](https://ai-assistant.sunbird.org/components/sakhi-api-service/pluggability-of-cloud-storage.md)
- [Pluggability of Transaltion service](https://ai-assistant.sunbird.org/components/sakhi-api-service/pluggability-of-transaltion-service.md)
- [Pluggability of  Vector Store](https://ai-assistant.sunbird.org/components/sakhi-api-service/pluggability-of-vector-store.md)
- [Release Notes](https://ai-assistant.sunbird.org/release-notes.md)
- [Release Convention](https://ai-assistant.sunbird.org/release-notes/release-convention.md)
- [3.0.0 (Latest)](https://ai-assistant.sunbird.org/release-notes/3.0.0-latest.md)
- [2.0.0](https://ai-assistant.sunbird.org/release-notes/2.0.0.md)
- [1.0.0](https://ai-assistant.sunbird.org/release-notes/1.0.0.md)
- [Roadmap](https://ai-assistant.sunbird.org/roadmap.md)
- [Contribution Guide](https://ai-assistant.sunbird.org/contribution-guide.md)
- [FAQs](https://ai-assistant.sunbird.org/faqs.md)
- [Knowledge Base](https://ai-assistant.sunbird.org/knowledge-base.md)
- [Best Practices](https://ai-assistant.sunbird.org/knowledge-base/best-practices.md)
- [Indexing CSV Data](https://ai-assistant.sunbird.org/knowledge-base/indexing-csv-data.md): Page discusses about different approaches one can take for indexing csv data based on their use-case.
- [Contact us](https://ai-assistant.sunbird.org/contact-us.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ai-assistant.sunbird.org/overview.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.
