# Configuration

1. `SUBNET_ID`: Represents the unique identifier for a specific subnet within a network, enabling targeted network configuration and management.
2. `MONGODB_URL`: The connection string required to connect to a MongoDB database, including details like the database cluster location, authentication credentials, and optional connection parameters.
3. `MONGODB_DBNAME`: Specifies the name of the MongoDB database to be used, allowing the application to select the appropriate database within a MongoDB instance.
4. `MONGODB_COLLECTION_NAME`: Defines the name of the collection within the database where data records are stored, making it clear which specific data group the application interacts with.
5. `JSON_RPC_URL`: The endpoint URL for accessing a JSON-RPC service, commonly used in blockchain networks to interact with decentralized applications or perform various RPC calls.
6. `ACCESSPOINT_PRIVATE_KEY`: A sensitive private key used for authenticating and signing actions performed by a cluster operator; it should be securely stored to prevent unauthorized access.
7. `ACCESSPOINT_WALLET_ADDRESS`: The public wallet address of the cluster operator, typically used in decentralized environments to receive and manage tokens or assets.
8. `PORT`: Specifies the port number on which the application server listens, directing incoming requests to the correct application service.


---

# 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://documentation.skynet.io/skynet/build-your-project-on-skynet/integrate-ai-agent-tools/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.
