Chat tools

Reference of the built-in chat tools available to ATG agents: what each tool does, whether widget agents can use it, and which ones administrators must enable.

3 min read

Chat tools are the capabilities built into ATG that an agent can call during a conversation: searching your knowledge base, browsing the web, producing an Office file, sending you an email, and more. Every organization starts from the same catalog, without any development work.

How a tool becomes usable

  1. Organization level. Open Tools and MCP in the admin console to see the catalog. Most tools are active for new organizations; a few are opt-in and must be turned on explicitly.
  2. Agent level. Each agent's Tools tab decides which of those tools it may use. See Agents.
  3. Conversation. The agent picks the right tool by itself, based on the request and its instructions. Users cannot enable a tool from the chat: if the agent does not have it, the capability is simply unavailable.

In the tables below, Widget tells you whether the tool works for widget agents embedded on a public website. Tools marked No run only in authenticated webapp conversations, because they write to a signed-in user's files or mailbox.

Knowledge and documents

These tools work together: one searches the content, another locates a specific file, a third reads it in full, and the last one answers inventory questions about the library itself.

ToolWhat it doesWidgetActive by default
Knowledge base searchSearches the meaning of your indexed documents and returns the relevant passages.YesYes
Find relevant documentsIdentifies which documents match a description, when the user is looking for a file rather than an answer.YesYes
Get document contentReads a document in full, once it has been identified, including files the user uploaded themselves.YesYes
Query document catalogAnswers questions about the library itself: how many documents, which folders, which source, what status.YesNo
Organization contextRetrieves the free-text description of your organization set in Organization settings.YesYes

All of these tools respect the knowledge categories granted to the agent. A user never sees a document their agent is not allowed to read.

Web content

ToolWhat it doesWidgetActive by default
Web searchSearches the public web for recent information that your documents and the model do not cover.YesYes
Fetch web page contentReads the pages behind the URLs given by the user, or behind a link found in your knowledge base.YesYes

Assign these two only to agents where consulting external sources is acceptable.

Files and visuals

These tools produce a downloadable file, saved in the user's personal files. They are therefore reserved for the webapp.

ToolWhat it doesWidgetActive by default
Generate Word documentTurns a written answer into a .docx file, with its headings and lists.NoYes
Generate PowerPoint presentationBuilds a .pptx deck, one slide per main heading.NoYes
Generate spreadsheetExports structured data as a CSV or Excel file.NoYes
Generate imageCreates or modifies an illustration from a text description.NoYes

Communication

ToolWhat it doesWidgetActive by default
Email meSends the current user an email containing content produced in the conversation.NoYes

The recipient is always the address on the signed-in user's profile. The agent never chooses who receives the message, and cannot send anything to a third party. Administrators can adjust the email colors from Tools and MCP.

Monitoring and specialized data

ToolWhat it doesWidgetActive by default
Press reviewProduces a news digest following the brief defined in Press review.YesYes
BDNB building databaseQueries the French national building database (BDNB) for public data about a building or a plot.YesNo

BDNB serves a specific business need, mainly real estate and energy renovation. Enable it only for the agents concerned.

Going further

Built-in tools cover the most common needs. Two options extend them:

  • MCP servers and the MCP catalog connect third-party services through a standard protocol.
  • Tailored tools call your own systems (CRM, ticketing, internal APIs) when no standard tool fits.