> For the complete documentation index, see [llms.txt](https://learn.kennesaw.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.kennesaw.de/german-1001/kapitel-1/kapitel-1-thema-1.md).

# Kapitel 1, Thema 1

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                  | English Word                                             |
| -------------------------------------------- | -------------------------------------------------------- |
| die Antwort \[die Antworten]                 | the answer                                               |
| arbeiten \[arbeitete \| gearbeitet]          | to work                                                  |
| auch                                         | also                                                     |
| der die das                                  | the                                                      |
| du                                           | you (familiar; singular)                                 |
| finden \[fand \| gefunden]                   | to find                                                  |
| die Frage \[die Fragen]                      | the question                                             |
| fragen \[fragte \| gefragt]                  | to ask                                                   |
| die Frau \[die Frauen]                       | the woman, lady                                          |
| gut                                          | good, well                                               |
| haben \[hat \| hatte \| gehabt]              | to have                                                  |
| heißen \[hieß \| geheißen]                   | to be named (to be called)                               |
| der Herr(n) \[die Herren] -\["N"-noun]       | the gentleman                                            |
| ich                                          | I                                                        |
| immer                                        | always                                                   |
| ja                                           | yes                                                      |
| der Mann \[die Männer]                       | the man, husband                                         |
| nein                                         | no                                                       |
| nicht                                        | not                                                      |
| oder                                         | or (question tag: ..., isn't it? didn't we? aren't you?) |
| sagen \[sagte \| gesagt]                     | to say                                                   |
| sehr                                         | very                                                     |
| sein \[ist \| war \| ist gewesen]            | to be                                                    |
| Sie                                          | you (formal; singular and plural)                        |
| spielen \[spielte \| gespielt]               | to play (a game or an instrument; to act, perform)       |
| die Struktur \[die Strukturen]               | the structure                                            |
| der Student(en) \[die Studenten] \["N"-noun] | the (male) student                                       |
| die Studentin \[die Studentinnen]            | the (female) student                                     |
| studieren \[studierte \| studiert]           | to study (at a university)                               |
| und                                          | and                                                      |
| was                                          | what                                                     |

### Exercise 2: Fill in the Blanks

Fill in the blanks with the appropriate German word from the vocabulary list.

1. Wie \_\_\_\_\_\_\_\_ Sie?
2. Ich \_\_\_\_\_\_\_\_ ein Buch.
3. \_\_\_\_\_\_\_\_ ist meine Antwort.
4. Er ist \_\_\_\_\_\_\_\_.
5. Sie \_\_\_\_\_\_\_\_ immer gut.
6. Was ist dein \_\_\_\_\_\_\_\_?
7. Ich habe eine \_\_\_\_\_\_\_\_.
8. \_\_\_\_\_\_\_\_ oder nein?
9. Sie \_\_\_\_\_\_\_\_ sehr schön.
10. Ich \_\_\_\_\_\_\_\_ nicht.

### Exercise 3: Sentence Translation

Translate the following sentences from English to German using the vocabulary provided.

1. I am a student.
2. The woman is working.
3. You are very good.
4. What is your name?
5. This is the answer to the question.
6. He is not a gentleman.
7. They always say yes.
8. I have a structure.
9. She is studying.
10. The man is playing.

### Exercise 4: Question and Answer

Formulate questions in German using the vocabulary provided, and then answer them.

`Q: Wie heißt du?`&#x20;

`A: Ich heiße (Your name).`

### Exercise 5: Dialogue Creation

Create a short dialogue in German using as many words from the vocabulary list as possible. This will help you practice using these words in context.

`A: Wie heißt du?`&#x20;

`B: Ich heiße Anna. Und du?`&#x20;

`A: Ich heiße Max. Bist du eine Studentin, Anna?`&#x20;

`B: Ja, ich bin eine Studentin. Und du, Max?`&#x20;

`A: Ich bin auch ein Student. Ich studiere Germanistik.`

Remember, practice makes perfect. Keep revisiting these exercises to reinforce your understanding and recall of these German words.

### Exercise 6: Reading Comprehension

Der Herr arbeitet immer sehr hart. Er ist Student und studiert immer. Er findet die Struktur des Studiums gut. Er hat viele Fragen und fragt die Frau, die auch Studentin ist. Sie antwortet immer auf seine Fragen. Sie sagt: "Ich finde das Studium auch gut. Es ist nicht einfach, aber es ist sehr interessant." Der Mann fragt: "Heißt du Anna?" Sie antwortet: "Ja, und du? Wie heißt du?" Der Mann sagt: "Ich heiße Peter." Sie spielen oft zusammen und haben viel Spaß.


---

# 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://learn.kennesaw.de/german-1001/kapitel-1/kapitel-1-thema-1.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.
