# Can EventX support concurrent logins?

## Can EventX support concurrent logins?

When users log into the same account on multiple devices, there will be a popup message to alert them that their account has been logged in on another device.

![](/files/eMK1wTojdOs0D4bMWfnD)

## Who will see this popup message?

1. Assuming there are 2 devices accessing the same account, the 2nd device will receive the pop-up message. To view the time that the 1st device was last active, refer to the highlighted section below.\
   ![](/files/nMyRsQljed6MtHPwp0ve)

## What does the user need to do?

1. To continue using the current device that received the popup message, click **Continue Login in this device**. To be logged out of the current device, click on **Do nothing**.\
   ![](/files/2GtcBfDduUsqTWbVGkvx)
2. By clicking **Do nothing**, the user will be directed to the landing page of the event.\
   ![](/files/iEOXjvfa5BrqqLWSIYaM)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eventx-hq.gitbook.io/knowledge-base/event-setting/roles-and-permissions/can-eventx-support-concurrent-logins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
