# Indice concettuale

| Elenco di esercizi | Concetti chiave introdotti nell'esercizio | Collegamento a ulteriori letture nei capitoli successivi                                                                     |
| ------------------ | ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| Vaso parametrico   | Ricerca di nodi tramite la libreria       | [Libreria](/it/3_user_interface/2-library.md)                                                                                |
|                    | Utilizzo di nodi e fili                   | [Nodi e fili](/it/4_nodes_and_wires.md)                                                                                      |
|                    | Creazione di curve e superfici            | [Geometria per la progettazione computazionale](/it/5_essential_nodes_and_concepts/5-2_geometry-for-computational-design.md) |
|                    | Utilizzo dei blocchi di codice            | [Blocchi di codice e DesignScript](/it/8_coding_in_dynamo/8-1_code-blocks-and-design-script.md)                              |
| Punti attrattore   | Creazione, gestione e modifica di elenchi | [Progettazione con elenchi](/it/5_essential_nodes_and_concepts/5-4_designing-with-lists.md)                                  |
|                    | Modifica delle modalità di anteprima      | [Modalità di anteprima](/it/3_user_interface/1-workspace.md#preview-mode)                                                    |
|                    | Modifica delle modalità di esecuzione     | [Barra di esecuzione](/it/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/it/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.
