# Downloading bulk data via the client portal

Ballotpedia’s bulk data clients can access their data on-demand with our client portal at [https://clients.ballotpedia.org/](https://clients.ballotpedia.org/login). The data is refreshed every 24 hours. You may access your data through two methods, as described below:

1. Login with provided password and click to download latest file (detailed below)
2. Access latest data file via API (for technical users, see: [Downloading data via API](/downloading-bulk-data-via-api.md))

## Basic instructions

Login to the dashboard at <https://clients.ballotpedia.org> with the provided email and password.&#x20;

Upon logging in, you’ll see a list of your available queries with the title and description.

For each query, there are two available formats, JSON and CSV. Clicking on either of these buttons will begin the download process for the respective format.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdu3neeLl1XV4_E-ohgmO6xUmT_TnVs-MBc3SUrpajhE180Z8R0VRUfyRl2fSXI8QRn2AtRAdXjUKjKYu6mSZ4qVTwywfARCg5BvrWklalv67gVWTUnJC1D6uctJ357MLReQI5HDbpmnnRUB3CHTUPDIQg?key=WeVmNTzl4NMpWbwiYrf2-w" alt=""><figcaption><p>example of client portal</p></figcaption></figure>

Please contact Ballotpedia’s data sales team to request password changes.


---

# 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://developer.ballotpedia.org/bulk-data/downloading-bulk-data-via-the-client-portal.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.
