# P-Link Docs

## Payments links

- [P-Link.io Payment links help](https://docs.p-link.io/readme.md): Overview of P-Link, a universal payment platform without registration.

## Collect payments

- [Receive a payment](https://docs.p-link.io/receive-a-payment/receive-a-payment.md): Receive payments with a single url, ready to use as an hosted payment page

## Integrations

- [Collect payments everywhere](https://docs.p-link.io/social-networks/collect-payments-everywhere.md): Post a P-Link to Discord, Twitter, Instagram, Telegram and more

## User flow

- [P-Link User Flow](https://docs.p-link.io/user-flow/p-link-user-flow.md): Create a link → Share → Pay → Receive/Claim

## Account

- [Account management](https://docs.p-link.io/account-management/account-management.md): Creating and claiming a P-Link account to manage your payments

## Safety

- [Safety and best practices](https://docs.p-link.io/safety/safety-and-best-practices.md): Tips for securing your transactions and protecting your P-Link access

## FAQ

- [FAQ – P-Link](https://docs.p-link.io/faq/faq-p-link.md): Frequently asked questions about P-Links

## Send a payment

- [Send a payment](https://docs.p-link.io/send-a-payment/send-a-payment.md): How to send payment via P-Link interface or URL with API key

## Automations

- [Automations and integrations](https://docs.p-link.io/automations/automations-and-integrations.md): x402, Blinks, and Integrate P-Link with Make, IFTTT, Zapier using RSS feeds

## Payments RSS Feed

- [Payments RSS Feed](https://docs.p-link.io/payments-rss-feed/payments-rss-feed.md): The RSS feed allows you to track payments received at a given address, each payment appears as an item in the feed

## Payment Status

- [Payment Status](https://docs.p-link.io/payment-status/payment-status.md): Check the status of a payment by calling the P-Link.io API

## IPN: Instant Payment Notification

- [IPN: Instant Payment Notification](https://docs.p-link.io/ipn-instant-payment-notification/ipn-instant-payment-notification.md): Receive payment notifications on a specific URL

## API : P-Link creation

- [API : P-Link creation](https://docs.p-link.io/api-p-link-creation/api-p-link-creation.md): Create a P-Link with a simple line of code to easily customize the image, description and title of the payment page


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.p-link.io/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.
