--- title: Development and Testing excerpt: '' deprecated: false hidden: false metadata: title: '' description: '' robots: index next: description: '' --- # Testing Recommendations To test your plugins, use the [launch configuration settings](/docs/launch-configuration) to launch it to yourself. When testing, follow these guidelines 1. **Test Authentically** - Don't provide example values like "TEST." This doesn't model how your users behave and it may confuse the AI Agent. 2. **Clear History Often** - If you find yourself trying to execute the same plugin repeatedly, the AI agent may choose to stop executing the plugin (because it believes it has become unreliable). See our best practices for context window management [here](/docs/context-window-management). 3. **Use Logs to Troubleshoot** - We have comprehensive logging available so you can diagnose where your plugin might be misbehaving. See [our logs documentation](/docs/logs) for more. # Need help? 1. Check out our [common errors](/docs/common-errors) troubleshooting guide. 2. Check [your logs](/docs/logs) to see what went wrong. 3. Ask [our developer community](https://community.moveworks.com/creator-studio-6) & see if someone's had your issue before. 4. Contact [professional services](https://www.moveworks.com/us/en/professional-services) to help you build your AI agent. # Still stuck? If you're seeing an error message that's not documented, please don't hesitate to [reach out to our support team](/docs/support#how-to-contact-moveworks-support) for assistance.