# Project Anuvaad

## Sunbird Anuvaad

- [Sunbird Anuvaad Overview](https://anuvaad.sunbird.org/readme.md): Overview
- [Features](https://anuvaad.sunbird.org/readme/features.md): Anuvaad is loaded with lots of features to provide the optimal experience for the end user to smoothen the process of document translation. The notable features are highlighted below:
- [Playbook](https://anuvaad.sunbird.org/use/playbook.md): This page will help the user to get themselves onboarded on Anuvaad and perform an operation.
- [Video Tutorials](https://anuvaad.sunbird.org/use/video-tutorials.md): Various video tutorials demonstrating features and step-by-step instructions to utilize the best out of Anuvaad!
- [Architecture](https://anuvaad.sunbird.org/learn/architecture.md): Architecture of Anuvaad
- [Technology Stack](https://anuvaad.sunbird.org/learn/technology-stack.md): Technology Stack
- [Repository structure and developers guide](https://anuvaad.sunbird.org/learn/repo-structure.md)
- [Setting up Anuvaad on your own](https://anuvaad.sunbird.org/learn/setting-up.md)
- [Git branching strategies](https://anuvaad.sunbird.org/learn/branching-strategy.md)
- [Anuvaad Module Config Guidelines](https://anuvaad.sunbird.org/learn/anuvaad-module-config-guidelines.md)
- [Modulewise Appendix](https://anuvaad.sunbird.org/modules/modulewise-appendix.md): Summary of the purpose of each module and necessary links
- [Anuvaad Workflow Manager](https://anuvaad.sunbird.org/modules/anuvaad-workflow-manager.md)
- [User management](https://anuvaad.sunbird.org/modules/user-management.md)
- [Document converter](https://anuvaad.sunbird.org/modules/document-converter.md)
- [Auditor](https://anuvaad.sunbird.org/modules/auditor.md)
- [OCR Content handler](https://anuvaad.sunbird.org/modules/ocr-content-handler.md)
- [Block merger](https://anuvaad.sunbird.org/modules/block-merger.md)
- [Content Handler](https://anuvaad.sunbird.org/modules/content-handler.md)
- [Document Digitization](https://anuvaad.sunbird.org/modules/document-digitization.md)
- [File uploader](https://anuvaad.sunbird.org/modules/file-uploader.md)
- [Aligner](https://anuvaad.sunbird.org/modules/aligner.md)
- [ETL Translator](https://anuvaad.sunbird.org/modules/etl-translator.md)
- [File translator](https://anuvaad.sunbird.org/modules/file-translator.md)
- [Anuvaad Zuul Gateway System](https://anuvaad.sunbird.org/modules/anuvaad-zuul-gateway-system.md)
- [Anuvaad Translator](https://anuvaad.sunbird.org/modules/anuvaad-translator.md)
- [Tokenizer](https://anuvaad.sunbird.org/modules/tokenizer.md)
- [Analytics](https://anuvaad.sunbird.org/modules/analytics.md)
- [NMT](https://anuvaad.sunbird.org/modules/nmt.md)
- [Legacy](https://anuvaad.sunbird.org/legacy.md)
- [Model Retraining](https://anuvaad.sunbird.org/legacy/model-retraining.md): Briefly explains about retraining a translation model to accommodate a domain-specific usecase.
- [NMT Inference](https://anuvaad.sunbird.org/legacy/nmt-inference.md)
- [Integration](https://anuvaad.sunbird.org/legacy/integration.md): Integration
- [Registration](https://anuvaad.sunbird.org/legacy/integration/registration.md)
- [Login and auth token](https://anuvaad.sunbird.org/legacy/integration/login-and-auth-token.md): Login and auth token
- [Supported Language pairs and translation models](https://anuvaad.sunbird.org/legacy/integration/supported-language-pairs-and-translation-models.md): Supported Language pairs and translation models
- [Translate texts](https://anuvaad.sunbird.org/legacy/integration/translate-texts.md)
- [Service Contracts](https://anuvaad.sunbird.org/legacy/service-contracts.md)
- [API Host Endpoints](https://anuvaad.sunbird.org/legacy/api-host-endpoints.md): API HOST ENDPOINT
- [FAQ](https://anuvaad.sunbird.org/engage/faq.md): Frequently asked questions about Anuvaad
- [KT Videos](https://anuvaad.sunbird.org/engage/kt-videos.md)
- [Tools](https://anuvaad.sunbird.org/engage/tools.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://anuvaad.sunbird.org/readme.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.
