> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Testing Tools

> Run tools with sample inputs across environments and debug failures.

## Steps

<Frame>
  <img src="https://mintcdn.com/phinite/30SxP0kmxhhw4Y11/images/test.png?fit=max&auto=format&n=30SxP0kmxhhw4Y11&q=85&s=b065881db213a7122b145330cef33e78" alt="testing-tools" width="2926" height="1828" data-path="images/test.png" />
</Frame>

<Steps>
  <Step title="Open Test panel">
    Open the tool and select the Test tab.
  </Step>

  <Step title="Provide input">
    Enter realistic sample input JSON.
  </Step>

  <Step title="Run in environment">
    Choose Dev/UAT/Prod and run. Review logs for errors.
  </Step>
</Steps>

## Debugging

```json Example Input theme={null}
{
  "to": "user@example.com",
  "subject": "Hello",
  "body": "Test"
}
```

<Warning>
  Never include real secrets in sample inputs.
</Warning>
