## Log in as a guest

To log in as a guest, you can use the “Continue as guest” link on the login page:

You are now logged in as the guest and can see all public projects (if any exist).

## Add guest account to your project

The guest account can be added in the same way you would [add a normal member to your project](https://www.tator.io/docs/administrator-guide/getting-started/add-team-members). First, log into your normal account that has project administration privileges. In the project settings page, add a membership and search for username “anonymous”.

Once the guest account is found, select the permission level you would like to use for anonymous users. Typically this will be `View Only`. Click `Save`.

Now, if you log back in under the guest account, you will see that the project is available in the project dashboard.

## Share direct links to the public project

The public project can be accessed directly using the anonymous gateway. To access this, use a URL of the form:

`https://<YOUR_DOMAIN>/anonymous-gateway?redirect=/<PROJECT_ID>/project-detail`

This link will automatically log users in as the guest account and redirect them to the given URI. If users wish to access a project using their normal account, they should be added as project members as they normally would for a non-public project.
