> For the complete documentation index, see [llms.txt](https://technical.geometrygym.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://technical.geometrygym.com/getting-started/asking-for-help.md).

# Asking for Help

## <support@geometrygym.com>

We love to hear from you, whether you have an idea, are requiring some clarification or are having an issue with a software bug. To enable us to respond as quickly as possible please follow some of the steps below:

* Provide an Example File
* Provide each issue as a **numbered** dot point item
* Isolate the problem where possible
* Provide Version to all applicable software
* Explain what you have attempted to solve the issue?
* What is the desired outcome of a fixed/improved solution?

### Provide an Example File

Where at all possible please provide an example file... Even if the problem can be demonstrated in a simple screenshot please send an example file when requesting help. This way we can make sure the resolution works with your problem or script.

{% hint style="info" %}
Providing a succinct example is the quickest way to get a response to a support query.
{% endhint %}

### Provide each issue as a 'numbered' dot point list

For multiple issues or requests, separating issues into bulleted numbered list allows us to reply in a structured manner and reference numbered items.

### Isolate the problem

If you are having issues with a large model and there are only certain parts in which you are finding issues.

**Example:** Only one or some elements of a large .ifc file are importing into Rhino incorrectly.

For isolating issues in an ifc file please see how you can extract simple IFC files using the RhinoIFC of RevitIFC Tree Viewer.

{% content-ref url="/pages/-Ld82kVQU1lo6-kY0aOr" %}
[Rhino IFC Tree Viewer](/rhino-grasshopper/ifc/ifc-for-rhino/ifc-tree-viewer.md)
{% endcontent-ref %}

**Example:** An element is not exporting from Revit to Structural Analysis correctly

Provide a small Revit model with only the applicable member in it.

### Provide Software Versions

If you are using Rhino, you can directly generate a support email for a particular version of the GeometryGym plug-in by calling the *gg###ZZSupportRequest* command.

![](/files/aA9j3uxQE11YLAvb48xM)

If this command is not available you can call the *gg###Version* Command or you can look at the installer name of the installer provided that has been installed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://technical.geometrygym.com/getting-started/asking-for-help.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
