> For the complete documentation index, see [llms.txt](https://knowledge.theholisticcare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.theholisticcare.com/knowledge/adults-and-everyday-wellbeing/sleep-and-rest.md).

# Sleep & Rest

Gentle mindfulness principles for winding down without turning sleep into another task to achieve.

Mindfulness can support the transition into rest, but trying too hard to “make yourself sleep” often creates additional tension.

A better intention is:

**rest first, sleep if it comes.**

## Helpful bedtime practices

* reduce stimulating activity before bed
* notice the weight of the body on the mattress
* use a slow body scan
* follow natural breathing without controlling it
* listen to a gentle guided practice
* allow thoughts to pass without solving them

If attention repeatedly returns to tomorrow’s concerns, acknowledge them and gently come back to the body.

## Avoid performance pressure

A sleep meditation is not a test. You do not need to complete it, stay fully attentive, or reach a special state.

Some people fall asleep during a practice. Others remain awake but become more physically settled. Both can be useful.

Persistent insomnia or significant sleep disturbance deserves appropriate professional assessment. Mindfulness may support a bedtime routine, but it does not replace evidence-based sleep care.

## Related guidance

* [Adults & Everyday Wellbeing](https://knowledge.theholisticcare.com/knowledge/adults-and-everyday-wellbeing)
* [Anxiety & Worry](https://knowledge.theholisticcare.com/knowledge/adults-and-everyday-wellbeing/anxiety-and-worry)
* [Mindful Working](https://knowledge.theholisticcare.com/knowledge/adults-and-everyday-wellbeing/mindful-working)


---

# 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://knowledge.theholisticcare.com/knowledge/adults-and-everyday-wellbeing/sleep-and-rest.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.
