> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/tools.md).

# AI Tools Management

The **AI Tools** extend the capabilities of Emporix Agentic AI by connecting it to third-party platforms and allowing agents to act directly within those environments. Tools enable Emporix AI agents to go beyond the core platforms functionalities and interact with other services your business uses. The agents can perform actions or retrieve information directly from various external systems. This allows you to tailor agents precisely to your unique business processes and integrate them deeply with your existing software ecosystem.

<figure><img src="/files/esfTSHDzL77zyYw4UwsB" alt="AI Tools view"><figcaption><p>AI Tools view</p></figcaption></figure>

The supported AI Tools are:

* [Slack AI Tool](/agentic-commerce-intelligence/agentic-intelligence/configuration/tools/slack.md) - This tool is natively used by the [Emporix Support Agent](/agentic-commerce-intelligence/agentic-intelligence/agent-library/support-agent.md).
* [RAG AI Tool](/agentic-commerce-intelligence/agentic-intelligence/configuration/tools/rag.md) - This tool enables RAG functionality, enhancing search results with contextual information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
