# Overview

Registration pools allow end users to register for sports, camps, and other types of events. Common features such as sport, year, season, age group, fee if applicable (resident and non-resident), waitlist ability, open/close windows and more are supported.

Before creating registration pools, ensure you have payments configured. Follow the guide [here](/recconnect-tutorials/payments/configure-payments.md).

FAQ

**Do you support resident and non-resident fees?**

Yes.

**Do you support age requirements?**&#x20;

Yes. When creating a registration pool, simply use both min and max age requirement fields or use them independently.

**Can you create sports/camps/events that are free?**

Yes. Simply leave the `Fee` field empty and users will not be prompted for payment.

**Can I extend the close date of a registration pool?**

Yes. You have full edit capabilities of a registration pool within the dashboard.


---

# 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://recconnect.gitbook.io/recconnect-tutorials/registrations/overview.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.
