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

# Current Elections

This page lists the elections where VOTEism is currently and previously active.

| Country / State         | Election                    | VOTEism Status         |
| ----------------------- | --------------------------- | ---------------------- |
| USA                     | 2024 Presidential Elections | Available to vote now. |
| India (Multiple States) | 2023/24 Assembly Elections  | Concluded              |
| India                   | 2024 General Election       | Concluded              |
| India - Telangana       | 2023 Assembly Election      | Concluded              |
| India - Chattisgarh     | 2023 Assembly Election      | Concluded              |
| India - Mizoram         | 2023 Assembly Election      | Concluded              |
| India - Madhya Pradesh  | 2023 Assembly Election      | Concluded              |
| India - Rajasthan       | 2023 Assembly Election      | Concluded              |
| India - Andhra Pradesh  | 2024 Assembly Election      | Concluded              |
| Belarus                 | 2020 Presidential Election  | Concluded              |
| USA                     | 2020 Presidential Election  | Concluded              |

{% hint style="danger" %}
**IMPORTANT: INDIA - LAST DAY TO VOTE:**  The deadline for opinion polling is 48 hours before the first voting day (Silence Period). This varies from region to region. VOTEism ignores all opinion poll votes polled after the deadline.

More information on voting dates available here: <https://eci.gov.in/elections/currentelections/>&#x20;
{% endhint %}

Do you want VOTEism in your country? Let us know: voteism\[at]protonmail.com

{% hint style="info" %}

## Download VOTEism Apps to vote.

### iOS: [ios.voteism.org](https://ios.voteism.org)

### Android: [android.voteism.org](https://android.voteism.org)

{% 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, and the optional `goal` query parameter:

```
GET https://docs.voteism.org/current-elections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
