> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/arbeiten-mit-fx-survey/codierungssystem/passende-codeliste-laden.md).

# Passende Codeliste laden

Der benötigte Code liegt möglicherweise in einer anderen Codeliste. Diese muss dann geladen werden. Dazu wählen Sie das Ordnersymbol ![](/files/THcmpa12SLKfqhSWWeuq) in der Menüleiste des Codelistenfensters aus.&#x20;

![](/files/rygytqaAnH6vwLi4O5k6)

Es öffnet sich ein Fenster mit allen im Datenmodell hinterlegten Codelisten. Wählen Sie aus der angezeigten Liste die gewünschte Codeliste aus und bestätigen Sie mit \<OK>. Die gewählte Codeliste erscheint nun im Codierungsfenster.

<figure><img src="/files/WVH2V9GpMjTSeB39dUSg" alt=""><figcaption></figcaption></figure>

Mit lizenziertem Modul **M-FX Power Kit II** steht Ihnen auch die Möglichkeit zur Verfügung, mehrere Codelisten parallel in Reitern anzuzeigen (FX TOP, FX ENTW, FX GAS). Dazu das Icon  ![](/files/H2jiU53PrgnrvDGCAyXA) in der Menüleiste des Codelistenfensters klicken, die Codeliste auswählen und die Codeliste erscheint zusätzlich zu der bereits geladenen Liste in der oberen Zeile als Reiter zur Auswahl. Mit dem Button  ![](/files/ewAsmaPVtoQPbmgXYrxb) können Sie Codelisten wieder aus der Reihe entfernen.

Dann ist es auch möglich, die Codeliste zu wechseln, wenn es in einer Codeliste offene Codes gibt. Es können also Codes aus verschiedenen Codelisten gleichzeitig bearbeitet werden.

<figure><img src="/files/sYJy9DwnA0ZqQQaLD9hy" alt=""><figcaption></figcaption></figure>


---

# 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://survey.fmpx.docs.frox-it.de/arbeiten-mit-fx-survey/codierungssystem/passende-codeliste-laden.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.
