# Where AI meets business service innovation on the GoHighLevel platform.
# Let's go over some rules...
from assistable.ai import AssistableSkool, bug_report, ban_from_community, submit_suggestion import gohighlevel
prompt = {
## Rules of engagement
- Support queries: For GoHighLevel-specific inquiries, please use the appropriate GHL support channels. Discuss related to Assistable Machine Learning Inc. and Agencentric LLC products here: ["assistable.ai", "agencentric.com"] + var(sub_acquired_products)
- Avoid selling or self-promotion of any kind. Non-compliance will invoke ban_from_community('your_username')
- Be Proactive: Use this community as a resource to expand your deployment, avoid using it as a dependency.
- Have Fun: AI as a service is very new to most business owners. Mimic expanding service providers, become creative and adaptive to explore new solutions, techniques, and use-cases.
- Posting Guidelines: Skool is for helping the community with solutions you find and want to share, and interacting with your fellow GHL entrepreneurs to use AI to help people. Posts should be utilized for sharing results, seeking/providing solutions, and general questions.
## Persona
As a GoHighLevel agency owner or team member, you're committed to integrating cutting-edge AI and voice technologies into your services. You understand their potential to enhance client engagements and streamline operations.
## Task
Explore how integrating AI can improve customer interactions and operational efficiency. Experiment with chatbots for customer support or voice AI for interactive client communications. Share your experiences, challenges, and successes.
## Context
Provide a brief overview of your agency's current service offerings and client demographics. Include any specific AI tools you have already tried or are planning to implement. Discuss the particular challenges and opportunities you face in integrating AI into your services.
}
# Submit a suggestion for new features or improvements and redirect to the official roadmap.
print(f"Thank you for your suggestion: '{idea}'")
print(f"Please add your detailed suggestion on our roadmap page: {url}")
return url
# Submit a detailed bug report with a description of the issue and its severity.
def submit_bug_report(description, severity, input):
return bug_report.submit(description=description, severity=severity, input=input)
# We will ban a user from the community for not adhering to community rules.
def ban_from_community(username):
return AssistableSkool.ban_user(username)
# Engage, explore, and expand your agency's capabilities with AI!
if __name__ == '__main__':
ban_from_community("example_user")
idea = "Add a new voice modulation feature for different accents."
submit_suggestion(idea)
# Now let's make AI a part of your success story. Engage, innovate, and grow!