> For the complete documentation index, see [llms.txt](https://info.aischennai.org/families/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.aischennai.org/families/learning-technology-overview/learning-tech-overview/taking-care-of-your-device.md).

# Taking Care of Your Device

Families of children in Grades 3 through 8 will sign the Family iPad Agreement (see below) at the beginning of their enrollment, as well as decide if they would like to opt into the Accidental Damage Coverage plan.

To make sure your iPad and accessories last, use these tips to care for them:

* Leave the protective case on the iPad at all times.
* Use only the provided Apple cables and power adapters.
* When plugging in and unplugging your iPad, hold the cable by the plug, not by the middle of the cord.
* Avoid placing weight on the iPad, especially when it is in a backpack. Never store anything thicker than a piece of paper between the iPad and the keyboard.
* Keep drinks and other liquids away from the iPad. Put the iPad into a backpack or under your jacket if it is raining.
* Make sure you know where your iPad is at all times.
* Never try to pry off keys or otherwise damage the keyboard or trackpad.
* If you put your iPad into your backpack, remember it’s there! Avoid throwing your backpack around or putting it in a place where it can be stepped on.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://info.aischennai.org/families/learning-technology-overview/learning-tech-overview/taking-care-of-your-device.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
