> 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.md).

# Agentic Intelligence

- [Agentic AI](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agentic.md): Simplify your business operations and unlock greater efficiency with the Emporix Agentic AI.
- [AI Agents Configuration](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration.md): Learn what configuration is necessary and beneficial to build your custom agents in the Emporix Agentic AI.
- [AI Tokens Management](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/tokens.md): Configure AI tokens to enable secure communication with third-party AI providers.
- [AI Tools Management](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/tools.md): Define and manage the external tools that the AI agents might integrate with.
- [Slack AI Tool](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/tools/slack.md): Use the Slack tool within the AI agents to foster agents collaboration.
- [RAG AI Tool](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/tools/rag.md): RAG AI Tools allow agents to perform LLM-based semantic search.
- [AI MCP Management](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/configuration/custom-mcp.md): Extend the Emporix Agentic AI capabilities with external MCP servers.
- [AI Agents](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agents.md): AI Agents can transform ecommerce operations by enabling intelligent automation.
- [AI Agent Library](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library.md): Make use of the predefined agents available out-of-the-box.
- [Anti-Fraud Agent](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/anti-fraud-agent.md): The Anti-Fraud agent is a prebuilt, ready-to-use solution designed to enhance the security and efficiency of your e-commerce operations.
- [Complaint Agent](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/complaint-agent.md): The Complaint Agent is designed to streamline how customer complaints are handled.
- [Frontend Agent](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/frontend-agent.md): The Frontend Agent is a predefined agent you can attach to your commerce frontend to assist your customers.
- [Support Agent](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/support-agent.md): The Support Agent helps you handle customer requests and general inquiries through collaboration with internal teams.
- [Translation Agent](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/translation-agent.md): The Translation Agent is a generic agent responsible for data translation.
- [Collaboration Agent](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/collaboration-agent.md): The Collaboration Agent works in the background of another agent, initiating communication space when needed.
- [Agentic Filters Creator Assistant](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-library/filters-agent.md): The Agentic Filters Creator Assistant assists in creating commerce event filters for triggering other agents.
- [AI Agent Import/Export](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/agent-import-export.md): Easily transfer AI Agents using the Import and Export functionality.
- [AI Logs](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/logs.md): Check the logs related to the workings of your AI Agents.
- [AI Best Practices](https://developer.emporix.io/agentic-commerce-intelligence/agentic-intelligence/best-practices.md): Get up to speed with AI functionalities by learning the best practices and Emporix recommendations.


---

# 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.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.
