# Raspberry Pi

The Raspberry Pi is a small and affordable computer that you can use to learn programming.  The Raspberry Pi is an exciting platform because of its low cost, modularity with components and the ability to run a Ubuntu based Linux distribution.  The original plan was for the computer to just run Python, hence the name Pi.

![Raspberry Pi 3](/files/-LaGa00m4_TnBFavCmRL)


---

# 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.pythonclassroom.com/raspberry-pi.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.
