> For the complete documentation index, see [llms.txt](https://ltkmn.gitbook.io/brendex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ltkmn.gitbook.io/brendex/you-can-do-anything-but-not-everything.md).

# You Can Do Anything But Not Everything

Really quick one, just because I know I'll reference it a lot and it's more like a footnote explained more than a proper thing unto itself.\
\
**You can do / have anything you want, but not everything you want.**

Just means to say, there are finite resources and you often have to pick from things.

This isn't even a bad thing! It just means that, given finite-ness, at some point some priorities will emerge: some things being more important than others.\
\
Knowing *which* things are more important, or which things you innately *want to* or *should* choose allows for decisiveness when the decisions come up, which makes you faster and more efficient at moving.

And, you can often phrase things in exactly that sort of balance scale: "do I prefer X or Y more, if I had to pick only one" is playing a game of This Or That, and eventually the choices tournament into a hierarchy which then informs the relative importance of each thing.

Likewise, the things you do most are the things you prioritize most: the evidence being simply that you repeatedly choose to do those things.

This applies to all resources: time, [money,](/brendex/money/investing.md#waxing-philosophical) social capital, knowledge, [productivity](/brendex/work/untitled.md), etc etc.


---

# 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://ltkmn.gitbook.io/brendex/you-can-do-anything-but-not-everything.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.
