> For the complete documentation index, see [llms.txt](https://docs.pullbay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pullbay.com/help-center/readme.md).

# Help Center

<h2 align="center">How can we help?</h2>

<p align="center">Browse topics below or contact our support team.</p>

<p align="center"><a href="mailto:support@pullbay.com" class="button primary">Contact support</a> <a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/README.md" class="button secondary">View documentation</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀</strong></td><td><strong>Getting started</strong></td><td>Create an account and make your first call</td><td><a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/getting-started/create-an-account.md">https://github.com/epctex/pullbay-docs/blob/main/documentation/getting-started/create-an-account.md</a></td></tr><tr><td><strong>🔑</strong></td><td><strong>Authentication</strong></td><td>API keys and security</td><td><a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/getting-started/authentication.md">https://github.com/epctex/pullbay-docs/blob/main/documentation/getting-started/authentication.md</a></td></tr><tr><td><strong>💳</strong></td><td><strong>Billing</strong></td><td>Credits, plans, and invoices</td><td><a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/billing-and-usage/billing.md">https://github.com/epctex/pullbay-docs/blob/main/documentation/billing-and-usage/billing.md</a></td></tr><tr><td><strong>⚡</strong></td><td><strong>Rate limits</strong></td><td>Understanding and handling limits</td><td><a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/using-the-api/rate-limits.md">https://github.com/epctex/pullbay-docs/blob/main/documentation/using-the-api/rate-limits.md</a></td></tr><tr><td><strong>🔧</strong></td><td><strong>Errors</strong></td><td>Troubleshooting API errors</td><td><a href="https://github.com/epctex/pullbay-docs/blob/main/documentation/using-the-api/errors-and-retries.md">https://github.com/epctex/pullbay-docs/blob/main/documentation/using-the-api/errors-and-retries.md</a></td></tr><tr><td><strong>📋</strong></td><td><strong>Changelog</strong></td><td>What's new and coming soon</td><td><a href="https://github.com/epctex/pullbay-docs/blob/main/changelog/README.md">https://github.com/epctex/pullbay-docs/blob/main/changelog/README.md</a></td></tr></tbody></table>

***

## Frequently asked questions

### Account & billing

<details>

<summary><strong>How do credits work?</strong></summary>

Credits are consumed when you make successful API requests. The cost depends on the endpoint and amount of data returned. Failed requests don't consume credits.

[Learn more about credits →](https://github.com/epctex/pullbay-docs/blob/main/documentation/core-concepts/credits.md)

</details>

<details>

<summary><strong>What happens when I run out of credits?</strong></summary>

When your balance reaches zero, API requests will be rejected with a `402 Payment Required` error. You can add credits anytime from your dashboard without changing your plan.

</details>

<details>

<summary><strong>Can I get a refund?</strong></summary>

Credits are non-refundable but never expire. If you believe you were charged incorrectly, contact support with your request details.

</details>

### API & integration

<details>

<summary><strong>What's the difference between standard and managed pagination?</strong></summary>

**Standard pagination** — You control the flow, requesting one page at a time. Best for custom apps where you need partial data.

**Managed pagination** — Pullbay fetches all pages and returns aggregated results. Best for n8n/Make.com workflows.

Both cost the same per amount of data.

[Learn more about pagination →](https://github.com/epctex/pullbay-docs/blob/main/documentation/core-concepts/pagination.md)

</details>

<details>

<summary><strong>Why am I getting rate limited?</strong></summary>

Rate limits depend on your plan. Check the `X-RateLimit-Remaining` header in responses. If you consistently hit limits, consider upgrading your plan or optimizing your request patterns.

[Learn more about rate limits →](https://github.com/epctex/pullbay-docs/blob/main/documentation/using-the-api/rate-limits.md)

</details>

<details>

<summary><strong>Can I use Pullbay with n8n or Make.com?</strong></summary>

Yes! Pullbay is designed for automation tools. Use managed pagination endpoints (`/all`) to get complete datasets in one request without writing pagination loops.

[See n8n integration guide →](https://github.com/epctex/pullbay-docs/blob/main/documentation/integrations/n8n-integration.md)

</details>

### Data & reliability

<details>

<summary><strong>How fresh is the data?</strong></summary>

Data is fetched in real-time when you make a request. We don't cache results, so you always get the latest available data from the source.

</details>

<details>

<summary><strong>What happens if an endpoint is down?</strong></summary>

Check the service health in your dashboard. If an endpoint is experiencing issues, requests may fail or return partial results. We handle retries internally when possible.

[Check service health →](https://github.com/epctex/pullbay-docs/blob/main/documentation/monitoring-and-reliability/service-health.md)

</details>

<details>

<summary><strong>Can I request a new data source?</strong></summary>

Yes! Contact us through the dashboard or email with:

* The data source you need
* Your use case
* Expected volume

We prioritize based on demand and feasibility.

</details>

***

## Contact support

### Before contacting us

1. Check the [documentation](https://github.com/epctex/pullbay-docs/blob/main/documentation/README.md)
2. Review the FAQs above
3. Check [service health](https://github.com/epctex/pullbay-docs/blob/main/documentation/monitoring-and-reliability/service-health.md) for known issues

### How to reach us

**Email:** <support@pullbay.com>

**Include in your request:**

* Your account email
* Request ID (from API response)
* What you expected vs. what happened
* Any error messages

### Response times

| Plan    | Standard issues | Critical issues |
| ------- | --------------- | --------------- |
| Free    | Best effort     | Best effort     |
| Starter | 48 hours        | 24 hours        |
| Growth  | 24 hours        | 4 hours         |
| Scale   | 4 hours         | 1 hour          |

*Critical issues: Production outages, security concerns, billing errors*


---

# 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:

```
GET https://docs.pullbay.com/help-center/readme.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.
