> 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/data-marketplace/rfps.md).

# RFPs

Requests for Proposals (RFPs) let buyers commission datasets that do not yet exist. Sellers browse open RFPs and submit proposals with their data.

## Issuing an RFP (Buyers)

From the Data Studio, go to RFPs and click "Add new item" under My RFPs.

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

Fill in:

* Title
* Modality, Domain, and Use Case tags
* Amount (in USD): your budget for the dataset
* License: select a PSDLA variant
* Expiration date (optional)
* Short description (max 300 characters)
* Long description (markdown editor)
* Preview image (upload or generate)

Click "Create RFP." Your request appears on the Explore page under the RFPs tab.

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

## Responding to an RFP (Sellers)

Browse open RFPs on the Explore page under the RFPs tab. Click into an RFP to read the full specification.

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

Click "Submit Proposal" to open the proposal form. This takes you to the Data Studio where you can write your proposal, describe your credentials, and attach a dataset.

<figure><img src="/files/6Gi9B6FG4Mu6cgEEzoUS" alt=""><figcaption></figcaption></figure>

## Reviewing Responses (Buyers)

Submitted proposals appear under RFPs > Requests in your Data Studio. Each response shows the seller's message, attached dataset details, file size, and schema.

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

You can accept or reject each response. Accepted responses convert into a purchasable listing, which you can then checkout normally.

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


---

# 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/data-marketplace/rfps.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.
