# 2.6: The VB Script Component

The steps for setting up a VB script component for using Karamba3D are analogous to those described in section [2.1](/2.-scripting/2.1-hello-karamba3d.md). In order to run the above example in VB you could use one of the many C# to VB converters (see e.g. [http://www.developerfusion.com/tools/convert/csharp-to-vb/](https://www.developerfusion.com/tools/convert/csharp-to-vb/)) to get the corresponding VB source text.


---

# 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.6-the-vb-script-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.
