> For the complete documentation index, see [llms.txt](https://docs.didforsale.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didforsale.com/didforsale-portal/register-a-new-account.md).

# Register a new account

To register a new account on DIDforsale portal, follow these steps:

1. Visit  <https://portal.didforsale.com/register/> and click on My Account /FREE TRIAL
2. New window opens. Now click on Register now and fill in the form with details like name, email, password, phone and receive the verification code on the given phone number via call or SMS. Once all the details are entered, click on Register. A confirmation page appears.

![](https://lh4.googleusercontent.com/frrqcjQLzaJjb-jBbyCzb8itpK-3-0YFs-sdKvPK3mWmtAzTbtawN-eE21ModUqDxDFicXtZH-VbnXCYl7zwIK_faXnXWu0Qs7CfjvB7JnOKB6Ox5C3aO-Vfex2V3CRxllJJL0g6)

You should’ve received an email in your inbox with welcome email and a link to activate your account.

&#x20;If not, please check your spam/junk folder. Please remember to allow (safelist) all emails from <contact-sales@didforsale.com>/contact-<support@didforsale.com> to prevent them from accidently going into your spam/junk folder. This will ensure that that you receive all the important communication from us in a timely manner.

Below is a sample email notification.(screenshot)

1. Click on the link to from email to activate your account. Another confirmation page appears, informing you that your account is now active.
2. Log into your account with your email as username and the password you’ve set.   &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.didforsale.com/didforsale-portal/register-a-new-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
