# For Chainlink nodes

- [Getting Started with Ethereum as a Service](https://docs.fiews.io/chainlink/getting-started.md): We'll explain how to connect your Chainlink node to our EaaS
- [Run a Chainlink node from scratch without Ethereum node](https://docs.fiews.io/chainlink/run-a-chainlink-node-from-scratch.md): This guide will explain how you easily can run a Chainlink node from scratch using the Fiews EaaS on Ethereum Mainnet, Ropsten or Rinkeby
- [Troubleshooting](https://docs.fiews.io/chainlink/troubleshooting.md)
- [Chainlink node guides](https://docs.fiews.io/chainlink/chainlink-node-guides.md)
- [Runlog gas lanes](https://docs.fiews.io/chainlink/chainlink-node-guides/runlog-gas-lanes.md)


---

# 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.fiews.io/chainlink.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.
