# N/Search Module

The [N/Search module](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4345764122.html#N%2Fsearch-Module) plays a pivotal role in our integration strategy, significantly enhancing our data retrieval capabilities. This module empowers developers to query data from the NetSuite database, offering the flexibility to create new searches programmatically, with filters and conditions. When conducting dynamic searches, the N/Search module generates a new dynamic SavedSearchId, which can be reused in subsequent processes.

Furthermore, developers can also harness existing SavedSearchIds created through NetSuite's user interface.


---

# 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/suitescript/n-search-module.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.
