# Integration Tools and Methodologies

- [SuiteScript](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/suitescript.md): Learn how HotWax Commerce leverages SuiteScript for integration  with NetSuite, using JavaScript-based customization, scheduled scripts, and  data transformation.
- [N/Task Module](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/suitescript/n-task-module.md): Learn how the N/task module in SuiteScript helps create tasks for scheduling, running scripts, importing CSV files, and more.
- [N/Record Module](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/suitescript/n-record-module.md): Learn how the N/Record module in SuiteScript helps integrate data by working with NetSuite records, even those not supported by CSV import.
- [N/Search Module](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/suitescript/n-search-module.md): Learn how the N/Search module in SuiteScript allows dynamic data retrieval from NetSuite with custom filters, improving integration.
- [N/File Module](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/suitescript/n-file-module.md): Leverage the N/file module in SuiteScript for seamless file management, enabling easy upload and efficient reading of files from NetSuite File Cabinet or SFTP.
- [Saved Search](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/savedsearch.md): Learn about the robust capabilities of Saved Search in NetSuite, enabling creating reusable search definitions for data retrieval and conditional queries.
- [Integration Methodologies](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/integration-tools-and-methodologies.md): Learn about HotWax's integration methodologies with NetSuite.
- [NetSuite](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/netsuite.md): Learn the details of exporting and importing data from NetSuite during integration.
- [HotWax](https://docs.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies/hotwax.md): Learn about HotWax Commerce's export/import tools for NetSuite integration, allowing easy data transfer in CSV/JSON formats using specialized scripts.


---

# 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.hotwax.co/documents/learn-netsuite/integration-tools-and-methodologies.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.
