> For the complete documentation index, see [llms.txt](https://wiki.fruetel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fruetel.net/life-strategy/values.md).

# Values

## Discipline

I recognize that in order to become the best I can possibly be, I have to make sacrifices. I have to leave my comfort zone and accept challenges. Doing the right things can be uncomfortable, hard or painful. I will not allow these inconveniences to stop me.

## Mindfulness

Life is short, and I want to consciously experience any waking moment. I use meditation to train my mind to be focused, aware and present.

## Efficiency & Impact

Make the biggest possible impact with the resources at my disposal. No waste. Focus on doing things that matter most. I keep a private [Github Repo](https://github.com/fruetel/its-my-life) where I plan quarterly and long term objectives as well as ongoing weeks.

## Agency

I won't take for granted what someone tells me I can do or cannot do. I am always on the lookout for ways to shape reality according to my own ideas. I take ownership over my life and refrain from outsourcing decisions.

### Further insights why it's a good idea to define one's core values:

* [Who are you? Unleashing your Core Values | Jennifer Jones | TEDxChathamKent](https://www.youtube.com/watch?v=c1invnTgDgY)
* [Become who you really are | Andrea Pennington | TEDxIUM](https://www.youtube.com/watch?v=5pW2b1vwwf4)


---

# 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://wiki.fruetel.net/life-strategy/values.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.
