IA Agentes GTCloud is an enterprise AI platform that puts specialized AI agents and agentic tools at the fingertips of every business department. Rather than offering a single, generic AI assistant, the platform organizes purpose-built agents by department — Marketing, Finance, Human Resources, Commercial, Production, and Logistics — so teams get AI that understands their domain vocabulary, KPIs, and workflows right out of the box. Everything runs under a shared authenticated environment, meaning users sign in once and gain access to agents, multi-agent orchestrations, and the full agentic tools catalog without context-switching between products.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/yohangr3/landingpageGTCLoud/llms.txt
Use this file to discover all available pages before exploring further.
Platform Architecture
GTCloud’s frontend is built with static HTML, CSS, and JavaScript — keeping deployments fast and infrastructure requirements minimal. The UI layer uses TailwindCSS v3 (loaded via CDN with a custom configuration) for utility-first styling, and Google Fonts’ Space Grotesk as the primary typeface for a modern, readable interface. Authentication is handled by Firebase Auth v10, loaded directly from the Firebase CDN (https://www.gstatic.com/firebasejs/10.14.1/). Session state is evaluated client-side on every page load: unauthenticated users are redirected to the login screen before any department content is displayed.
Design tokens used across all pages:
| Token | Value | Usage |
|---|---|---|
| Primary color | #135bec | Buttons, icons, accent highlights |
| Dark background | #101622 | Page and navbar backgrounds |
| Light background | #f6f6f8 | Light-mode surface |
| Font family | Space Grotesk | All headings and body text |
All department pages, the multiagentes page, and the herramientas agenticas page call
protectPage() from auth.js on load. Only the login.html, registro.html, and recuperar_contraseña.html pages are publicly accessible without authentication.Departments Covered
The platform spans six core business departments. Each department section exposes a curated set of AI agents tuned for that area’s specific tasks, data types, and decision flows.IA's Marketing
AI agents for campaign creation, content generation, audience segmentation, and automated multi-channel distribution.
IA's Finanzas
Financial AI agents for cash-flow forecasting, budget optimization, real-time banking connectivity, and predictive analytics.
IA's Recursos Humanos
HR agents for talent acquisition, automated onboarding and offboarding, employee experience, and attrition prediction.
IA's Comercial
Commercial AI agents for lead enrichment, sales prospecting, email intelligence, and multi-channel outreach automation.
IA's Producción
Production agents for process optimization, demand forecasting, cost reduction analysis, and operational efficiency monitoring.
IA's Logística
Logistics agents for supply-chain visibility, last-mile route optimization, ETA prediction, and incident management.
Platform Navigation
The main navigation bar is sticky, rendered on every page, and adapts its auth controls to the user’s session state. Primary links (always visible on desktop):- IA’s Marketing — direct link to the Marketing department agents page
- IA’s Finanzas — direct link to the Finance department agents page
- IA’s Recursos Humanos — direct link to the HR department agents page
| Label | Destination |
|---|---|
| IA’s Comercial | Commercial department agents |
| IA’s Producción | Production department agents |
| IA’s Logística | Logistics department agents |
| Herramientas Agenticas | Full agentic tools catalog (highlighted in primary blue) |
| Multiagentes | Cross-department multi-agent orchestrations |
- Unauthenticated: “Registrate” (primary blue button) and “Iniciar Sesión” (ghost button)
- Authenticated: Greeting with the user’s email prefix and a “Cerrar Sesión” red button that calls
logout()and redirects to the login screen