# Vote Security

Vote decisions can never be accessed by anyone other than the user. Credentials make this possible by providing a user a token that they can use to access their sensitive data.

In the future, we plan to securely store votes completely separate from user information as an option for users who do not wish to remember their decision, further preventing anyone from being able to access your votes.


---

# 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.quae.app/data-analytics/vote-security.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.
