# Silkline to NetSuite

## Getting started

Follow the instructions below to automatically sync data between [Silkline](/apps/s/silkline.md) and [NetSuite](/apps/n/netsuite.md):

{% stepper %}
{% step %}

### Create a <img src="/files/IdEmLTV1PQ10E8M1ZrDY" alt="" data-size="line"> Silkline integration

First, create a Silkline integration following the instructions [here](/apps/s/silkline.md). Configure your data fetch, specifying:

* The types of data you want to fetch (`purchase orders`, `requests` , etc).
* Fetch frequency, for example every 1 hour, 10 minutes, etc.
  {% endstep %}

{% step %}

### Create a <img src="/files/AKPUFiCJFfvEmxXifOTu" alt="" data-size="line">NetSuite integration

Next, set up a NetSuite integration, following the instructions [here](/apps/n/netsuite.md). Configure your data fetch, specifying:

* The types of data you want to fetch (`parts`, `purchase orders`, `work orders`, etc).
* Fetch frequency, for example every 1 hour, 10 minutes, etc.

Violet will need to fetch whichever data you wish to be synced from Silkline (eg. `purchase orders`).
{% endstep %}

{% step %}

### Configure sync workflow

Head to [Workflows](/features/workflows.md) to configure your sync, including desired trigger, property mappings, business logic, etc.
{% endstep %}
{% endstepper %}

## Observability

To learn more about monitoring performance and health & status of your data syncs, head to [Observability](/features/workflows/observability.md).


---

# 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://docs.violetlabs.com/features/workflows/data-sync-workflows/example-syncs/silkline-to-netsuite.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.
