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

# Kein Hallo!

**Bitte sagt nicht einfach "Hallo", "Hi", "Hey, bist du da?", "Kannst du mir eine Frage beantworten?"**.

2010-07-19 12:32:12 Du: Hi\
2010-07-19 12:32:15 Teamler: Hallo.

\## TEAMLER WARTET, WÄHREND DU DEINE FRAGE FORMULIERST

2010-07-19 12:34:01 Du: Ich hab ein Problem ,und zwar {IRGENDWAS}, ich will ...\
2010-07-19 12:35:21 Teamler: Oh, das machst du so und so, ...

Das ist in etwa so, als würde man jemanden anrufen, "Hi" sagen, und dann den anderen warten lassen.

BITTE! Macht stattdessen das:

2010-07-19 12:32:12 Du: Hi - Ich hab ein Problem bei {IRGENDWAS}, ich will ...\
2010-07-19 12:33:32 Teamler: So und so geht das, ...

**Bemerkenswert ist dabei, dass man Hilfe teilweise Minuten früher bekommt, und man den Teamler nicht warten lässt. Stattdessen kann man sich gleich mit der Frage/dem Problem beschäftigen.**

Als Fragesteller probiert man höflich zu sein, indem man nicht direkt in die Anfrage springt, wie man das in einer Konversation von Angesicht zu Angesicht machen würde, oder vielleicht noch am Telefon. Chat ist aber keins dieser Dinge. Tippen ist viel langsamer als sprechen. Anstelle höflich zu sein, lässt man einfach die andere Person warten, bis die Anfrage mal formuliert wurde, was ein Verlust an Produktivität und Zeit ist.

Dasselbe gilt für "Hello -- bist du da?", "Hi Locutus -- eine Frage?", "Hast du nen Moment für mich?", "Du da??" and "Ping". Frag einfach die Frage!

Wenn es einem zu brüsk erscheint, ohne richtige Einleitung jemanden etwas zu fragen, könnte man sowas wie das hier tun:

2010-07-19 12:32:12 Du: Hi -- wenn du grad Zeit hast würd ich gern ne schnelle Frage stellen... \[FRAGE]

Außerdem erlaubt das direkte Stellen der Frage direkt zum Anfang der Konversation asynchrone Konversation. Wenn der Teamler afk war, kann er damit immer noch die Frage beantworten, ohne nur ein "Hallo, bist du da?" vorzufinden...

<sub>Übersetzung aus dem Englischen von LocutusV0nB0rg. Original:</sub> [<sub>http://www.nohello.com/</sub>](http://www.nohello.com/)<sub>.</sub>

<details>

<summary>An diesem Artikel beteiligt</summary>

* [LocutusVonBorg](https://profile.griefergames.net/minecraft/4533a889-8e94-4968-84fa-0b48ec795857)
* [50U7R34P3R](https://profile.griefergames.net/minecraft/8e2ce0be-aa2c-46a7-a2dc-48f948743edf)

</details>


---

# 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.griefergames.net/faq/tutorials/kein-hallo.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.
