> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/p2pdotme/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Place an Order

> Step-by-step guide to placing orders on P2P Protocol

## Placing an Order

Follow these steps to place any type of order on P2P Protocol:

<Steps>
  <Step title="Select order type">
    Open the app and select `BUY`, `SELL`, or `PAY` depending on what you want to do.
  </Step>

  <Step title="Enter details">
    Enter the amount and provide any required recipient or payment details for your order.
  </Step>

  <Step title="Submit order">
    Submit your order and wait for merchant assignment. The protocol will match you with an eligible merchant.
  </Step>

  <Step title="Follow prompts">
    Follow the app prompts to complete the transfer and confirmation steps specific to your order type.
  </Step>
</Steps>

## Order Flow Diagram

Here's a visual representation of the order placement process:

```mermaid theme={null}
flowchart LR
    start[Start in app] --> choose[Choose order type]
    choose --> submit[Submit order]
    submit --> assign[Merchant assigned]
    assign --> transfer[Complete transfer step]
    transfer --> finish[Order final state]
```

<Info>
  Your order status will update automatically as it progresses through each stage. You can track it in real-time through the app.
</Info>

<Warning>
  Make sure to complete all required steps promptly to avoid order expiration or cancellation.
</Warning>
