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

# Quick Start Process

Quick Start Process (Taking "Get Proxy List" as an Example)
New users can quickly complete their first interface call in 3 steps:

1. Generate an API key as described above and copy it for safekeeping.
2. Construct the request (example using Postman or code):
   * **Request URL**: `https://api.xxx.com/proxies/list` (replace with the platform's actual API domain name).
   * **Request Method**: `GET`.
   * **Request Header**: `Authorization: Bearer abcdef1234567890` (replace with your key).
   * **Optional Parameter**: `region=US` (only available for the Traffic Plan; specifies US-region IPs).
3. Send the request and check the response result to confirm whether proxy IPs, ports, and other information are obtained. A successful return indicates that the key and call format are correct.
