> For the complete documentation index, see [llms.txt](https://docs.violetlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.violetlabs.com/es/funciones/workflows/flujos-de-trabajo-de-sincronizacion-de-datos/sincronizaciones-de-ejemplo/manufacturo-a-netsuite.md).

# Manufacturo a NetSuite

## Comenzando

Sigue las instrucciones a continuación para sincronizar automáticamente datos entre [Manufacturo](/es/aplicaciones/m/manufacturo.md) y [NetSuite](/es/aplicaciones/n/netsuite.md):

{% stepper %}
{% step %}

#### Crear un <img src="/files/14e8a51c41a0a1c79439c6086c4b9bd58ae5c1c7" alt="" data-size="line">integración de NetSuite

Primero, conecta NetSuite y crea tu integración (instrucciones [aquí](/es/aplicaciones/n/netsuite.md)). Asegúrate de que la integración obtenga Órdenes de Compra e Inventari&#x6F;**.**
{% endstep %}

{% step %}

#### Conectar <img src="/files/16888dbc01dd7c60fffcb3c749073a3fcad66709" alt="" data-size="line">**Manufacturo**

A continuación, configura tu integración de Manufacturo siguiendo las instrucciones [aquí](/es/aplicaciones/m/manufacturo.md).
{% endstep %}

{% step %}

#### **Configurar la sincronización de Manufacturo a NetSuite**

En el panel de integración de Manufacturo, selecciona NetSuite como la aplicación de destino desde el menú desplegable:

<figure><img src="/files/5aaaedc8550bda7b7c9de07fcc32b42ab6cd94fa" alt="" width="375"><figcaption></figcaption></figure>

Violet sincronizará automáticamente órdenes de compra e inventario con NetSuite, y enviará actualizaciones a los datos existentes cuando haya cambios.
{% endstep %}
{% endstepper %}

## Observabilidad

Para saber más sobre cómo supervisar el rendimiento y la salud y el estado de tus sincronizaciones de datos, dirígete a [Observabilidad](/es/funciones/workflows/observabilidad.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.violetlabs.com/es/funciones/workflows/flujos-de-trabajo-de-sincronizacion-de-datos/sincronizaciones-de-ejemplo/manufacturo-a-netsuite.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
