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

# Configuring document access

> How to configure document access

For the application to run properly, some modifications are required in the application configuration file.

```XML theme={null}
<Documents>
  <add key="ArchivePath" value="C:\\SO_ARC" />
  <add key="TemporaryPath" value="C:\\temp" />
  <add key="ImpersonateUser" value="false" />
</Documents>
```

In this example, we have set the impersonation false because this is a Windows application and the client runs the NetServer code in the same process, and the application inherits the user's identity.

Read more about these settings in the [NetServer configuration][1].

[1]: ../../../config/documents


## Related topics

- [Security](/integrations/g-suite/security.md)
- [Configuring Mintlify](/contribute/configure-mintlify.md)
- [About the migration tool](/integrations/sharepoint-documents/migrate/index.md)
- [The SharePoint migration UI](/integrations/sharepoint-documents/migrate/reference.md)
- [Documents](/en/mobile/document/index.md)
- [Document](/en/document/learn/index.md)
