> 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-1002/kapitel-5/kapitel-5-thema-3.md).

# Kapitel 5, Thema 3

### Exercise 1: Vocabulary Matching

Read the German words and translate each to English aloud.

| German Word                                        | English Word                                                            |
| -------------------------------------------------- | ----------------------------------------------------------------------- |
| ab (+ dative)                                      | starting ..., from ... on                                               |
| aus (+ dative)                                     | out of, from (origin)                                                   |
| außer (+ dative)                                   | besides, except for                                                     |
| bei // arbeiten bei (+ dative)                     | near; in the case of; for: // to work for                               |
| betreffen \[betrifft \| betraf \| betroffen]       | to concern, affect                                                      |
| dir                                                | you (dative; familar: sing.)                                            |
| führen \[führte \| geführt]                        | to lead; to guide                                                       |
| die Gegend \[die Gegenden]                         | area, region                                                            |
| gegenüber (+ dative)                               | with or without von: across from, facing; in comparison with            |
| ihm                                                | him (dative)                                                            |
| Ihnen                                              | you (dative; formal: sing. + pl.)                                       |
| ihnen                                              | them (dative)                                                           |
| mir                                                | me (dative)                                                             |
| mit (+ dative)                                     | with                                                                    |
| nach (+ dative)                                    | after; to, toward (a city/country); according to                        |
| die Natur                                          | nature                                                                  |
| die Region \[die Regionen]                         | region                                                                  |
| die Richtung \[die Richtungen]                     | direction                                                               |
| ruhig                                              | quiet, peaceful                                                         |
| seit \[+ dative]                                   | since, for (+ time unit)                                                |
| die Umwelt \[no plural]                            | environment                                                             |
| von (+ dative) ein Buch von                        | of, from; by: ... a book by ...                                         |
| der Wald \[die Wälder]                             | forest                                                                  |
| der Wind \[die Winde]                              | wind                                                                    |
| wohl                                               | probably 2                                                              |
| das Ziel \[die Ziele]                              | goal (not soccer)                                                       |
| zu // zu Hause / zum \[Frühstück] / zum Geburtstag | to (+ dative); also in idioms: at home, for breakfast, for the birthday |
| zu                                                 | too                                                                     |

### Exercise 2: Fill in the Blanks

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

1. Ich arbeite \_\_\_\_\_\_\_\_ Siemens.
2. Sie wohnt \_\_\_\_\_\_\_\_ dem Park.
3. Er hat ein Buch \_\_\_\_\_\_\_\_ Goethe gelesen.
4. Wir gehen \_\_\_\_\_\_\_\_ Hause.
5. Sie wandern gern in der \_\_\_\_\_\_\_\_.
6. Der Wind kommt \_\_\_\_\_\_\_\_ dem Norden.
7. Sie fahren \_\_\_\_\_\_\_\_ Berlin.
8. Er hat \_\_\_\_\_\_\_\_ viel gegessen.
9. Sie leben \_\_\_\_\_\_\_\_ der Stadt.
10. Sie hat ein Ziel \_\_\_\_\_\_\_\_ ihrem Leben.

### Exercise 3: Sentence Translation

Translate the following English sentences into German using the vocabulary provided.

1. I work for Siemens.
2. She lives across from the park.
3. He read a book by Goethe.
4. We are going home.
5. They like to hike in the region.

### Exercise 4: Questions and Answers

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

`Q: Arbeitest du bei Siemens?`&#x20;

`A: Ja, ich arbeite bei Siemens.`

`Q: Wohnt sie gegenüber dem Park?`&#x20;

`A: Ja, sie wohnt gegenüber dem Park.`

`Q: Hat er ein Buch von Goethe gelesen?`&#x20;

`A: Ja, er hat ein Buch von Goethe gelesen.`

`Q: Geht ihr nach Hause?`&#x20;

`A: Ja, wir gehen nach Hause.`

`Q: Wandern sie gern in der Region?`&#x20;

`A: Ja, sie wandern gern in der Region.`


---

# 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-1002/kapitel-5/kapitel-5-thema-3.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.
