# 2. Scripting with Karamba3D inside Grasshopper

- [2.1: Hello Karamba3D](https://scripting-2.karamba3d.com/2.-scripting/2.1-hello-karamba3d.md)
- [2.2: Data Retrieval from Models](https://scripting-2.karamba3d.com/2.-scripting/2.2-data-retrieval-from-models.md)
- [2.3: How to Create Structural Models](https://scripting-2.karamba3d.com/2.-scripting/2.3-how-to-create-structural-models.md)
- [2.4: How to Modify Structural Models](https://scripting-2.karamba3d.com/2.-scripting/2.4-how-to-modify-structural-models.md)
- [2.4.1: Cross section Optimization](https://scripting-2.karamba3d.com/2.-scripting/2.4-how-to-modify-structural-models/2.4.1-cross-section-optimization.md)
- [2.4.2: Activation and Deactivation of Elements](https://scripting-2.karamba3d.com/2.-scripting/2.4-how-to-modify-structural-models/2.4.2-activation-and-deactivation-of-elements.md)
- [2.5: Data Export from Karamba3D](https://scripting-2.karamba3d.com/2.-scripting/2.5-data-export-from-karamba3d.md)
- [2.6: The VB Script Component](https://scripting-2.karamba3d.com/2.-scripting/2.6-the-vb-script-component.md)
- [2.7: The IronPython Component](https://scripting-2.karamba3d.com/2.-scripting/2.7-the-ironpython-component.md)
- [2.7.1: Results Retrieval on Shells](https://scripting-2.karamba3d.com/2.-scripting/2.7-the-ironpython-component/2.7.1-results-retrieval-on-shells.md)
- [2.7.2: A Simplified ESO-Procedure on Shells](https://scripting-2.karamba3d.com/2.-scripting/2.7-the-ironpython-component/2.7.2-a-simplified-eso-procedure-on-shells.md)


---

# 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://scripting-2.karamba3d.com/2.-scripting.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.
