# Introducción

## Sobre el engine

***Mercap FIX Engine*** es un producto de software desarrollado para brindar un canal de comunicación ágil y seguro, destinado a mediar el intercambio de información entre ***Mercap Order Management*** y los distintos mercados financieros.

## Que ofrece actualmente

* Soporta grandes volúmenes de mensajes sin demasiados problemas (en el orden de los miles de mensajes por segundo).
* Asincronismo mediante el uso de colas de mensajes.
* El *engine* sólo está pensado para cumplir el rol de cliente frente al mercado (el servidor). No está pensado para cumplir el rol de *FIX server*.


---

# Agent Instructions: 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://fix-engine.docs.mercapsoftware.com/master.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.
