# Week 35 - User Accounts

Have you ever been on an AppSec engagement that involved multiple levels of access (admin/merchant/user)? You could use a different email account for each level, OR you could just use one!\
&#x20;\
This is possible through Plus Addressing. All the below inboxes will send to the same email:\
&#x20;\
<test@website.com>\
<test+admin@website.com>\
<test+merchant@website.com>\
<test+user@website.com>\
&#x20;\
Any email sent to <username+whateveryoulike@domain.tld> is still sent to your account. I find this especially useful for:\
&#x20;\
-Testing Invite Features\
-Account Sign Ups\
-Account Blacklist Bypasses


---

# 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://www.webhackingtips.com/week-35-user-accounts.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.
