# Pages

We believe in an approach where you only pay for what you use, no more and no less. So, let's walk you through how we handle the billing process.

Generally, we bill you per page we process from the documents you upload. **Each page will cost you $0.30.**

## Paginated Documents (like PDFs)

For **paginated documents** like PDFs, it's quite simple. We count each page as it is. That means if you upload a 10-page PDF, that's 10 pages for our billing.

## Non-Paginated Documents

For other types of documents, such as **images, raw text, and other non-paginated formats**, we define a page as **500 words**.

This means if you've got a text document or an image containing 2,000 words of text, you would be billed for 4 pages. It's all a matter of breaking it down into those 500-word chunks.

**What if there's a remainder?** If a document contains, say, 520 words, we'd bill you for 2 pages, not one. We round up to the nearest 500 to keep things fair and square.

That's it! It's that simple. No hidden fees, no complicated pricing structures, just $0.30 per page - however that may be defined. If you still have questions, don't hesitate reaching out to us at <team@waveline.ai>!


---

# Agent Instructions: 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.waveline.ai/extract/pricing/pages.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.
