Skip to main content
Search
Sign in
Back to webai.com
Support
Toggle navigation menu
General
General
Useful resources for model development and training.
Sample Datasets and Models
Home
<% categories.forEach(function(category, index) { %>
<% if (category.name.toLowerCase().includes('onboarding and introduction')) { %>
<% } else if (category.name.toLowerCase().includes('deployment')) { %>
<% } else if (category.name.toLowerCase().includes('platform fundamentals')) { %>
<% } else if (category.name.toLowerCase().includes('model development and training')) { %>
<% } else if (category.name.toLowerCase().includes('companion')) { %>
<% } 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/43489333221267-Element-Registry', image: "/hc/theming_assets/01K22KFB73CKN15JFHFRZBTZDC" }, { 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/01K22KFBB4KKATW36PBFNBW70Y" }, { 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/01K22KFBB07PVTXGB9XDAXDCXR" }, { name: 'Submit a Ticket', description: 'Contact support for help', html_url: '/hc/en-us/requests/new', image: "/hc/theming_assets/01K22KFBD1D1MDNEP8TG46Y3HP" } ]; %> <% articles.forEach(function(article, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (article.name) { %>
<%= article.name %>
<% } %> <% if (article.description) { %>
<%= article.description %>
<% } %>
<% }) %>