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

# Tune in

All suffering comes from a \[false] perception of being out of tune with the universe.

So when troubled, all you need to do is tune back in. If you were an out-of-tune string on a well-tuned guitar, here is how you would tune yourself back in:

1. First, you would stop listening to yourself and start listening very carefully to what the rest of the guitar is doing. The trick here is to listen not just to some strings around you, but also to the sound the guitar is making as a whole.
2. Second, you would come back to yourself and try to find in all the different sounds, that you are currently making, one that resonates the most with the rest of the guitar.
3. Third you would adjust your own vibrations in a way that would produce best possible harmony. The closer you are to being in tune, the less you can hear yourself as a distinct vibration. In other words, if you can hear yourself distinctly, there is still some tuning to be done.&#x20;

A perfectly tuned string can't be heard at all \[on its own]. It only contributes to the overall volume and richness of the music that is being played.

So when you feel bad, here is a simple recipe:

Shut up, Calm down, Tune in!


---

# 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://soulcandy.georgestrakhov.com/tune_in.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.
