> For the complete documentation index, see [llms.txt](https://dannycantrell.gitbook.io/pdptab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dannycantrell.gitbook.io/pdptab/account/creating-an-account.md).

# Creating an Account

In order to use PDPTab.com, you will first need to create a free account. Just click the "Login/Register" link in the top right hand corner of the site:

![Main Page - Login Link Top Right](/files/-MMiME3iyrhaDbhjOZ59)

Click the "Register Now" button to setup your account:

![Login Page with Register Now Button](/files/-MMiMT5egcogB8x1kind)

You'll just need to enter your name, email address, and password for the site:

![Registration Page](/files/-MMiM_wWIBWDvjHbeJLo)

After registering, you will be taken to the home page and ready to use the site:

![](/files/-MMiMp3bQihXHT4D60vz)


---

# 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:

```
GET https://dannycantrell.gitbook.io/pdptab/account/creating-an-account.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.
