# Guides

This section offers practical guides for managing payments during checkout in the Violet ecosystem. You'll find step-by-step instructions for handling different payout scenarios, including how to troubleshoot failed transfers and configure various transfer methods.

### Available Guides

* [**Handling Failed Transfers**](/prism/payments/payments-during-checkout/guides/handling-failed-transfers.md): A guide on how to manage and resolve failed transfers effectively, ensuring smooth operations.
* [**Using Custom Transfers**](/prism/payments/payments-during-checkout/guides/using-custom-transfers.md): A guide on leveraging custom transfers for flexible and specific payout needs.
* [**Using External Transfers**](/prism/payments/payments-during-checkout/guides/using-external-transfers.md): Understand how to work with external transfers for payouts outside of the standard process.


---

# 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/payments/payments-during-checkout/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.
