Differences
This shows you the differences between two versions of the page.
| — | guide:public-authority:pio-faa-details-website [2026/07/22 17:47] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{htmlmetatags> | ||
| + | metatag-title=(Publish PIO FAA Details Website RTI Section 4 1 b 2026)& | ||
| + | |||
| + | ====== How to Publish PIO and FAA Details on a Public Authority Website ====== | ||
| + | |||
| + | |||
| + | |||
| + | {{ : | ||
| + | |||
| + | <WRAP center round info 95%> | ||
| + | **Quick Reply:** How a public authority should publish PIO and FAA details on its website under Section 4 1 b xvi of the RTI Act 2005. Required fields, accessibility, | ||
| + | </ | ||
| + | |||
| + | <WRAP center round tip 100%> | ||
| + | **Direct answer.** Section 4(1)(b)(xvi) of the RTI Act 2005 requires every public authority to publish on its website the names, designations and other particulars of its Public Information Officers and First Appellate Authorities. Best practice is a single page titled **" | ||
| + | </ | ||
| + | |||
| + | The PIO/FAA contact page is the most-visited page on any public authority' | ||
| + | |||
| + | ===== When this guide applies ===== | ||
| + | |||
| + | * You are designing the RTI section of a public authority website from scratch. | ||
| + | * You are auditing an existing page. | ||
| + | * You are preparing for a CAG / Information Commission inspection. | ||
| + | * Your office has been pulled up by the Commission for outdated PIO / FAA details. | ||
| + | |||
| + | ===== Legal basis ===== | ||
| + | |||
| + | * **Section 4(1)(b)(xvi)** — names, designations and other particulars of PIO. | ||
| + | * **Section 5(1)** — designation of PIOs. | ||
| + | * **Section 5(2)** — APIOs at field level. | ||
| + | * **Section 19(1)** — FAA is " | ||
| + | * **Section 4(4)** — dissemination in local language. | ||
| + | |||
| + | ===== Mandatory fields per officer ===== | ||
| + | |||
| + | For each PIO / APIO / FAA, the page must show: | ||
| + | |||
| + | - **Name** in full, in English and the regional language. | ||
| + | - **Designation** (Joint Secretary / Director / Under Secretary). | ||
| + | - **Specific role** (PIO / APIO / FAA). | ||
| + | - **Office address** including room number. | ||
| + | - **Postal address** for hard-copy applications. | ||
| + | - **Phone (direct line)** and office switchboard. | ||
| + | - **Email** — preferably an institutional ID, not a personal one. | ||
| + | - **Area of responsibility** if multiple PIOs are designated by subject. | ||
| + | - **Date of designation** as PIO/FAA. | ||
| + | - **Office hours** for in-person applications. | ||
| + | |||
| + | ===== Recommended page structure ===== | ||
| + | |||
| + | A four-section structure works for most authorities: | ||
| + | |||
| + | - **Section A — Where to file an RTI.** One paragraph describing the postal address, the online portal link, and the working hours. | ||
| + | - **Section B — PIOs.** One row per PIO. If multiple, group by subject area. | ||
| + | - **Section C — APIOs.** Rows for sub-offices. | ||
| + | - **Section D — FAAs.** One row per FAA, with the corresponding PIOs they oversee. | ||
| + | - **Section E — Help and grievance.** Email of the nodal officer for any grievance about RTI handling. | ||
| + | |||
| + | ===== Accessibility requirements ===== | ||
| + | |||
| + | * Mobile-friendly — Section 4(3) demands accessibility. | ||
| + | * Screen-reader friendly — proper table semantics. | ||
| + | * Reasonable colour contrast. | ||
| + | * Downloadable PDF version with the same data. | ||
| + | * Regional-language version under Section 4(4)(b). | ||
| + | * Indexable — no robots.txt block. | ||
| + | |||
| + | ===== Update cycle ===== | ||
| + | |||
| + | - **On transfer** — within seven working days of the transfer order. | ||
| + | - **On vacancy** — show " | ||
| + | - **Quarterly review** — by the nodal officer. | ||
| + | - **Annual sign-off** — by the head of office. | ||
| + | |||
| + | ===== Sample HTML structure (suggested) ===== | ||
| + | |||
| + | The page on the website (built by IT) should render a clean table. The internal data store should be a CSV / JSON that the IT team can update without touching code. | ||
| + | |||
| + | `pio.csv` format (suggested): | ||
| + | |||
| + | `name, | ||
| + | |||
| + | The website then renders this CSV as an HTML table and a downloadable PDF. | ||
| + | |||
| + | ===== Step by step ===== | ||
| + | |||
| + | - Step 1. Pull the latest list of PIOs / APIOs / FAAs from the office order register. | ||
| + | - Step 2. Verify each row with the officer concerned (phone numbers change). | ||
| + | - Step 3. Translate names and designations into the regional language. | ||
| + | - Step 4. Submit to IT for upload. | ||
| + | - Step 5. Test on mobile. | ||
| + | - Step 6. Add a "Last updated" | ||
| + | - Step 7. Notify the public authority' | ||
| + | |||
| + | ===== Common public authority mistakes ===== | ||
| + | |||
| + | * **" | ||
| + | * **Officers transferred out** still on the page months later. | ||
| + | * **Personal mobile numbers** — unprofessional and a privacy risk. | ||
| + | * **Non-institutional emails** (gmail / yahoo) — should be the office domain. | ||
| + | * **No regional-language version** — Section 4(4)(b) violation. | ||
| + | * **PDF only** — should be HTML + downloadable PDF, not PDF alone. | ||
| + | * **No room / address** — applicants cannot find the office. | ||
| + | * **No FAA contact** — citizens get stuck after PIO refusal. | ||
| + | |||
| + | ===== What citizens often ask under RTI about this page ===== | ||
| + | |||
| + | * Date of last update of the PIO/FAA page. | ||
| + | * Number of times the page has been updated in the last financial year. | ||
| + | * Reason why the page shows a transferred officer. | ||
| + | * Office orders designating the current PIOs and FAAs. | ||
| + | * The internal SOP that governs the update cycle. | ||
| + | * Logs of all changes to the page in the last twelve months. | ||
| + | |||
| + | A clean SOP avoids these RTIs because the data is already on the page. | ||
| + | |||
| + | ===== Integration with the office' | ||
| + | |||
| + | If the public authority is on-boarded to [[https:// | ||
| + | |||
| + | ===== Privacy and data protection ===== | ||
| + | |||
| + | Officers' | ||
| + | |||
| + | ===== Frequently asked questions ===== | ||
| + | |||
| + | ==== Can we list officers' | ||
| + | |||
| + | Avoid. Use direct office numbers. Officers' | ||
| + | |||
| + | ==== What if the PIO post is vacant? ==== | ||
| + | |||
| + | Designate the senior-most officer as interim PIO and reflect on the page. Do not leave the line blank. | ||
| + | |||
| + | ==== How many PIOs can a public authority have? ==== | ||
| + | |||
| + | As many as required. Section 5(1) lets the authority designate as many as necessary at all administrative units. | ||
| + | |||
| + | ==== Can different PIOs handle different subjects? ==== | ||
| + | |||
| + | Yes. Section 5(1) allows subject-wise PIO designation. The page should clearly indicate the subject coverage. | ||
| + | |||
| + | ==== Should we publish the FAA's office order? ==== | ||
| + | |||
| + | Yes — link the office order PDF from the page so applicants can verify. | ||
| + | |||
| + | ==== Who is responsible for updating? ==== | ||
| + | |||
| + | The nodal RTI officer; the IT team executes the upload. | ||
| + | |||
| + | ==== What if our website does not have a CMS? ==== | ||
| + | |||
| + | Even a static HTML table works. The point is the data, not the technology. | ||
| + | |||
| + | ===== Sources ===== | ||
| + | |||
| + | * The Right to Information Act, 2005 — Section 4, Section 5, Section 19. | ||
| + | * Department of Personnel and Training, [[https:// | ||
| + | * Indian Government Web Directory. | ||
| + | * Central Information Commission, [[https:// | ||
| + | |||
| + | ===== See also ===== | ||
| + | |||
| + | * [[guide: | ||
| + | * [[guide: | ||
| + | * [[guide: | ||
| + | * [[guide: | ||
| + | * [[guide: | ||
| + | |||
| + | Last reviewed: 9 May 2026. | ||
| + | |||
| + | {{tag> | ||