> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/hachi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/hachi/readme.md).

# Welcome

Hey there! This guide is here to help you explore the amazing features of the Hachi app. Hachi is a super fun AI app made just for kids—crafted with love by parents!

### Get the App <a href="#get-the-app" id="get-the-app"></a>

Ready to dive in? You can grab the Hachi app from the Google Play Store or the Apple App Store. Just search for "Hachi" to find it! And don’t forget to check the minimum device and operating system requirements to ensure everything runs smoothly.

### Minimum Device and OS requirements <a href="#minimum-device-and-os-requirements" id="minimum-device-and-os-requirements"></a>

Before you start your adventure with Hachi, make sure your device is compatible. Double-check the required specifications so you can enjoy all the fun features without a hitch!

| **System Requirements**   |                                  |
| ------------------------- | -------------------------------- |
| Apple iOS Devices         | iOS 17 and above                 |
| Android Devices           | Android 13 Tiramisu and above    |
| **Hardware Requirements** |                                  |
| Memory (RAM)              | 512MB and above                  |
| Device/Harddrive Storage  | At least 200MB available storage |

### How-Tos, Troubleshooting, and Support.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav"><strong>Getting Started</strong></a></td><td>Setting up the app and choosing a subscription.</td><td><a href="/files/KJvonRsty5rfZ14307va">/files/KJvonRsty5rfZ14307va</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td><td></td></tr><tr><td><a href="/pages/JjjojIyKxaiBPzzLwvtg"><strong>Basics</strong></a></td><td>Learn the basics of Hachi and how to ask questions.</td><td><a href="/files/NEIENnzlHXtrdko0rsPp">/files/NEIENnzlHXtrdko0rsPp</a></td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td><td></td></tr><tr><td><a href="/pages/DpFa6n7QejAYuU0nZfAR"><strong>Settings &#x26; History</strong></a></td><td>Manage settings and view history.</td><td><a href="/files/YOFOdHVJrprMqmmMRMqw">/files/YOFOdHVJrprMqmmMRMqw</a></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td><td></td></tr><tr><td><a href="/pages/u5mEwr3cQHr4OPEDLl84"><strong>Safety &#x26; Privacy</strong></a></td><td>Learn about our safety and privacy protections.</td><td><a href="/files/xmOaP9Q7KSuU1QYCtdWE">/files/xmOaP9Q7KSuU1QYCtdWE</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/DpFa6n7QejAYuU0nZfAR#how-to-report-a-log"><strong>Reporting Issues</strong></a></td><td>How to report and issue and get support.</td><td><a href="/files/cXzmvDrop7OWrwRuh1eM">/files/cXzmvDrop7OWrwRuh1eM</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/vPomAga9zLWyG0bNcNVy"><strong>Troubleshooting</strong></a></td><td>Explore troubleshooting approaches.</td><td><a href="/files/9rwyGaBXWg2nkU0Y1zcp">/files/9rwyGaBXWg2nkU0Y1zcp</a></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://everyday-digital.gitbook.io/hachi/readme.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.
