# 2.7: The IronPython Component

IronPython is the DotNet version of Python. Being an open platform independent scripting language, Python comes with many useful libraries (of which however not all run under IronPython).

In order to use it from within Grasshopper under Rhino5 install GHPython which can be downloaded from [Food4Rhino](https://www.food4rhino.com/app/ghpython).

Grasshopper for Rhino6 and 7 comes with GHPython by default.

{% content-ref url="/pages/-MXH\_8OPHx5jsPoTq9B\_" %}
[2.7.1: Results Retrieval on Shells](/2.-scripting/2.7-the-ironpython-component/2.7.1-results-retrieval-on-shells.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MXH\_8OQR8ZuIhMNpa3m" %}
[2.7.2: A Simplified ESO-Procedure on Shells](/2.-scripting/2.7-the-ironpython-component/2.7.2-a-simplified-eso-procedure-on-shells.md)
{% endcontent-ref %}


---

# 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/2.7-the-ironpython-component.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.
