> For the complete documentation index, see [llms.txt](https://rules.ncwa.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rules.ncwa.net/composition-of-teams.md).

# Composition of Teams

## **3.1 NCWA** Coaching Policy

***The following criteria are required to be met by the Head Coach and all Assistant Coaches:***

1. Complete a basic questionnaire on the NCWA registration website.
2. Pay the NCWA coach’s registration fee on the NCWA website.
3. Have had a background check through the university in the last 2 years.

***The following criteria are considered “best practices” that should also be met:***

4. Complete an online SafeSport Certification Course.
5. Should have a current Basic Life Saving (BLS) and/or First Aid and CPR Certification.
6. Be in good standing with the NCWA and member institutions as well as lacking a history of rules violations.
7. Should attend practices on a regular basis, travel to events with the team, and must live within a reasonable distance from the school being coached.

## **3.2** Team Staff Composition

To share the duties of a member team, the following structure is recommended (at a minimum):

1. **Head Coach:**

   Has the responsibility for scheduling events, monitoring practices, responsible for team conduct during competition, registering athletes online each year on the NCWA website, and submitting signed Waivers and Release of Liability Forms via upload to the NCWA website. Head Coach is also responsible for uploading head shots of staff and all wrestlers.

   BLS and/or CPR / First Aid Training: All coaches, including volunteers, should be certified in cardiopulmonary resuscitation (CPR). Similarly, coaches and volunteers should be certified in basic first aid.
2. **Team Compliance Officer:**

   Each team must have an individual (school staff or team member) who is responsible for monitoring the rules and regulations of the NCWA, NCAA and other eligibility requirements of their institution.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rules.ncwa.net/composition-of-teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
