# Operations Explorer

The Ops explorer tool below helps you quickly discover the input schemas for any Tray connector / trigger and it's operations.

[Launch the tool](https://ops-explorer.tray.io/)

**You can:**

* Visualize the full input/output schemas
* Narrow down to only required fields
* Find out the DDL operations within the schema
* See the API operation name, description
* Generate [call connector](https://tray.ai/documentation/developer/platform-apis/connectors#endpoint-call-connector) payload with required fields

**Instructions for using the app:**

1 - Select Tray connector / trigger name from the dropdown\
2 - Select the specific version of the connector / trigger, the latest version is selected by default.\
3 - Select the connector / trigger operation you would like to explore\
4 - Click the buttons to find out full schema or only required ones, you can easily find the DDLs as well.

> **Info:** This app only lets you explore schemas but can't be used for live testing. For testing the operations live, you should clone the [Form Builder demo app](https://tray.ai/documentation/developer/developer-tools/connector-tester) locally and use it to test API calls.
