# Configuration: Tweaking Configurations

In the previous step we cloned locally the `infra-external` repo, but we're now focusing specifically on this section of the repo:

```bash
infra-external/
│
└── cfg/
    │
    ├── 00-common-vars.cfg
    ├── 00-devnet-vars.cfg
    └── 00-mainnet-vars.cfg

```

You will only have to edit the `00-common-vars.cfg` file and the one targeting the Solana cluster you want your Oracle to work on.

`devnet` is a good place to start and get acquainted with how our Oracle code works but then you can easily reproduce the same setup on `mainnet` at a later moment.

Let's focus on one file at a time.


---

# 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.switchboard.xyz/how-it-works/switchboard-protocol/running-a-switchboard-oracle/configuration-tweaking-configurations.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.
