# Configure Supporting Software

With all supporting software installed, we can begin configuring the software. The instructions in this section will install configurations that are not specific to the clients you are monitoring nor the systems on which they run.

1. [Configure json\_exporter](/dashboard-installation/configure-supporting-software/configure-json_exporter.md) - Add a configuration file that defines how to call various APIs and translate the responses into Prometheus metrics.
2. [Configure Prometheus Rules](/dashboard-installation/configure-supporting-software/configure-prometheus-rules.md) - Add a configuration file that defines queries for Prometheus to pre-process for efficiency.
3. [Configure Ethereum Metrics Exporter](/dashboard-installation/configure-supporting-software/configure-ethereum-metrics-exporter.md) - Add a configuration file that defines the consensus and execution clients to which Ethereum Metrics Exporter will connect.


---

# 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.stakelocal.io/dashboard-installation/configure-supporting-software.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.
