# Introduction

This introduction to Python is used for Click To Start's "Programming for Teenagers" course. We'll be explaining the basics of programming and show you the basics of game development to boot.

## License

All course reading material is licensed under [Creative Commons Attribution-ShareAlike 4.0 International License](https://github.com/clicktostart/introduction-to-python/tree/3644a66c15ee71964d7504ba08975a2a13af448f/LICENSE.md). All code is licensed the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html).


---

# 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://clicktostart.gitbook.io/introduction-to-python/master.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.
