# Waveline Extract

## Waveline Extract

- [Introduction](https://docs.waveline.ai/extract/waveline-extract/introduction.md): Welcome to Waveline Extract!
- [Getting Started](https://docs.waveline.ai/extract/waveline-extract/getting-started.md)
- [/extract-document](https://docs.waveline.ai/extract/endpoints/extract-document.md): Create a new Job for extraction.
- [/guess-shape](https://docs.waveline.ai/extract/endpoints/guess-shape.md): Create a new job for guessing a shape.
- [/raw-extract](https://docs.waveline.ai/extract/endpoints/raw-extract.md): Convert documents (PDFs, Images, ...) to plain text
- [/jobs](https://docs.waveline.ai/extract/endpoints/jobs.md): Request all your past and present jobs.
- [/jobs/{id}](https://docs.waveline.ai/extract/endpoints/jobs-id.md): Request all information about a specific job.
- [/me](https://docs.waveline.ai/extract/endpoints/me.md): Get information about your account based on your API key
- [Shape](https://docs.waveline.ai/extract/types/shape.md)
- [DataShapeElement](https://docs.waveline.ai/extract/types/datashapeelement.md)
- [Invoice Extraction](https://docs.waveline.ai/extract/examples/invoice-extraction.md): We extract the necessary information to process invoices
- [Order Table Extraction](https://docs.waveline.ai/extract/examples/order-table-extraction.md)
- [Email Extraction](https://docs.waveline.ai/extract/examples/email-extraction.md)
- [CV Extraction](https://docs.waveline.ai/extract/examples/cv-extraction.md)
- [Raw Extraction](https://docs.waveline.ai/extract/examples/raw-extraction.md): Extract everything from a given Document
- [FAQ](https://docs.waveline.ai/extract/additional-material/faq.md)
- [Limitations](https://docs.waveline.ai/extract/additional-material/limitations.md): We improve our service everyday but we are still far from being perfect.
- [Pages](https://docs.waveline.ai/extract/pricing/pages.md): We bill based on pages, but what counts as a 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.waveline.ai/extract/waveline-extract/introduction.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.
