# Overview

### Setting up Postman collection

1. Import the collection.
2. Create an environment called "Rocketfuel".
3. Create an environment variable “BASE\_URL” and set the default value to:\
   Production: “<https://app.rocketfuelblockchain.com>”\
   Sandbox: "<https://app-sandbox.rocketfuelblockchain.com>"
4. Select the Rocketfuel environment.
5. Run the authentication API to set the access token variable: <https://docs.rocketfuel.inc/developer-guides/api-reference/authentication/authentication-without-email-password>

### Flow for Fund Allocation to the payee and reclaim

<figure><img src="/files/5fwL7ZXIBCxRG2HZl1mi" alt=""><figcaption></figcaption></figure>

### Flow for Withdraw of funds from Payee

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


---

# 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.rocketfuel.inc/developer-guides/api-reference/payout/overview.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.
