# Member Mode

When this feature is enabled, before login, the system allows the customer to choose member modes: 'member' and 'guest'.

![Enable Member Mode](/files/xONO6ZyStOwpcWhV1WtX)

**Component Explanation:**

| Name                             | Description                                                                                                                                                                                    | Example                          |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| Enable Member Mode               | This property is to activate the login display whether as a member or guest. If it is not activated, you will only see the standard login live chat display. By default, this property is OFF. | ![](/files/Hg7iVHWbT95m53GeZcC7) |
| Enable Member Mode Validation    | Used to validate member id via API. By default, this property is OFF.                                                                                                                          | -                                |
| Member Mode Title                | Set the title of member mode for your Live Chat visitors prior to them selected option of member mode.                                                                                         | ![](/files/h03xWAA4dqqWPPX5s3y3) |
| Option Member                    | Set the name of option member for your Live Chat visitors prior to them filling in the on boarding form.                                                                                       | ![](/files/JOzDrArlJibuOowrDrOh) |
| Option Non Member                | Set the name of option non member for your Live Chat visitors prior to them filling in the on boarding form.                                                                                   | ![](/files/xy7p55RArfuzsDLqCVWE) |
| Member Id Placeholder            | A placeholder located in text area where we type our member Id.                                                                                                                                | ![](/files/mTj7Qxz9YWP3cMEBpiJP) |
| Select Topic Title               | Text to selected topic.                                                                                                                                                                        | ![](/files/povTQA1wGrKhtG4Z4NEN) |
| Selection Topic Member           | Input the topic to be asked by the customer’s (member).                                                                                                                                        | ![](/files/PuAhW841tZ8ckIYafRds) |
| Selection Topic Non Member       | Input the topic to be asked by the customer’s (non member).                                                                                                                                    | ![](/files/FyLBT2dUTpHox8NPqpb1) |
| Member Mode Select Error Message | Error notification that will be out because you haven't selected member mode when activating member mode properties.                                                                           | ![](/files/3ZRrFAVRShd4OKZxFJ4f) |
| Member Id Input Error Message    | Display a custom message for some reasons failed.                                                                                                                                              | ![](/files/i0gsbIbCKjNHFKwndzsJ) |
| Select Topic Input Error Message | Display a custom message for some reason failed.                                                                                                                                               | ![](/files/v4UV4ThBiumGJ7RI8xuo) |


---

# 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://docs.3dolphins.ai/integration/live-chat-designer/new-design/member-mode.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.
