# Active Listening

* <https://www.youtube.com/watch?v=qXjgpYevUww>
  * Be present in the conversation
  * Repeat back to the person in a short and casual way what you just understood they said
  * Emotion labelling
    * “It sounds like you have a hard time”
    * “I guess you’re happy this is over”
  * “You can make more friends in two months by becoming interested in other people than you can in two years by trying to get other people interested in you.” - Dale Carnegie


---

# Agent Instructions: 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.christianpoplawski.de/people/active-listening.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.
