# FAQs

### Encrypted Vote VS Unencrypted Vote.

{% tabs %}
{% tab title="Encrypted Vote" %}
An encrypted vote looks like this. It can only be decrypted with a private key located on a separate 'non-cloud' system.

| item          | details                                                                                                                                                                                                                                                                                                      |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| idencrypted   | fingerprint-[^1]idencrypted-hash                                                                                                                                                                                                                                                                             |
| time          | 2022-01-01 13:46:34                                                                                                                                                                                                                                                                                          |
| encryptedVote | WR+fxqNbpup4VhLRNbLKdw0GKRRQcmzLbZmc5cmIYRiR8tVeVOV2gegPYNZOw+KhemFkMnCS1UhWNM7pwqfV0wkJqmRzOFDPzAvx8jKWiFmfkhQFpkYTRH/+XezMaY6qKwee+k4Fn9QJCVVoju3xQhxmPbpmn+wr6zRqAaj8hPasZSKk81jtqWzNnlty4FqpHWU/CeUfGkf71YQNDZv2wjD/yK0ClHImwCA2fs7Tfo+VE+v7zvoEK57lEUGOAEIPW4fayXF7/B29OJf2bTUZQgaVQwTok7w+e8E4MzT+T... |
| signature     | c5b6c9eece7872a7f2e00vote52c973b7444a7775a2308f0f83b4896e82f...                                                                                                                                                                                                                                              |
| {% endtab %}  |                                                                                                                                                                                                                                                                                                              |

{% tab title="Unencrypted Vote" %}
An unencrypted vote looks like this. Unencrypted votes are used for providing near realtime results.

<table><thead><tr><th width="195">item</th><th>details</th></tr></thead><tbody><tr><td>idunencrypted</td><td><a data-footnote-ref href="#user-content-fn-1">fingerprint-</a>idunencrypted-hash</td></tr><tr><td>country</td><td>India</td></tr><tr><td>code</td><td>TG-AC-46</td></tr><tr><td>party</td><td>NOTA</td></tr><tr><td>state</td><td>TG</td></tr><tr><td>time</td><td>2022-01-26 06:25:36</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

Encrypted votes are stored in 'n' databases.

Unencrypted votes are stored in 'm' databases.

Unencrypted votes are tallied once every five minutes. Encrypted votes are decrypted and tallied multiple times per day and whenever an audit is required.

At any point in time, the tally of encrypted votes and unencrypted votes must match. This serves as a checksum.

***

[^1]:


---

# Agent Instructions: 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.voteism.org/faqs.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.
