Skip to main content
Search
Sign in
Back to webai.com
Support
Toggle navigation menu
Account
Profile
Settings
Resources
Articles to help with troubleshooting and other helpful links
Search
Developer
Element Registry
Device Compatibility
Troubleshooting
Home
<% categories.forEach(function(category, index) { %>
<% if (category.name.toLowerCase().includes('quick start')) { %>
<% } else if (category.name.toLowerCase().includes('product guides')) { %>
<% } else if (category.name.toLowerCase().includes('resources')) { %>
<% } else { %>
<% } %> <%= category.name %>
<% category.sections.forEach(function(section) { %> <% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %> <% }); %> <% if (category.name.toLowerCase().includes('resources')) { %>
Submit a Request
<% } %>
<% }); %>
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %>
Some Helpful Links
<% var articles = [ { name: 'Element Registry', description: 'Learn how to build powerful solutions', html_url: 'https://support.webai.com/hc/en-us/articles/33767303884947', image: "/hc/theming_assets/01J8MP5PYX5KPSHJA3GRMBHG1S" }, { name: 'Supported LLM Models', description: 'Discover which LLM models are supported', html_url: 'https://support.webai.com/hc/en-us/articles/33766899123475', image: "/hc/theming_assets/01J8MP5NSD1XZ473J09J9PRW6H" }, { name: 'Device Compatibility', description: 'See which devices are compatible with webAI', html_url: 'https://support.webai.com/hc/en-us/articles/33767265059219', image: "/hc/theming_assets/01J8MP5P2SW9CHFNCD4MZW77TG" }, { name: 'Submit a Ticket', description: 'Contact support for help', html_url: '/hc/en-us/requests/new', image: "/hc/theming_assets/01J8MP5PBKBMJM4HGD1MYM6ZK3" } ]; %> <% articles.forEach(function(article, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (article.name) { %>
<%= article.name %>
<% } %> <% if (article.description) { %>
<%= article.description %>
<% } %>
<% }) %>