# Resources

## Mobile CS Principles

Mobile CS Principles, a program of the National Center for Computer Science Education, provides a broad and rigorous introduction to computer science. Students build socially useful mobile apps and work through activities to improve their writing, communication, collaboration, and creativity skills.&#x20;

<https://course.mobilecsp.org/>

## MIT App Inventor Coolthink Computational Thinking Curriculum

The curriculum is based on teaching students to think computationally: to decompose problems, abstract and modularize, reuse and remix existing solutions, and to test fully to arrive at a working solution.

<http://bit.ly/MITAICurriculum>&#x20;

## AppInventor.org

AppInventor.org is a site for learning and teaching how to program mobile apps with MIT's App Inventor.

<http://www.appinventor.org>


---

# 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://www.appinventor.net/resources.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.
