> For the complete documentation index, see [llms.txt](https://docs.portexai.com/portex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portexai.com/portex-docs/getting-started/creating-an-account.md).

# Creating an Account

## Register

Go to [datalab.portexai.com](https://datalab.portexai.com) and click Register. Enter your email address, check the Terms & Conditions box, and submit.

<figure><img src="/files/LezB754X3HaA73EQSL6S" alt=""><figcaption></figcaption></figure>

## Complete Your Profile

Fill in your username, name, and password. You can optionally add a profile picture and link your HuggingFace, GitHub, or X accounts.

<figure><img src="/files/Q86qydFhzvMZ8yi5RIJW" alt=""><figcaption></figcaption></figure>

### Seller access

If you plan to sell datasets or publish evals, select "Yes" when asked "Do you want to be able to sell datasets?" and provide a brief description of your data.

<figure><img src="/files/q73G0idhNAszxWzUL2hT" alt=""><figcaption></figcaption></figure>

### RFP access

If you want to issue Requests for Proposals (to commission datasets from experts), select "Yes" when asked about RFP access.

## Connect Stripe (Optional)

To receive payouts via traditional payment rails, go to Account Settings and click "Connect with Stripe." This takes 2-3 minutes and enables you to receive payments via ACH or credit card in addition to USDC.

<figure><img src="/files/8ds0tw7A1Og5j9aN7ypM" alt=""><figcaption></figcaption></figure>

## Next Steps

* Experts: continue to the [Quickstart](/portex-docs/getting-started/quickstart.md) or jump to [Creating an Eval](/portex-docs/for-experts/creating-an-eval.md)
* Model builders: see [Browsing Evals](/portex-docs/for-model-builders/browsing-evals.md)


---

# 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.portexai.com/portex-docs/getting-started/creating-an-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.
