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.

This guide walks you through everything you need to go from zero to running your first AI agent on the GTCloud platform. You will create an account, authenticate with your credentials, navigate the department menu, and discover the agentic tools catalog — no prior setup required.

Step-by-Step Setup

1

Visit the GTCloud Platform

Open your browser and go to https://www.gtcloud.co. You will land on the IA Agentes GTCloud home page. If you already have an account, click Iniciar Sesión in the top-right corner and skip to Step 3.
2

Create Your Account

Navigate to https://www.gtcloud.co/registro.html or click Registrate in the header. Fill in the registration form:
  • Nombre — your full name
  • Email — a valid business email address
  • Contraseña — a password of at least 6 characters
  • Confirmar Contraseña — repeat the same password
Click Crear Cuenta. On success you will see a confirmation message and be automatically redirected to the main platform (/index.html) after 2 seconds. Firebase creates your account using createUserWithEmailAndPassword from the SDK.
3

Log In to Your Account

If you were not redirected automatically, go to https://www.gtcloud.co/login.html. Enter your registered email and password, then click Ingresar. Upon successful authentication you will be redirected to /index.html.If the credentials are wrong, the form surfaces a clear error message (e.g., “Email o contraseña incorrectos”). You will not be locked out unless you make too many rapid attempts.
4

Access Your Department's AI Agent

Once logged in, use the top navigation bar to open your department’s agent. The navbar exposes the following destinations:
Nav ItemURLDescription
IA’s Marketing/marketing.htmlMarketing campaigns, content, and analytics agent
IA’s Finanzas/finanzas.htmlFinancial reporting and forecasting agent
IA’s Recursos Humanos/recursos_humanos.htmlHR screening, onboarding, and HR ops agent
IA’s Comercial (dropdown)/comercial.htmlSales and commercial operations agent
IA’s Producción (dropdown)/produccion.htmlProduction planning and monitoring agent
IA’s Logística (dropdown)/logistica.htmlSupply chain and logistics agent
Click the card for your department to open the agent interface.
5

Explore the Agentic Tools Catalog

From the Más departamentos dropdown in the navbar, click Herramientas Agenticas to open the full tools catalog at /herramientas_agenticas.html. This catalog lists every standalone AI tool available on the platform — individual utilities you can use on demand or combine with the multi-agent layer.You can also reach the Multiagentes dashboard from the same dropdown at /multiagentes.html to see how multiple agents work together on complex, cross-departmental tasks.

Platform Navbar at a Glance

The sticky navigation bar is present on every authenticated page and gives you one-click access to every section of GTCloud:
IA Agentes GTCloud  |  IA's Marketing  |  IA's Finanzas  |  IA's Recursos Humanos  |  Más departamentos ▾  |  [Hola, user] [Cerrar Sesión]
                                                                                              ├── IA's Comercial
                                                                                              ├── IA's Producción
                                                                                              ├── IA's Logística
                                                                                              ├── ── ── ── ── ──
                                                                                              ├── Herramientas Agenticas
                                                                                              └── Multiagentes
The auth area in the top-right displays your username prefix (the part before the @ in your email) alongside a Cerrar Sesión button when you are logged in. If you are logged out it shows Registrate and Iniciar Sesión links instead.
Forgot your password? Go to https://www.gtcloud.co/recuperar_contraseña.html and enter your registered email address. The platform calls Firebase’s sendPasswordResetEmail and delivers a reset link to your inbox — remember to check your spam folder if it doesn’t arrive within a few minutes.
For enterprise onboarding — including team provisioning, custom agent configuration, and volume licensing — contact the GTCloud team directly at https://www.gtcloud.co/contacto. The team can walk you through bulk account setup and department-level customization.

Build docs developers (and LLMs) love