# Student Recruitment

## General Strategies

* [College Board Recruitment Strategies](https://advancesinap.collegeboard.org/stem/computer-science-principles/recruitment-strategies)&#x20;
* [Inspirational Videos](https://code.org/educate/resources/inspire) (Credit: code.org)&#x20;
* [Computer Science Professionals Profile Spotlight](https://drive.google.com/file/d/1S2CfbkpteFdjcOfWHcPysLzh4Xwfz2B5/view)
* Hold a recruitment event
  * Have your former students spread the word
  * Hold an [Hour of Code](https://hourofcode.com/us) event&#x20;
  * Hold a [Design-A-Thon](https://drive.google.com/file/d/0B-AoG790xk3QUl9EWlBSMkJRSzRjS29wbS1nbU50NUw0ajlZ/view?usp=sharing) to [Make Recruitment Posters](https://drive.google.com/drive/folders/0B-AoG790xk3QZFd3NkFtbFNORmc?usp=sharing) (Credit: John Exume)

## CSEdWeek

CS Education Week is the perfect opportunity to launch recruitment efforts for the following year. If your school doesn't already do something for CSEdWeek, consider spearheading the effort yourself.

* [CSEdWeek Website](https://csedweek.org/) and[ Youtube Channel](https://www.youtube.com/user/CSedweek)
* [Hour of Code Activities](https://hourofcode.com/us)
* [Donor’s Choose](https://www.donorschoose.org/) can help you get funding for materials.
* [CSEdWeek Planning Document](https://docs.google.com/document/d/1ZTPcCCdvfFew7QukO_TfBV_pbDRAlIZ5U1vxaGKCryU/copy)


---

# 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://opensourceed.gitbook.io/apcspmegaguide/additional-content/recruitment.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.
