> For the complete documentation index, see [llms.txt](https://wiki.sjaykh.in/curiosity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sjaykh.in/curiosity/things-to-live-by.md).

# Things to Live By

- [Learnings](https://wiki.sjaykh.in/curiosity/things-to-live-by/learnings-life.md)
- [Priorities](https://wiki.sjaykh.in/curiosity/things-to-live-by/priorities.md)
- [Things that make me happy.](https://wiki.sjaykh.in/curiosity/things-to-live-by/things-that-make-me-happy..md): Well, this was inspired from a blog I read. Sometimes when in an anxious bout, I occassionally forget what makes me happy, maybe this list can help.
- [Uses this](https://wiki.sjaykh.in/curiosity/things-to-live-by/things-that-make-me-happy.-1.md): Inspired by Uses This, the tools, services, and techniques I’m using to get things done.
- [Keep going](https://wiki.sjaykh.in/curiosity/things-to-live-by/keep-going.md): I overthink a lot and catastrophize, sometimes it is good to have reminders that life has ups and downs and it is up to us on how to react to those :)
- [What should I do in life?](https://wiki.sjaykh.in/curiosity/things-to-live-by/what-should-i-do-in-life.md): Inspired by https://manassaloi.com/2020/01/03/what-to-do-life.html


---

# 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:

```
GET https://wiki.sjaykh.in/curiosity/things-to-live-by.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
