Is there a way to declare a set of conceptual keywords with their explanation that will be taken and compiled into the appendix when one of the keywords is used throughout the documents body?
For example, when having a text containing a keyword, the appendix should contain a section with the explanation of keyword:
I use the \AddExplanationToAppendixFor{keyword} in the text.
Appendix:
keyword: A very special word I would like to elaborate on: bla blah
It would be awesome if the resulting PDF would contain a hyperref to the respective appendix's section:
I use the keyword¹ in the text.
How could this be realized?

glossaries? This should do exactly what you, if I get you right. – Benedikt Bauer Oct 30 '12 at 11:12glossaries. Of course! Thank you @BenediktBauer. I wonder what I did wrong querying google to not findglossarieswould fits my needs. Yet a susequent question on glossaries: Is it possible to add paragraphs to the description? I'd like to have a certain pattern for my explanations, like name, meaning and additional information. – KoenigGunther Oct 30 '12 at 11:25glossariesuser manual: "If you want a paragraph break in the description use\glspar. However note that not all glossary styles support multiline descriptions" – Benedikt Bauer Oct 30 '12 at 11:42