# Email Alias

This alias can be used to create testing accounts and may be necessary for certain testing purposes. Additionally, this alias allows programs to communicate with the hacker without revealing their actual email address.

{% hint style="warning" %}
It's important to note that you cannot send emails using your BugBase alias.
{% endhint %}

Upon creating a Bugbase account, you are automatically assigned an email alias in the form of `[username]@teambugbase.com`.

Bugbase allows users to create multiple email aliases for their account. This feature can be useful for testing purposes, as it allows users to create multiple test accounts on a program. To create an additional email alias, users can add a plus sign (+) and any identifier of their choice to their default alias, which is in the form of `[username]@teambugbase.com`.

For example, if a user's default alias is `researcher@teambugbase.com`, they can create another alias by using `researcher+123@teambugbase.com`.


---

# 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.bugbase.ai/bounty-hunter-guide/email-alias.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.
