# Guides

- [Fill Financial Documents for Account Openings](https://docs.feathery.io/guides/fill-financial-documents-for-account-openings.md): Feathery maintains a library of 40,000+ financial forms across major financial institutions that allow for automated filling and e-signature. Easily fill PDFs for account openings and other actions.
- [Data Warehouse](https://docs.feathery.io/guides/data-warehouse.md): Feathery serves as a clean data warehouse for your client data, with bulk synchronization into your various systems.
- [Verify Submissions & Prevent Spam](https://docs.feathery.io/guides/verify-submissions-spam.md)
- [Salesforce Picklist Options](https://docs.feathery.io/guides/salesforce-picklist-options.md): Syncing dropdown field options with the picklist values of a Salesforce object's properties
- [Send Custom SMS Messages](https://docs.feathery.io/guides/send-custom-sms-messages.md): Send custom SMS messages to form fillers
- [Build a Login or Verification  Flow](https://docs.feathery.io/guides/login-flow.md): Require login or verification to access your Feathery forms.
- [Build a Payment Flow](https://docs.feathery.io/guides/payment-flow.md)
- [Connect to Stripe](https://docs.feathery.io/guides/payment-flow/connect-to-stripe.md)
- [Select Products or Plans](https://docs.feathery.io/guides/payment-flow/select-products-or-plans.md)
- [Collect Payment Method](https://docs.feathery.io/guides/payment-flow/collect-payment-method.md): After turning on your Stripe integration, you can collect payments from your users.
- [Purchase Products](https://docs.feathery.io/guides/payment-flow/purchase-products.md)


---

# 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.feathery.io/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.
