> For the complete documentation index, see [llms.txt](https://docs.chirpwireless.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chirpwireless.io/ai-assistant/what-it-knows.md).

# What It Knows

The AI Helper answers from your real home, not from guesswork. It can see everything your sensors report — but only yours — and it checks that data the moment you ask, so its answers reflect what's actually happening right now. It has the same view of your home that you do when you log in, it cannot peek into anyone else's, and if it can't find something it'll tell you rather than make it up.

## Live sensor data

Current readings from every sensor you have access to: temperature, humidity, motion, door states, air quality, and anything else your devices measure. It also knows which sensors are online, which are offline, battery levels, and when each one last reported in.

## Your sensor history

Ask about any time period and the helper searches your stored readings. It can calculate averages, find highs and lows, count events, spot patterns, and compare different time windows. The depth of history available depends on your subscription plan.

## Chirp help documentation

The helper searches the full Chirp knowledge base when you ask how something works. It reads your question, finds the most relevant guide, and gives you a plain-language summary along with a direct link to the page.

## IoT web search

For general IoT questions that go beyond the Chirp platform — like sensor specifications, protocol details, or setup tips for a particular device brand — the helper can search the web. This is limited to IoT-related topics only.

## What it cannot see

* Data from other homes or households
* Billing details, invoices, or payment methods
* Passwords, API keys, or authentication credentials
* Admin-level settings that your account does not have permission to view
* Internal system logs


---

# 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://docs.chirpwireless.io/ai-assistant/what-it-knows.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.
