# Basics

- [Form Checkout Redirect](https://cf7-docs.payaddons.com/basics/contact-form-7-checkout-redirect.md): Seamless redirection to Stripe-hosted checkout pages for one-time & subscription payments after submitting your form. Support multi payment methods, one-time, recurring pay, coupon, tax, etc.
- [Credit Card Form (Pro)](https://cf7-docs.payaddons.com/basics/contact-form-7-credit-card.md): In this tutorial we'll walk you through creating a straightforward payment form with a credit card field. This form is designed to facilitate event registrations, Here's a step-by-step guide.
- [Payment Elements Form (Pro)](https://cf7-docs.payaddons.com/basics/contact-form-7-payment-element.md): In this tutorial we'll walk you through creating a straightforward payment form with a payment element field. This form is designed to accept multiple payment methods, Here's a step-by-step guide.
- [Email Notification (Pro)](https://cf7-docs.payaddons.com/basics/email-notification-pro.md): How to set up email notifications and customer invoices for your payment.
- [Confirmation page (Pro)](https://cf7-docs.payaddons.com/basics/confirmation-page-pro.md): Creating a Custom Confirmation Page with Receipt Information After Checkout


---

# 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://cf7-docs.payaddons.com/basics.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.
