# Unit 1. Standards

![](/files/-MRumENgxRnPiILv874-)

* [ ] Create clearly named variables that represent different data types and perform operations on their values.
* [ ] Test and debug (identify and fix errors) a program or algorithm to ensure it runs as intended.
* [ ] Document programs for clarity
* [ ] Employ basic use of elements and data types of a programming language.


---

# 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://computational-thinking-in-room11.gitbook.io/room112-textbasedprogrammimg/unit-1/unit-1.-standards.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.
