> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Preference section: NetServices

> Preference section NetServices

To view all preferences in this section, use the following SQL:

```SQL theme={null}
SELECT * FROM UserPreference WHERE prefsection='NetServices'
```

SuperOffice web services settings are used by the web panel to automatically display information from SuperOffice when the user logs on.

| Preference                 | Description                                                              | Default | Control type | Access                     |
| -------------------------- | ------------------------------------------------------------------------ | ------- | ------------ | -------------------------- |
| ELearningUrl               | URL to E-learning                                                        |         | Text         | Admin, Admin users, Wizard |
| EnableNetServicesOnCentral | Make web services available on your central and satellite databases.     | YES     | Bool         | Admin, Admin users, Wizard |
| EnableNetServicesOnTravel  | Make web services available on your Travel databases.                    | YES     | Bool         | Admin, Admin users, Wizard |
| LastPage                   | Last page read                                                           |         | Number       | Wizard                     |
| NewsURL                    | News URL                                                                 |         | Text         | Wizard                     |
| NextCheck                  | Next date SuperOffice should check for news on web services (yyyy-mm-dd) |         | Text         | Wizard                     |
| PageURL                    | Page URL                                                                 |         | Text         | Wizard                     |
| SeenTeaserDlg              | The user has read the teaser from web services.                          |         | Bool         | Wizard                     |
| ShowOnStartup              | Show news from SuperOffice web services on startup.                      | YES     | Bool         | Admin, Admin users, Wizard |
| StatusCheckTimeout         | Timeout for reading status from web services in seconds.                 | 60      | Number       | Admin, Admin users, Wizard |
| StatusURL                  | Status URL                                                               |         | Text         | Wizard                     |
| TeaserURL                  | Teaser URL                                                               |         | Text         | Wizard                     |
| UserPassportId             | The Microsoft Passport ID of this associate (not the email address)      |         | Text         | Admin, Admin users, Wizard |


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings.NetServices](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NetServices.md)
- [SuperOffice.WebApi.Agents.PreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PreferenceAgent.md)
- [SuperOffice.WebApi.Agents.IPreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPreferenceAgent.md)
- [NSPreferenceAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSPreferenceAgent.md)
- [Update Net Services Status](/en/api/reference/restful/agent/preference_agent/update-net-services-status.md)
- [Preference section Phone](/en/admin/user-preferences/reference/phone.md)
