# Users and Roles

<table><thead><tr><th width="65.33333333333331">ID</th><th>Test User</th><th>Role</th></tr></thead><tbody><tr><td>1</td><td>reader@reader.com</td><td>Customer</td></tr><tr><td>2</td><td>8004@test.com</td><td>Seller 1 with valid Stripe account</td></tr><tr><td>3</td><td>8002@test.com</td><td>Seller 2 with valid Stripe account</td></tr><tr><td>4</td><td>8003@test.com</td><td>Admin of the platform</td></tr></tbody></table>

To login to one of the test users open the main page and use test login CTAs in the header

<figure><img src="/files/RmKKXYhNGqZ6Nr56pHHj" alt=""><figcaption></figcaption></figure>


---

# 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://smart-selects.gitbook.io/marketplace-bubble.io-template/users-and-roles.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.
