---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Configure guest user access

# Configure guest user access {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

To enable SDK services to be accessible by unauthenticated users, you must configure the Mobile SDK on your ServiceNow instance to allow guest user access. A guest user can view public web pages hosted in an instance using NowWeb, have a conversation as a guest using NowChat,
access public data on the instance using NowTableService and NowGraphQLService, and access custom API services configured for unauthenticated users using
NowAPIService.

## Before you begin

Role required: admin

## Procedure

1. Navigate to AllMobile SDKAll and select the application to which you want to allow guest access.
2. For each service that you want to enable guest access, add `"allowGuestAccess":true` to its configuration array.  
   Note:  
   The NowAttachment service does not currently support guest access.
3. Select Update to save your changes.
{#mobsdk-and-config-guest-access__steps_ljb_pq3_tzb}

*[\>]: and then


