# FAQ

### Where does `ethpollo` fit in with relation to `web3.js`?

The aim with EIP 1797 (the GraphQL one) is to eventually replace the existing RPC API. This is a longer term endeavour, but makes a lot of sense to do. Similarly, this library (or some other incarnation of it) which is built for the new API should replace the existing web3 library which was designed around the old.

### What is the difference between EthQL and the GraphQL API in `geth`?

Todo.

### What's up with the chicken?

Hey, that chicken has a name you know - they're called Pollo, and they come from a long line of scholarly birds.


---

# 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.ethpollo.dev/docs/faq.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.
