# Getting Started

- [Quickstart Guide](https://docs.reduxpayments.com/getting-started/quickstart.md): Here's how you can get started with Redux in less than 30 minutes:
- [What Happens After You Install Redux](https://docs.reduxpayments.com/getting-started/what-happens-after-you-install-redux.md)
- [How Long Data Ingestion Takes](https://docs.reduxpayments.com/getting-started/how-long-data-ingestion-takes.md)
- [How To Read Your Payment Health Audit](https://docs.reduxpayments.com/getting-started/how-to-read-your-payment-health-audit.md)
- [Connecting Stripe](https://docs.reduxpayments.com/getting-started/connecting-stripe.md)
- [Understanding Your Dashboard Metrics](https://docs.reduxpayments.com/getting-started/understanding-your-dashboard-metrics.md)
- [What Permissions Redux Uses And Why](https://docs.reduxpayments.com/getting-started/what-permissions-redux-uses-and-why.md)
- [How To Contact Support](https://docs.reduxpayments.com/getting-started/how-to-contact-support.md)
- [Copy of Quickstart Guide](https://docs.reduxpayments.com/getting-started/quickstart-1.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.reduxpayments.com/getting-started.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.
