# Overview & Dashboard

When you open <code class="expression">space.vars.productName</code> as a NetSuite Admin, the first screen you see is the Dashboard. This is your starting point for all admin configuration: not a reporting view, but a navigation hub

## What you'll see

The Dashboard displays a welcome message and the current version of <code class="expression">space.vars.productName</code> installed in your account. No action is required here; it simply confirms the SuiteApp has loaded correctly and tells you which release you're running.

![NetSuite Admin Dashboard with version display and view toggle](/files/8bXTzh6JplJgd1HIRW7w)

## Switching between Admin views

The most important control on the Dashboard is the toggle at the top of the screen:

| Toggle             | Who it's for               | What it shows                                                                                                |
| ------------------ | -------------------------- | ------------------------------------------------------------------------------------------------------------ |
| **NetSuite Admin** | IT / System Administrators | System-level configuration: branding, payment setup, forms, users, catalog restrictions, printers, licensing |
| **Client Admin**   | Business Administrators    | Day-to-day configuration: catalogs, categories, workflows, user access, reports                              |

Click either label to switch between views. The left sidebar updates immediately to show the relevant menu for that role.

## The NetSuite Admin sidebar

Once you're in the NetSuite Admin view, the left sidebar is your primary navigation. Here's what each item does:

| Sidebar item             | Purpose                                                             |
| ------------------------ | ------------------------------------------------------------------- |
| **Dashboard**            | This screen: version info and view toggle                           |
| **General Settings**     | Global and subsidiary-level branding                                |
| **Configurations**       | Per-subsidiary settings: payments, forms, tax, registers, locations |
| **Printers**             | Printer management and receipt/document template builder            |
| **Forms**                | Global default custom forms for transactions and entities           |
| **Users**                | Grant, modify, or remove user access across subsidiaries            |
| **Catalog Restrictions** | Global item filter criteria for Client Admin catalog building       |
| **Catalogs**             | Create and manage product catalogs                                  |
| **Categories**           | Manage item category hierarchy                                      |
| **Components**           | Upload custom UI components for use in the Workflow Builder         |
| **Default Workflows**    | Manage workflow templates used as starting points (Dev/Sandbox)     |
| **Settings → Licenses**  | License key management and activation                               |
| **Settings → Account**   | Language and timezone preferences                                   |
| **Settings → Billing**   | Plan and billing management                                         |
| **Theme Builder**        | Build and preview colour schemes and typography                     |
| **Help Center**          | In-app help and documentation links                                 |

## Other controls in the header

| Control                 | Description                                                                                                                     |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **Subsidiary selector** | Dropdown (top right) showing the current subsidiary context. Switch subsidiaries here when managing a multi-subsidiary account. |
| **Theme toggle**        | Light/dark mode switch                                                                                                          |
| **User avatar**         | Your account name and email. Click to access account settings.                                                                  |

## Recommended first steps

If you've just installed <code class="expression">space.vars.productName</code>, work through these in order:

{% stepper %}
{% step %}

### Configure global branding

Open [General Settings](/netsuite-admin-guide/overview/general-settings.md) and set the global logo and theme that subsidiaries will inherit from.
{% endstep %}

{% step %}

### Set up your first subsidiary

Open [Configurations](/netsuite-admin-guide/overview-1.md) and configure payments, forms, and tax for your primary subsidiary.
{% endstep %}

{% step %}

### Grant Client Admin access

Open [Users](/netsuite-admin-guide/overview-3.md) and give the Client Admin role to whoever will manage day-to-day configuration.
{% endstep %}

{% step %}

### Define catalog restrictions

Open [Catalog Restrictions](/netsuite-admin-guide/catalog-restrictions.md) to control which NetSuite items are available to Client Admins when they build catalogs.
{% endstep %}
{% endstepper %}

## Related Pages

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>General Settings</strong></td><td>Where you configure global and subsidiary-level branding.</td><td><a href="/pages/wQdfp866XcwgC1lNk6Pf">/pages/wQdfp866XcwgC1lNk6Pf</a></td></tr><tr><td><strong>Client Admin Guide</strong></td><td>What Client Admins see when they log in.</td><td><a href="/pages/AuMEqbZW0YgEz9Mj2NQL">/pages/AuMEqbZW0YgEz9Mj2NQL</a></td></tr><tr><td><strong>Configurations</strong></td><td>Per-subsidiary settings: payments, forms, tax, registers.</td><td><a href="/pages/gogCTxJRLdzy1P6i1xeB">/pages/gogCTxJRLdzy1P6i1xeB</a></td></tr></tbody></table>


---

# 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.in8sync.com/netsuite-admin-guide/overview/dashboard.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.
