# Configuration

## Configuration

SCRT Labs regularly updates a [Secret Network API Registry ](/secret-network-documentation/development/resources-api-contract-addresses/connecting-to-the-network.md)containing information required to configure the *secretcli.*

To check the status of a node use:

```bash
$ secretcli status --node "$URL"
```

## Mainnet

```bash
secretcli config set client node https://rpc.mainnet.secretsaturn.net:443

secretcli config set client chain-id secret-4

secretcli config set client output json
```

## Testnet

```bash
secretcli config set client node https://pulsar.rpc.secretnodes.com

secretcli config set client chain-id pulsar-3

secretcli config set client output json

secretcli config set client keyring-backend test
```


---

# 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.scrt.network/secret-network-documentation/infrastructure/secret-cli/configuration.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.
