# Onboarding

- [Log in](https://docs.whaco.app/onboarding/log-in.md)
- [How to Link My Group for WhaCo to Manage](https://docs.whaco.app/onboarding/how-to-link-my-group-for-whaco-to-manage.md)
- [Permanent Participants Configuration](https://docs.whaco.app/onboarding/permanent-participants-configuration.md)
- [How to Connect with Stripe](https://docs.whaco.app/onboarding/how-to-connect-with-stripe.md)
- [Customization of Messages for Users](https://docs.whaco.app/onboarding/customization-of-messages-for-users.md)
- [Linking Participants' Accounts with Stripe Process](https://docs.whaco.app/onboarding/linking-participants-accounts-with-stripe-process.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.whaco.app/onboarding.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.
