> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/e3d-training-manual/getting-started/chapter-2.md).

# A Tour of the Graphical User Interface

How to navigate the ENERCALC 3D graphical user interface, including the toolbars, ribbon, windows, and status bar.

The graphical user interface can generally be broken into five major areas:

1. Quick Access Toolbar: Offers frequently used tools in plain sight with just a single click.
2. Ribbon bar: Organizes all available tools into logical categories.
3. Windows: Used to display the model and to issue graphical commands like adding, selecting, deleting and querying model geometry.
4. Data Tables Toolbar: Offers quick access to input and output data tables without navigating to the Tables tab in the ribbon.
5. Status bar: Used to provide feedback to the user on the status of the program and the model.

![](https://3750289988-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlRZtG5Ynp58kYzLHYbR7%2Fuploads%2Fgit-blob-bb541772021eafc8e4ae5891744c4e4949f4ca4c%2FClip1.jpg?alt=media)

Parts of the graphical user interface are user configurable through commands such as:

**Settings & Tools > Graphic Scales:** Used to establish the scale of many items that are displayed on the screen.

**Settings & Tools > Colors:** Used to establish the color of the background and many items that are displayed on the screen.

**Settings & Tools > Toolbar:** Used to toggle the display of the Data Tables toolbar.


---

# 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://docs.enercalc.com/e3d-training-manual/getting-started/chapter-2.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.
