Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuralfactory.ai/llms.txt

Use this file to discover all available pages before exploring further.

Toolkits Overview

Toolkits extend what agents can do beyond knowledge base Q&A. With tools, agents can search the web, execute code, browse websites, send emails, create Jira tickets, and more.

How tools work

When an agent has tools enabled, it decides autonomously when to use them:
  1. Recognizes that a tool would help answer the question
  2. Calls the tool with appropriate parameters
  3. Receives the tool’s output
  4. Incorporates the result into its response
Tool usage is automatic — users don’t need to explicitly request it.

Tool categories

Built-in tools

These are tools provided natively by Neural Factory:
ToolDescription
Knowledge searchSearch connected knowledge bases (enabled by default)
Web searchSearch the internet for current information
Code executionRun Python code in a secure sandbox
BashExecute shell commands in a sandboxed environment
BrowserNavigate and extract content from web pages
File editorRead and modify files in the sandbox
Image generationGenerate images from text descriptions
MemoryRemember information across conversations
See Built-in Tools for details.

External integrations

MCP-based integrations with third-party services:
IntegrationCapabilities
JiraCreate issues, search tickets, update status
ConfluenceSearch and read pages
OutlookSend emails, search inbox
SharePointSearch and read documents
Google DriveSearch and read documents
Custom MCP serversDynamically loaded external tool servers
See External Integrations for details.

Managing toolkits

Administrators configure toolkits from the Toolkits section in the sidebar. Once configured, tools are assigned to individual agents in the agent configuration.