How to Start Developing a Plugin?
To begin plugin development, refer to our official guides for step-by-step instructions.
What Are Common Issues During Plugin Integration?
- API Compatibility: Ensure your plugin uses the latest API documentation to avoid errors.
- Permission Errors: Check the security settings guide for proper access configurations.
- Performance Problems: Optimize code using the best practices section.
How to Debug My Plugin?
Use the built-in logging tools and test with the sandbox environment.
Where Can I Find Community Support?
Join our developer forum to ask questions and share insights with other plugin creators.
For advanced topics, explore the plugin architecture deep dive.