FAQ Builder

# Can I write code to control automations, or process data?


Yes, we support JavaScript and Google's Puppeteer API

# How do I bypass CAPTCHA?


Axiom.ai does not provide an in-house CAPTCHA solver, but we do integrate with a third party service, 2Captcha.

# How do I get started making an axiom?


Learn how to make your first automation in the browser and select a starting point that suits you.

# How do I get by bot to log in?


When triggering axiom.ai from the Chrome extension, axiom.ai will use your local session. When triggering axiom.ai remotely, you may need to consider storing logins - see all methods for automating login.

# How do I make a loop?


Axiom.ai supports conditional logic, a dedicated loop step, and even more complex patterns can be created with jump steps. Learn more about looping here.

# Can a deleted automation be restored?


No, a deleted automation cannot be restored. Once an automation is deleted, it is permanently removed from our systems and cannot be recovered.

# Can I share my automation with other users?


Yes, you can share your bots with other users by downloading it as a JSON file and then having them import it into their system.

# How can I solve Google token expiration?


Google token expiration is typically caused by a password change or excessive refresh token usage, which is controlled by Google. When tokens expire:

How
  1. Re-authenticate: You must manually re-authenticate to obtain a new token. Axiom.ai cannot re-authenticate on behalf of users.
  2. Set Up Notifications: Consider setting up notifications to receive emails when token expiration occurs, allowing prompt re-authentication.
  3. Optimizations: If frequent token expirations occur, please share details of your Google Sheets usage and automation frequency with us. We may be able to suggest optimizations to reduce these incidents, although complete prevention is not possible.

# Can I automate a Chrome extension with axiom.ai?


Axiom.ai's ability to interact with Chrome extensions is limited to those that modify the pages of a website directly.

# Can I use Python?


Python is not supported yet, currently you can only use JavaScript to create steps in your automations.

# How do I insert line breaks when using the enter text step?


To insert line breaks when automating text entry using the 'Enter text' step, toggle the 'Custom line break' setting to on. Then, record a unique key sequence. Ensure all white space is removed, and use the recorded sequence to insert line breaks in the text field.

Refer to the guide 'How to insert line breaks when entering text' for detailed instructions.

# Can I trigger an automation with a Google Script?

Yes, this can be done with our API. Refer to the guide 'How to use Google Apps Script to trigger an automation' to learn how.

# How can I send multiple paragraphs in one message? When I add spaces, they send separately.

"To insert spaces into a message or DM on social media platforms like Instagram or Facebook, follow this guide.