Quickstart
Last updated
Last updated
Using Xq1 is super easy.
You can use Google sign in to manage your Xquantum (for Xq1) profile, and your work. We don't store any data apart from your email id for communication.
You will see a bunch of templates on the left, and bunch of recommendations on the right. In the center section, you will see your code area where you can write your code, or copy over from VS Code, ChatGPT, Cursor or any other coding tool you fancy.
Simply copy paste your code into the code editor on Xq1. There are few things that you need to be careful about though:
1) Ensure all your imports are at the beginning of the code.
2) Make sure you update the keys of your integration.
Once you are done, just 'Run' your code, we will test run the code to make sure it is ready for deployment and there are no errors in your code. Please reach out to help in case you face any issues in running your code.
Once your code is run, you can now deploy your code. Make sure you name your code into something recognizable so that you know what your code does. Select a schedule.
Then click deploy. That's it
You can see your deployed Cron in the Cron monitor tab of the dashboard. Also, you can manage all your Crons from this tab.
Want to learn about using AI to generate Python scripts? Head to the section to learn more.