CINXE.COM
RTI Online :: Home | Submit RTI Request | Submit RTI First Appeal | View RTI Status | RTI FAQ
<!DOCTYPE html> <html> <head> <link rel="shorcut icon" href="#"> </head> </html> <div></div> <div align="right" style="margin-right:220px;"> <button onclick=" myFunction() " style='background-color: black; height:20px; width:20px; '></button> <button onclick="myFunction2()" style='background-color: white; height:20px; width:20px'> </button> </div> <app-root id="FontSizeFun"> </app-root><div _ngcontent-iae-c103="" class="city_top_social" align="right" style="margin-right:220px;"><a _ngcontent-iae-c103="" onclick="increaseFontSizeBy1px()"> A+ </a> <a _ngcontent-iae-c103="" onclick="defaultFontSize()"> A </a> <a _ngcontent-iae-c103="" onclick="decreaseFontSizeBy1px()"> A- </a> </div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>RTI Online :: Home | Submit RTI Request | Submit RTI First Appeal | View RTI Status | RTI FAQ</title><meta name="description" content="Online RTI Information Systems, Government of India RTI Request & Appeal Management Information System (RTI-MIS) (Based on Right to Information Act 2005) RTI Online Request ,RTI Online First Appeal, Online View Status." /><meta name="keywords" content="rti, rti online, rtimis, rti information system, rti request, rti first appeal, rti appeal, rti status, rti view status, rti login, rti registration, file rti applications, file rti request, file rti first appeal, file rti online, right to information act, rti act, rti india, rti application, rti form, rti application form, rti act 2005, right to information, rti activist"/><meta name="author" content="http://www.rtionline.gov.in" /><meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="SHORTCUT ICON" href="https://rtionline.gov.in/images/rti-header.png" /> <link rel="stylesheet" type="text/css" href="https://rtionline.gov.in/style/style.css" /> <!--jquery Validation--> <link rel="stylesheet" type="text/css" href="https://rtionline.gov.in/style/jquery.validate.css" /> <link rel="stylesheet" type="text/css" href="https://rtionline.gov.in/style/jquery.datepick.css"/> <script src="https://rtionline.gov.in/jquery/jquery.min.js" type="text/javascript"></script> <script src="https://rtionline.gov.in/jquery/jquery.datepick.js" type="text/javascript"></script> <script src="https://rtionline.gov.in/javascripts/comman.js" type="text/javascript"></script> <script src="https://rtionline.gov.in/javascripts/jquery.validate.js" type="text/javascript"></script> <script src="https://rtionline.gov.in/javascripts/md5.js" type="text/javascript"></script> <script src="https://rtionline.gov.in/javascripts/sha.js" type="text/javascript"></script> <script src="https://rtionline.gov.in/javascripts/tool-tip.js" type="text/javascript"></script> <!--End jquery Validation--><script type="text/javascript"> function disableBackButton() { window.history.forward(1); } setTimeout("disableBackButton()", 0); </script> <!--javascript is off--> <noscript> <meta http-equiv="refresh" content="0; URL=https://rtionline.gov.in/error.php"/> </noscript> <!--end javascript is off--> <script type="text/javascript"> function myFunction() { $('div.theme').css('color','white'); $('div.theme').css('background-color','black'); document. getElementById('test'). style. backgroundColor = 'black' ; document. getElementById('Help-Desk'). style. backgroundColor = 'black' ; document. getElementById('ptextbottom'). style. color = 'yellow' ; document. getElementById('Help-Desk'). style.boxShadow = 'None' ; document. getElementById('page-message'). style. backgroundColor = 'black' ; document. getElementById('ptext'). style. color = 'yellow' ; document. getElementById('page-message'). style.boxShadow = 'None' ; document. getElementById('content'). style. backgroundColor = 'black' ; document. getElementById('divBox'). style. color = 'white' ; document. getElementById('divIns'). style. color = 'white' ; document. getElementById('sidebar'). style. backgroundColor = 'black' ; document. getElementById('divtoplogin'). style. backgroundColor = 'black' ; document. getElementById('ptest'). style. backgroundColor = 'black' ; document. getElementById('lblEmail'). style.color = 'white' ; } function myFunctionHindi() { $('div.theme').css('color','white'); $('div.theme').css('background-color','black'); document. getElementById('divtesthindi'). style. backgroundColor = 'black' ; document. getElementById('page-message-hindi'). style. backgroundColor = 'black' ; document. getElementById('page-message-hindi'). style.boxShadow = 'None' ; document. getElementById('ptextHindi'). style. color = 'yellow' ; document. getElementById('Help-Desk'). style. backgroundColor = 'black' ; document. getElementById('Help-Desk'). style.boxShadow = 'None' ; document. getElementById('ptextbottom_hindi'). style. color = 'yellow' ; document. getElementById('spanId'). style. color = 'yellow' ; document. getElementById('ptest'). style. color = 'white' ; document. getElementById('divinsHindi'). style. color = 'white' ; document. getElementById('content'). style. backgroundColor = 'black' ; document. getElementById('sidebar'). style. backgroundColor = 'black' ; document. getElementById('divtoploginHindi'). style. backgroundColor = 'black' ; } function myFunction2() { location.reload(); } </script> <script language="javascript" type="text/javascript"> function frmlangSub(lang) { var actionurl = document.getElementById("hndactionurl").value; if(lang=='hi') { document.getElementById("frmLang").action=actionurl+"?Lang=hi"; document.getElementById("frmLang").submit(); } else if(lang=='en'){ document.getElementById("frmLang").action=actionurl+"?Lang=en"; document.getElementById("frmLang").submit(); } } </script> <script> function increaseFontSizeBy1px() { txt = document.getElementById('FontSizeFun'); style = window.getComputedStyle(txt, null).getPropertyValue('font-size'); currentSize = parseFloat(style); txt.style.fontSize = (currentSize + 1) + 'px'; $('body').css('font-size', (currentSize + 1) + 'px') $('a').css('font-size', (currentSize + 1) + 'px') $('Div').css('font-size', (currentSize + 1) + 'px') $('p').css('font-size', (currentSize + 1) + 'px') $('h1').css('font-size', (currentSize + 1) + 'px') $('h2').css('font-size', (currentSize + 1) + 'px') $('h3').css('font-size', (currentSize + 1) + 'px') $('h4').css('font-size', (currentSize + 1) + 'px') $('h5').css('font-size', (currentSize + 1) + 'px') $('h6').css('font-size', (currentSize + 1) + 'px') $('span').css('font-size', (currentSize + 1) + 'px') $('table').css('font-size', (currentSize + 1) + 'px') $('tbody').css('font-size', (currentSize + 1) + 'px') $('tr').css('font-size', (currentSize + 1) + 'px') $('td').css('font-size', (currentSize + 1) + 'px') $('label').css('font-size', (currentSize + 1) + 'px') } function decreaseFontSizeBy1px() { txt = document.getElementById('FontSizeFun'); style = window.getComputedStyle(txt, null).getPropertyValue('font-size'); currentSize = parseFloat(style); txt.style.fontSize = (currentSize - 1) + 'px'; $('body').css('font-size', (currentSize - 1) + 'px') $('a').css('font-size', (currentSize - 1) + 'px') $('Div').css('font-size', (currentSize - 1) + 'px') $('p').css('font-size', (currentSize - 1) + 'px') $('h1').css('font-size', (currentSize - 1) + 'px') $('h2').css('font-size', (currentSize - 1) + 'px') $('h3').css('font-size', (currentSize - 1) + 'px') $('h4').css('font-size', (currentSize - 1) + 'px') $('h5').css('font-size', (currentSize - 1) + 'px') $('h6').css('font-size', (currentSize - 1) + 'px') $('span').css('font-size', (currentSize - 1) + 'px') $('table').css('font-size', (currentSize + 1) + 'px') $('tbody').css('font-size', (currentSize + 1) + 'px') $('tr').css('font-size', (currentSize + 1) + 'px') $('td').css('font-size', (currentSize + 1) + 'px') $('label').css('font-size', (currentSize + 1) + 'px') } function defaultFontSize() { location.reload(); } </script> </head> <!--<body onload="disableBackButton();" onunload="disableBackButton();">--> <body onload="disableBackButton();"> <div id="wrapper"> <div id="header"> <div id="emblem"> <img src="https://rtionline.gov.in/images/logo/indian-emblam-white.gif" alt="national-emblem" /> </div> <div id="language" style="margin-right:400px;"> <form name="frmLang" id="frmLang" method="post" action=""><span>Select Language:</span><select name="lan" id="lan" class="lang" onchange="frmlangSub(this.value);"><option value="en" selected="selected">English</option><option value="hi">Hindi</option></select><input type="hidden" name="hndbaseurl" id="hndbaseurl" value="https://rtionline.gov.in/"><input type="hidden" name="hndactionurl" id="hndactionurl" value="https://rtionline.gov.in/layout/getLanguage.php"></form></div> <!--<div id="LanguageDiv"> </div>--><div id="language" class="changetheme"> <a style="font-weight:bold; color:white;" href="https://rtionline.gov.in/request/allpa.php?pageid=8f14e45fceea167a5a36dedd4bea2543">Public Authorities Available</a> </div><div id="logo"> <h1>RTI Online</h1> </div> <div id="slogan" class="changetheme">Version 2.0</br> An Initiative of Department of Personnel & Training, Government of India </div></div> <div id="menu" style="font-size:14px"> <ul><li><a href="https://rtionline.gov.in/index.php">Home</a></li><li><a href="https://rtionline.gov.in/guidelines.php?request&&pageid=8f14e45fceea167a5a36dedd4bea2543">Submit Request</a></li><li><a href="https://rtionline.gov.in/guidelines.php?appeal&&pageid=8f14e45fceea167a5a36dedd4bea2543">Submit First Appeal</a></li><li><a href="https://rtionline.gov.in/request/status.php">View Status</a></li><li><a href="https://rtionline.gov.in/request/status_history.php">View History</a></li><li><a href="https://rtionline.gov.in/login.php">Login</a></li><li><a href="https://rtionline.gov.in/um_citizen.pdf" target="_blank">User Manual</a></li><li><a href="https://rtionline.gov.in/Contactus.php" >Contact Us</a></li><li><a href="https://rtionline.gov.in/faq.php?pageid=8f14e45fceea167a5a36dedd4bea2543" >FAQ</a></li></ul><br class="clearfix" /> </div> <!--Disabling right click--> <script type="text/javascript" language="javascript"> $(document).ready(function() { $(document).bind("contextmenu",function(e){ return false; }); }); </script> <!--End Disabling right click--> </script> <script type="text/javascript"> //<![CDATA[ function stopRKey(evt) { var evt = (evt) ? evt : ((event) ? event : null); var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null); if ((evt.keyCode == 13) && (node.type=="text")) { return false; } else if ((evt.keyCode == 13) && (node.type=="password")) { return false; } } document.onkeypress = stopRKey; //]]> </script> <script type="text/javascript"> function getPassword(pass) { if(pass.length > 0) { var user = document.getElementById("UserName").value; var salt = document.getElementById("hndSalt").value; var md5Pass = hex_md5(pass); var addUser = md5Pass+user; var md5Userpass = hex_md5(addUser); var addSalt = md5Userpass+salt; document.getElementById("hndPassword").value=SHA256(hex_md5(addSalt)); document.getElementById("password").value = "45c48cce2e2d7fbdea1afc51c7c6ad26"; } } </script><div> <div id="test"> <div id="page-form-title"> <marquee style="color:#FF0000">RTI Portal is facing some technical issues. Response may be slow. Rectification is under progress. Kindly bear with us. <br> </marquee> <!--<marquee style="color:#FF0000">Due to Maintenance activity, RTI Portal will not be available from 13:00 hrs IST to 14:00 hrs IST on 21st March 2025. </marquee> Due to annual closing activity, SBI Internet Banking services will not be available tentatively from 13:00 hrs IST to 16:00 hrs IST on 01st April 2025. Services will be available from 16:00 hrs IST onwards on 01st April 2025. <marquee style="color:#FF0000;">Following the cyber security norms OTP(One time password) is introduced to authenticate users and protect sensitive personal information included in RTI Applications in VIEW STATUS option. </marquee>--> <!--<marquee style="color:#FF0000; font-size:20px">The data prior to year 2022 was moved to an archival database for better performance and manageability. This archived data was not visible on the portal during this activity. The complete data for RTI Request and Appeal has been plugged in now and is available. </marquee>--> <!--<marquee style="color:#FF0000">Due to scheduled Maintenance activity, SBI Internet Banking services will not be available from 01:00 hrs IST to 02:00 hrs IST on 21st February 2025.Services will be available from 02:00 hrs IST onwards on 21st February 2025.</marquee> <marquee> The Data prior to 2022 is moved to archive database for better performance and manageability. The complete data for RTI Request has already been plugged in. Appeal Data prior to 2022 will be available on the portal by 26th August 2023. </marquee> <marquee style="color:#FF0000">Due to scheduled Maintenance activity, SBI Internet Banking Retail, Corporate, Merchant YONO, Yono Lite, YONO Business Web & Mobile App Services will not be available from 00:40 hrs IST to 01:00 hrs IST on 8th February 2025. Services will be available from 01:00 hrs IST onwards on 8th February 2025. </marquee> <marquee style="color:Blue">Due to maintenance activity, Portal will not be available from 11th March 2025 18:00 hrs IST to 12th March 2025 08:00 hrs IST. Inconvenience caused is regretted. </marquee>--> <!--</br>--> <!--<marquee style="color:#FF0000">Due to annual closing activity, SBI Internet Banking services will not be available tentatively from 16:10 hrs IST to 19:10 hrs IST on 01st April 2024. Services will be available from 19:10 hrs IST onwards on 01st April 2024. </marquee>--> <!--<label style="color:#FF0000">All Users are requested to Send/Lodge all the Grievances related to RTI to Department of Personnel & Training only (Not NIC). </label>--> </div><br /> <!--<div id="page-form-title"> <marquee scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();"> Applicants can now pay the prescribed RTI fee or Additional fee using their RuPay Card also. </marquee> </div>--> <div id="msg"> <div id="page-message" style="Margin-top:12px"> <p id="ptext"> Please do not file RTI applications through this portal for the public authorities under the State Governments, including Government of NCT Delhi. If filed, the application would be returned, without refund of amount.</p> </div></div> <!-- <div id="page-message"> <p> Due to Maintanance, RTI online portal will not be available from 17/Feb/2021, 11 PM to 18/Feb/2021,07.00 AM. </p> </div> --> <!-- <div id="page-form-title"> <marquee scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();"> <font color="red"> System will not be available on 30-8-2019 (Friday) from 11:00 AM to 3:00 PM due to maintenance activity. Inconvenience caused is highly regretted.<br><br> </marquee> </div> --> <div id="page-home"> <div id="text1" > <div id="content"> <div id="divBox" class="box-text"> <p id="ptext">This is a portal to file RTI applications/first appeals online along with payment gateway. Payment can be made through internet banking, debit/credit cards of Master/Visa, RuPay cards and UPI. Through this portal, RTI applications/first appeals can be filed by Indian Citizens for all Ministries/Departments and other Public Authorities of Central Government. RTI applications/first appeals should not be filed for other Public authorities under State Govt. through this portal. <br><b id="divIns" class="box-text-ins">Please read instructions carefully while submitting request/appeal.</b> </p> </div> </div></div> <div id="sidebar" style="height: 350px;display:none"> <div id="divtoplogin" class="toplogin"> <!--p>Login for Registered Users</p--> <p><a href="https://rtionline.gov.in/guidelines.php?request">Click here</a> for Submit Request</p> </div> <!--<img src="https://rtionline.gov.in/images/logo/bannerh (2).jpg" alt="rti logo" style="width:410px;height:240px;"/>--> <!--div style="text-align:center ;color:#CC3300;">(Note: User Registration is not mandatory)</div--> <!--<div class="rti-logo"><img src="https://rtionline.gov.in/images/logo/rti-logo.gif" alt="rti logo"/></div>--> <!--<div class="box-login"> <form name="frmLogin" action="ui.index.php" method="post" autocomplete="off"> <table class="login-window" cellspacing="2" cellpadding="0"> <tr><th>Username: </th><td> <input type="text" name="UserName" maxlength="50" id="UserName" class="alphaNumeric"/> </td></tr> <tr><th>Password: </th><td> <input type="password" name="password" id="password" maxlength="50" value="" onblur="getPassword(this.value);" autocomplete="off"/> <input type="hidden" name="hndPassword" id="hndPassword" value="" /> <input type="hidden" name="hndSalt" id="hndSalt" value="691e21e69747ef22205475" /> </td></tr> <tr><td> </td><td><button type="submit" name="Login">Sign In</button></td></tr> </table> </form> </div>--> <!--<br/> <br/> <br/>--> <!--span><a href="forgotPassword.php">Forgot Password</a></span--> <!--<div style="text-align:center ;color:#CC3300;"><a href="request/status_history.php">Click here..>View History</a> to view your past Request/Appeal details.</div>--> <!--span><ins>Not Registered Yet ? <a href="registration.php">Sign Up here</a></ins></span--> </div> <br class="clearfix" /> </div> <div id="pDiv"> <div id="Help-Desk"><p id="ptextbottom"> Help Desk : For any query or feedback related to this portal, Please contact at 011-24622461, during normal office hours<br>(9:00 AM to 5:30 PM, Monday to Friday except Public Holidays) or send an email to helprtionline-dopt[at]nic[dot]in</p> </div> <!-- div id="LastUpdate">Last updated on 25-09-2018 :: 17:19:49</div --> </div></div> </div> <div id="page-bottom"> <p><a href="https://rtionline.gov.in">Home </a>| <a href="http://india.gov.in/" target="_blank"> National Portal of India </a>| <a href="http://dsscic.nic.in/online-appeal-application/onlineappealapplication/" target="_blank">Complaint & Second Appeal to CIC </a>| <a href="https://rtionline.gov.in/faq.php?pageid=8f14e45fceea167a5a36dedd4bea2543"> FAQ </a> | <a href="https://rtionline.gov.in/Policies.php">Policy</a> </p> <p class="Copyright">Copyright © 2023. All rights reserved. Designed, Developed and Hosted by National Informatics Centre, New Delhi on the instructions of <b> DOP&T</b></p> </div> <!--end page-bottom--></div> <br class="clearfix" /> </body> </html> <!-- <div id="dialog" title="Alert"> <img src="images/popup/azadi.jpg" style="width: 650px;"/> </div> <link rel="stylesheet" href="jquery-ui.css"> <script src="jquery/jquery.min.js"></script> <script src="jquery-ui.js"></script> <script> $(function () { $("#dialog").dialog({ width: 700, height: 300, position: { my: "center", at: "center", of: window } }); }); </script> --> <!-- <div id="dialog" title="Memento" > <img src="images/popup/Memento.jpg" style="width: 650px;"/> </div> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script> $(function () { $("#dialog").dialog({ width: 700, height: 300, position: { my: "center", at: "center", of: window } }); }); </script> -->