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

# Overview

IDOVIN-PRO turns public electoral records into decisions you can act on. Track leaders and parties, explore constituency-level results on an interactive map, run campaign operations, and ask an AI Companion your toughest data questions — all from one platform.

This documentation shows you how to use every module, step by step. Examples use fictional data from a placeholder region called "Sample State" so you can follow along safely.

## Start Here

* [What is IDOVIN-PRO?](/getting-started/what-is-idovin-pro.md) — the platform and who it is for
* [Registration](/getting-started/registration.md) — create your account
* [Login](/getting-started/login.md) — sign in and reach your dashboard
* [Navigation Overview](/getting-started/navigation-overview.md) — find your way around

## Explore the Platform

| Area                                                | What you can do                                                                    |
| --------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [Leaders](/leaders/leaders.md)                      | Profile any leader — assets, education, criminal record, performance, social reach |
| [Parties](/parties/parties.md)                      | Manifestos, leadership, coalitions, schemes, and fundraising                       |
| [Discover](/discover/discover.md)                   | Map-based exploration of states, results, voters, and historical trends            |
| [EPICS](/epics/epics.md)                            | Run events, promotions, issues, campaigns, and surveys                             |
| [Data Analytics](/data-analytics/data-analytics.md) | Search and filter voter data down to the constituency                              |
| [Quick Insights](/quick-insights/quick-insights.md) | Build charts and export analysis as PDF                                            |
| [Pro Bite](/pro-bite/pro-bite.md)                   | Visualize and compare election results                                             |
| [Compare](/compare/compare.md)                      | Put leaders or manifestos side by side                                             |
| [Communication](/communication/communication.md)    | Target an audience and run outreach campaigns                                      |
| [Polling Day](/polling-day/polling-day.md)          | Track voters and watch results in real time                                        |
| [AI Companion](/ai-companion/ai-companion.md)       | Ask questions, raise issues, and create surveys with AI                            |

## Get Help

* [FAQ](/reference/faq.md) — quick answers to common questions
* [Troubleshooting](/reference/troubleshooting.md) — fix login, export, and campaign problems
* [Glossary](/reference/glossary.md) — every term, defined
* [Policies](/reference/privacy.md) — privacy, terms, refunds, and data sources

## About

IDOVIN-PRO is built by **Idovin Strategies Pvt. Ltd.** Learn more at [idovinstrategies.com](https://idovinstrategies.com). The AI Companion runs at [idovin.pro-assist.ai](https://idovin.pro-assist.ai).

{% hint style="info" %}
IDOVIN-PRO data comes from public records, including Election Commission of India (ECI) affidavits, and updates through periodic import cycles rather than live feeds. For authoritative, up-to-the-minute figures, verify on the official ECI website.
{% endhint %}


---

# 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:

```
GET https://docs.idovinstrategies.com/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.
