> For the complete documentation index, see [llms.txt](https://fluffy.mcklatch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluffy.mcklatch.com/fluffys-behaviour/hibernation.md).

# Hibernation

It is thought that hedgehogs can curl up into a ball and stay that way for months at a time for hibernation, this may be true for European hedgehogs. Fluffy likes to sleep on her side during the day, in a soft warm place. We have given her a blue sleeping bag made of felt.\
\
If Fluffy gets cold, or experiences a sudden temperature drop, making her expect to be cold, Fluffy will attempt to hibernate. She will instinctively lower her body temperature and her immune system will stop in preparation for low-energy rest.&#x20;

{% hint style="danger" %}
African pygmy hedgehogs can not actually hibernate and can not survive if left to be cold.
{% endhint %}

If Fluffy is cold to the touch, and/or sluggish, then she has had a hibernation attempt, and must be gently warmed up to normal body temperature (20-30degrees Celsius) as soon as possible. She will continue to be sleepy/sluggish after a hibernation attempt. Her immunity will also be less active, so leave her in her box (except for warming up if using body temperature) until she displays signs of her usual curious, eating and drinking self.\
\
To prevent hibernation attempts overnight, when the house is coolest, we have a microwavable hot water bottle to leave in her tank, under her sleeping bag. The heating instructions are on the pad itself and it stays warm for about 10 hours.


---

# 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://fluffy.mcklatch.com/fluffys-behaviour/hibernation.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.
