> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/patchworks-services/service-systems/supported-service-systems/netsuite-service-connector/required-netsuite-features-services.md).

# Required NetSuite features (services)

## Introduction

Having [authorised Patchworks to access your NetSuite account](/product-documentation/patchworks-services/service-systems/supported-service-systems/netsuite-service-connector/authorising-patchworks-to-access-your-netsuite-account-services.md), please ensure that the features detailed on this page are enabled.

## Accessing the enable features page in NetSuite

To access the **enable features** page in NetSuite, navigate to **setup** | **company** | **enable features**: ![](/files/dMJqU74H3cx2vA9zgSI1)

All available features are listed within a series of categories - for example:

<figure><img src="/files/DQbrNZcqkmYx0yLRNQra" alt=""><figcaption></figcaption></figure>

Here, you select/de-select features and then click the **save** button at the end of the page to apply changes.

## Required features for your Patchworks integration

Features detailed below are required for your Patchworks integration:

* [SOAP web services](#soap-web-services)
* [Token-based authentication & OAUTH 2.0](#token-based-authentication-and-oauth-2.0)

{% hint style="info" %}
You may find that a number of features are already set when you access the **enable features** page in NetSuite. This is fine. The items detailed below must be enabled for Patchworks - there's no need to change any other settings that are already defined.&#x20;
{% endhint %}

### SOAP web services

Scroll to the **SuiteTalk (Web Services)** category and ensure that the **SOAP WEB SERVICES** feature is ticked:

<figure><img src="/files/95FDgNfeAP0FxkmTfmrY" alt=""><figcaption></figcaption></figure>

### Token-based authentication & OAUTH 2.0

Scroll to the **Manage Authentication** category and ensure that the **TOKEN-BASED AUTHENTICATION** and **OAUTH 2.0** features are ticked:

<figure><img src="/files/GUmrUtdwOgCsI6lhdLcI" alt=""><figcaption></figcaption></figure>


---

# 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://doc.wearepatchworks.com/product-documentation/patchworks-services/service-systems/supported-service-systems/netsuite-service-connector/required-netsuite-features-services.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.
