> ## Documentation Index
> Fetch the complete documentation index at: https://docs.braviloai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Herramientas del Agente

> Mejorá las capacidades de tu agente con herramientas

Podés mejorar las capacidades de un Agente con **Herramientas** (Tools). Cada herramienta le da al agente una habilidad específica: desde consultar una base de conocimiento hasta agendar reuniones o enviar archivos.

## Herramientas nativas

<CardGroup cols={2}>
  <Card title="🧠 Base de Conocimiento" href="/agent/tools/datastore-tool" />

  <Card title="📄 Formulario" href="/agent/tools/form-tool" />

  <Card title="🛜 HTTP" href="/agent/tools/http-tool" />

  <Card title="🙋 Solicitar Humano" href="/agent/tools/request-human-tool" />

  <Card title="✅ Marcar como Resuelto" href="/agent/tools/mark-as-resolved-tool" />

  <Card title="🎯 Captura de Leads" href="/agent/tools/lead-generation-tool" />
</CardGroup>

## Integraciones

<CardGroup cols={2}>
  <Card title="📅 Google Calendar" href="/agent/tools/google-calendar-tool" />

  <Card title="📊 Google Sheets" href="/agent/tools/google-sheets-tool" />

  <Card title="📸 Instagram Manager" href="/agent/tools/instagram-tool" />

  <Card title="🛒 MercadoLibre" href="/agent/tools/mercadolibre-tool" />

  <Card title="📦 Odoo" href="/agent/tools/odoo-tool" />

  <Card title="🔌 Composio" href="/agent/tools/composio-tool" />
</CardGroup>

## Utilidades avanzadas

<CardGroup cols={2}>
  <Card title="📎 Enviar Archivos" href="/agent/tools/send-file-tool" />

  <Card title="🔎 Buscador Web" href="/agent/tools/web-search-tool" />

  <Card title="🤝 Delegar Tarea" href="/agent/tools/delegate-task-tool" />
</CardGroup>
