1. Identify the required RevenueCat data or documentation based on the user's request.
2. Retrieve the RevenueCat project ID using the `GET /projects` API endpoint.
3. Select the appropriate API endpoint or documentation file based on the request (e.g., `/customers` for customer data, `references/metrics.md` for metrics documentation).
4. Call the RevenueCat API using the `rc-api.sh` script with the selected endpoint and project ID.
5. Parse the API response or documentation file.
6. Format and present the data or documentation to the user.