Skip to main content

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.

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.

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:
TokenValueUsage
Primary color#135becButtons, icons, accent highlights
Dark background#101622Page and navbar backgrounds
Light background#f6f6f8Light-mode surface
Font familySpace GroteskAll headings and body text
The platform is hosted on GTCloud’s managed infrastructure and can be reached through any modern web browser without installing client software.
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
“Más departamentos” dropdown — hover to reveal additional destinations:
LabelDestination
IA’s ComercialCommercial department agents
IA’s ProducciónProduction department agents
IA’s LogísticaLogistics department agents
Herramientas AgenticasFull agentic tools catalog (highlighted in primary blue)
MultiagentesCross-department multi-agent orchestrations
Auth controls (top-right corner):
  • 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

Build docs developers (and LLMs) love