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

# Creating a new account

If you would like to add or edit datasets, view private datasets and download restricted resources from the PDH Catalogue, you will need to sign in with a PDH user account.  Follow the steps below to register for a new account.

{% hint style="info" %}
For SPC staff, please sign in using the [Okta link](https://pacificdata.org/saml/drupal_login/spc_okta).
{% endhint %}

| From the Home page, click on the [**Login** ](https://pacificdata.org/user/login)link                                                                                                                                                                                                                                                            | ![](/files/XKzMrZVOjmnlkvMDQ7H2) |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- |
| Click on the [**Create account**](https://pacificdata/org/user/register) tab                                                                                                                                                                                                                                                                     | ![](/files/E8JbHA4c0I3oDGC7h85S) |
| <p>Please enter a username, email address and password.</p><p></p><p>Then click on the 'I'm not a robot' check box. You may be asked to complete the verification process.</p><p></p><p>Follow the verification steps then click on the <mark style="color:blue;background-color:blue;"><strong>'Create new account'</strong></mark> button.</p> | ![](/files/czx7PkCARzjbQM2SSbSK) |
| <p>Once you have successfully registered, you will be redirected to the Home page where you will see the following notification message at the center of the page:</p><p></p><p><mark style="color:green;background-color:yellow;"><strong>'Registration successful. You are now logged in.'</strong></mark></p>                                 | ![](/files/2Vkqtd6syGRbinWRqC1e) |
| You may now browse the catalogue as a registered user. Click on the [**Data Catalogue** ](https://pacificdata.org/data)link from the top navigation menu.                                                                                                                                                                                        | ![](/files/AirFvnl7CiOJAfZXlb7A) |

{% hint style="info" %}
If you wish to upload or modify datasets within the [Data Catalogue](https://pacificdata.org/data), you will need to be granted permissions to an [organisation](https://pacificdata.org/data/organization) within the catalogue. Please get in touch with the owner of the [organisation ](https://pacificdata.org/data/organization)you wish to contribute to.

You can also contact the PDH administrators on live chat or on the email <pdh-support@spc.int>.
{% endhint %}


---

# 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.pacificdata.org/catalogue/user-guide/creating-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.
