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

# Past OraQles Projects

- [2020 US Presidential Election](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election.md): The Associated Press used Everipedia's OraQle software to publish U.S. Presidential election results on November 3rd, 2020. The Ethereum Oracle is powered by Chainlink.
- [2020 US Presidential Election - Ethereum](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election/untitled.md)
- [Fetch election calls with Solidity](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election/untitled/fetch-election-calls-with-solidity.md): If you want to connect to the AP Election results in Solidity and deploy an Ethereum smart contract, learn how here.
- [Fetch election calls with web3](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election/untitled/fetch-election-calls-with-web3.md): If you want to connect to the AP Election results in JavaScript using web3, learn how here.
- [Mainnet Oracle Data](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election/untitled/mainnet-oracle.md): Here is relevant data for anyone looking to interact with the mainnet smart contract
- [Kovan Testnet Oracle Data](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election/untitled/kovan-testnet-oracle.md)
- [2020 US Presidential Election - EOS](https://docs.everipedia.org/past-oraqles-projects/2020-us-presidential-election/mainnet.md): If you want to connect to the full AP Election results in any language over HTTP, learn how here.


---

# 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.everipedia.org/past-oraqles-projects.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.
