> For the complete documentation index, see [llms.txt](https://naviaco.gitbook.io/naviaco-public-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviaco.gitbook.io/naviaco-public-guides/guides/paying-pas.md).

# Paying PAS

## Paying PAS via NaviPAS Guide

NaviPAS is our new payment provider powered by Stripe! Our in-house solution to automatically collecting payments, creating invoices, etc!

## How NaviPAS Works

1. After a checkout is successful, you'll receive a **DM** shortly after from @NaviPAS
2. You follow the directions on the screen, prompting you to input your `email` before being able to view your invoice! (one time question, you can change your email at any time!)
3. You will be given a summary of your service, including `Retailer, Product, Quantity Checked Out, and Total Due`, along with a payment button to complete your payment! (Clicking the button will direct you to Stripe to finalize your payment.)
4. Once payment is complete the status of your invoice within Discord will go to `Paid`! And your service is complete!


---

# 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://naviaco.gitbook.io/naviaco-public-guides/guides/paying-pas.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.
