# Indeks pojęć

| Lista ćwiczeń       | Najważniejsze pojęcia wprowadzone w ćwiczeniu     | Łącze do materiałów uzupełniających w kolejnych rozdziałach                                                              |
| ------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| Wazon parametryczny | Wyszukiwanie węzłów w bibliotece                  | [Library](/pl/3_user_interface/2-library.md)                                                                             |
|                     | Używanie węzłów i przewodów                       | [Węzły i przewody](/pl/4_nodes_and_wires.md)                                                                             |
|                     | Tworzenie krzywych i powierzchni                  | [Geometria do projektowania obliczeniowego](/pl/5_essential_nodes_and_concepts/5-2_geometry-for-computational-design.md) |
|                     | Korzystanie z węzłów Code Block                   | [Bloki kodu i język DesignScript](/pl/8_coding_in_dynamo/8-1_code-blocks-and-design-script.md)                           |
| Punkty przyciągania | Tworzenie i edytowanie list oraz zarządzanie nimi | [Projektowanie z użyciem list](/pl/5_essential_nodes_and_concepts/5-4_designing-with-lists.md)                           |
|                     | Zmiana trybów podglądu                            | [Tryb podglądu](/pl/3_user_interface/1-workspace.md#preview-mode)                                                        |
|                     | Zmiana trybów wykonywania                         | [Pasek uruchamiania](/pl/3_user_interface.md#execution-bar)                                                              |


---

# Agent Instructions: 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:

```
GET https://primer2.dynamobim.org/pl/10_sample_workflow/10-2_concept-index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
