> ## 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.

# NetServer SubClients element (SuperOffice only)

> NetServer configuration section defining any SuperOffice CRM sub-clients.

Configuration section defining any SuperOffice CRM sub-clients.

```XML theme={null}
<SubClients>
  <add key="admin" value="/admin/" />
</SubClients>
```

| Name    | Description          |
| ------- | -------------------- |
| Clients | List of sub-clients. |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.SubClients.yml


## Related topics

- [NetServer Client element (SuperOffice only)](/en/onsite/web-config/client.md)
- [NetServer ClientConfigurationProvider element (SuperOffice only)](/en/onsite/web-config/clientconfigurationprovider.md)
- [NetServer Downloads element (SuperOffice only)](/en/onsite/web-config/downloads.md)
- [NetServer CssSprite element (SuperOffice only)](/en/onsite/web-config/csssprite.md)
- [NetServer Sync element (legacy SuperOffice only)](/en/onsite/web-config/sync.md)
- [NetServer Cloud element (SuperOffice only)](/en/onsite/web-config/cloud.md)
