# Quickstart

This page gives a short overview of the two main workflows on Portex. For detailed guides, follow the links in each section.

## For Experts

You create evals and sell (or open-source) them.

1. [Create an account](/portex-docs/getting-started/creating-an-account.md) with seller access enabled
2. [Design your eval](/portex-docs/for-experts/eval-design-guide.md): decide between Q\&A (single-turn) and Agentic (multi-turn) and follow the best practices guide
3. [Build your eval](/portex-docs/for-experts/creating-an-eval.md) using the Eval Builder (or [import files](/portex-docs/for-experts/importing-an-eval.md) for Q\&A evals if you prefer working in an editor)
4. [Publish a listing](/portex-docs/for-experts/publishing-your-eval.md) commercially, or [open-source it](https://github.com/portex-ai/portex-documentation/blob/master/for-experts/open-sourcing-an-eval.md) for community use
5. [Review results](/portex-docs/for-experts/reviewing-results.md) as model builders submit runs and annotate responses to improve your eval

## For Model Builders

You run models against expert evals and receive scored reports.

1. [Create an account](/portex-docs/getting-started/creating-an-account.md)
2. [Browse evals](/portex-docs/for-model-builders/browsing-evals.md) on the Datalab
3. [Run an eval](/portex-docs/for-model-builders/running-an-eval.md): download tasks, generate model responses, upload and pay
4. Optionally [purchase the Core Dataset](/portex-docs/for-model-builders/purchasing-a-core-dataset.md) for model improvement


---

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