# Pliro Docs

## Docs

- [Introduction](https://docs.pliro.co/readme.md): Pliro is an all-in-one tool helping independent publishers run and grow their subscription business.
- [Pliro Site](https://docs.pliro.co/site.md): Your Pliro Site is where your customers checkout and manage their account.
- [The customer account page](https://docs.pliro.co/site/the-customer-account-page.md)
- [The offers page](https://docs.pliro.co/site/the-plans-page.md)
- [The subscribe page](https://docs.pliro.co/site/the-subscribe-page.md)
- [Offer pages](https://docs.pliro.co/site/plan-pages.md)
- [Offer subscribe pages](https://docs.pliro.co/site/plan-subscribe-pages.md)
- [The free offering page](https://docs.pliro.co/site/the-free-offering-page.md)
- [The free offering subscribe page](https://docs.pliro.co/site/the-free-offering-subscribe-page.md)
- [Pliro Connect](https://docs.pliro.co/connect.md): Allow customers to sign into your website and manage their access to protected content.
- [Sign in customers](https://docs.pliro.co/connect/sign-in-customers.md): Sign customers into your website and grant them access to protected content.
- [Update customer information](https://docs.pliro.co/connect/update-customer-information.md): Respond to customer actions within Pliro.
- [Silent re-authentication](https://docs.pliro.co/connect/silent-re-authentication.md): Check if a customer is still signed into Pliro.
- [Sign customers out of Pliro](https://docs.pliro.co/connect/sign-customers-out-of-pliro.md): Notify Pliro when signing customers out of your website.
- [Sign-out notifications](https://docs.pliro.co/connect/sign-out-notifications.md): Be notified when customers sign out of Pliro.
- [Example integration](https://docs.pliro.co/connect/example-integration.md): Access the code for a working example integration, and try it out live.
- [Signing keys](https://docs.pliro.co/connect/signing-keys.md): Verify the signatures of ID and logout tokens.
- [API](https://docs.pliro.co/api.md): Access your publication's data in Pliro.
- [Authentication](https://docs.pliro.co/api/authentication.md): Learn how to authenticate your API requests.
- [Errors](https://docs.pliro.co/api/errors.md): Learn how to interpret API error responses.
- [Error codes](https://docs.pliro.co/api/errors/error-codes.md): Learn more about error codes and how to resolve them.
- [Pagination](https://docs.pliro.co/api/pagination.md): Learn how to retrieve all objects in a collection.
- [Versioning](https://docs.pliro.co/api/versioning.md): Learn more about Pliro's API versioning.
- [Endpoint reference](https://docs.pliro.co/api/endpoint-reference.md): Learn more about Pliro's API endpoints and how to use them.
- [Test environment](https://docs.pliro.co/test-environment.md): Build and test your integration in a safe and production-like environment.


---

# 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.pliro.co/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.
