Setting Up Your First Policy

This guide will walk you through the process of setting up your organization's first test policy.

Prerequisites

  • You must have administrator access to your organization's workspace
  • Your organization must be properly set up in the system

Accessing Policy Settings

  1. Navigate to your workspace settings
  2. Look for the "Test Policy" section
  3. Click on the policy settings area to expand it

Creating a Custom Policy

  1. Enable Custom Policy

    • Check the "Use Custom Policy" checkbox
    • This will reveal the policy configuration options
  2. Configure Low Pressure Thresholds

    • Set the minimum duration (typically 300 minutes)
    • Define stability criteria (recommended: 0.5)
    • Set acceleration and deceleration limits (recommended: 0.05)
    • Specify minimum and maximum pressure values
  3. Configure High Pressure Thresholds

    • Similar to low pressure, but with appropriate values for high-pressure testing
    • Duration is typically the same as low pressure
    • Pressure ranges will be higher
  4. Configure Single Pressure Thresholds (if applicable)

    • Set parameters for single-pressure test scenarios
    • These are optional and can be left as default

Default Values

If you're unsure about specific values, here are some recommended defaults:

{
  "lowPressureThresholds": {
    "duration": 300,
    "stability": 0.5,
    "acceleration": 0.05,
    "deceleration": 0.05,
    "min_pressure": 250,
    "max_pressure": 350
  },
  "highPressureThresholds": {
    "duration": 300,
    "stability": 0.5,
    "acceleration": 0.05,
    "deceleration": 0.05,
    "min_pressure": null,
    "max_pressure": null
  },
  "singlePressureThresholds": {
    "duration": 300,
    "stability": 0.5,
    "acceleration": 0.05,
    "deceleration": 0.05,
    "min_pressure": null,
    "max_pressure": null
  }
}

Saving Your Policy

  1. Click the "Update Policy Settings" button
  2. Wait for the confirmation message
  3. The policy will be immediately active for new tests

Verifying Your Policy

  1. Create a new well test
  2. Check that the policy parameters are being applied
  3. Review the test results against your policy settings

Troubleshooting

If you encounter any issues:

  1. Ensure all required fields are filled
  2. Check that values are within acceptable ranges
  3. Try resetting to default values and starting over
  4. Contact support if problems persist

Next Steps