# Checkout Guides

This section provides a collection of guides to help you implement and manage the checkout process using Violet's APIs. From understanding order states to integrating with payment providers, these guides offer step-by-step instructions for various checkout scenarios.

### Available Guides

* [**Order and Bag States**](/prism/checkout-guides/guides/order-and-bag-states.md): Learn about the different states an order and bag can be in throughout the checkout lifecycle.
* [**Direct Order Submission**](/prism/checkout-guides/guides/direct-order-submission.md): A guide on how to submit an order directly without going through the iterative cart-building process.
* [**Utilizing Quick Checkout**](/prism/checkout-guides/guides/utilizing-quick-checkout.md): Discover how to streamline the checkout experience with Violet's Quick Checkout feature.
* [**Checkout with Stripe.js v3**](/prism/checkout-guides/guides/violet-checkout-with-stripejs-v3.md): Detailed instructions for integrating Stripe.js v3 for payment processing.
* [**Checkout with Apple Pay or Google Pay**](/prism/checkout-guides/guides/violet-checkout-with-apple-pay.md): Learn how to implement wallet-based payment options like Apple Pay and Google Pay.
* [**Tax Remittance**](/prism/checkout-guides/guides/tax-remittance.md): Understand how tax remittance is handled within the Violet ecosystem.


---

# 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.violet.io/prism/checkout-guides/guides.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.
