# Get started

- [Get Started](https://docs.usewinter.com/get-started/get-started.md)
- [Project Testing](https://docs.usewinter.com/get-started/get-started/project-testing.md): Once you set up your Winter Testnet project in the business dashboard, you can test your checkout to make sure it's working as intended.
- [Push to Production](https://docs.usewinter.com/get-started/get-started/push-to-production.md)
- [Marketplaces](https://docs.usewinter.com/get-started/marketplaces.md)
- [How do I get paid?](https://docs.usewinter.com/get-started/how-do-i-get-paid.md)
- [Payment methods & locations](https://docs.usewinter.com/get-started/payment-methods-and-locations.md)
- [Foreign Currencies](https://docs.usewinter.com/get-started/payment-methods-and-locations/foreign-currencies.md)
- [Apple Pay](https://docs.usewinter.com/get-started/payment-methods-and-locations/apple-pay.md)
- [Whitelists/Allowlists](https://docs.usewinter.com/get-started/whitelists-allowlists.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.usewinter.com/get-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.
