> For the complete documentation index, see [llms.txt](https://docs.geodin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geodin.com/visualization-layouts-and-reporting.md).

# Visualization, Layouts & Reporting

- [Overview](https://docs.geodin.com/visualization-layouts-and-reporting/visualization-overview.md)
- [Creating Custom Layouts](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts.md): This guide explains how to create a new layout in the GeoDin graphics editor and link it to borehole data to generate a borehole log.
- [Layout Editor Basics](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/layout-editor-basics.md): Layout editor mechanics - accessing the editor, file formats, drawing layers, snap, grouping, palettes, layout interfaces, unit systems, and paper formats.
- [Element Properties Reference](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/element-properties.md): Styling and property reference for layout graphic elements - text, fonts, lines, fills, symbols, images, legends, and labeling.
- [Layout Files and Lists](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/layout-files-and-lists.md): Layout file formats (.GLO/.GGF), storage folders, snippets, and layout lists/collections (.GLL/.GLC).
- [Construction and Alignment](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/construction-and-alignment.md): Projection model, cross-section alignment, layer joining and freehand drawing, polylines, north arrow, scale bar, and report column properties.
- [Object Frames](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/object-frames.md): The Object Frame layout element - connecting layouts to database objects and grouping graphic elements by borehole.
- [Borehole Elements](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/borehole-elements.md)
- [Measurement Value Graphics](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/measurement-value-graphics.md): The Measurement Value (Data Sequence) layout element for depth-vs-value plots
- [X-Y Diagrams](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/x-y-diagrams.md): How to set up and configure the X-Y diagram (Measurement Value graphic element) in GeoDin layouts
- [Report Elements](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/report-elements.md): How to use the Report Element to produce tabular output and Excel exports across multiple objects
- [Text Macros and Variable Text](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/text-macros-and-variable-text.md): How to use the Text element and Variable Text element in GeoDin layouts, with macro syntax and display options
- [Cross Section Layouts (advanced)](https://docs.geodin.com/visualization-layouts-and-reporting/creating-custom-layouts/cross-section-layouts.md)
- [Creating Borehole Logs](https://docs.geodin.com/visualization-layouts-and-reporting/creating-borehole-logs.md)
- [Customizing Log Layouts](https://docs.geodin.com/visualization-layouts-and-reporting/creating-borehole-logs/customizing-log-layouts.md)
- [Creating Cross Sections](https://docs.geodin.com/visualization-layouts-and-reporting/creating-cross-sections.md)
- [Cross Section Layouts](https://docs.geodin.com/visualization-layouts-and-reporting/creating-cross-sections/cross-section-layouts.md)
- [Creating Site Plans](https://docs.geodin.com/visualization-layouts-and-reporting/creating-site-plans.md)
- [Depth-Oriented Images as Borehole Profiles](https://docs.geodin.com/visualization-layouts-and-reporting/depth-oriented-images-as-borehole-profiles.md)
- [Display PSD as a Bar Chart](https://docs.geodin.com/visualization-layouts-and-reporting/display-particle-size-distribution-psd-as-a-bar-chart.md)
- [Groundwater Visualizations](https://docs.geodin.com/visualization-layouts-and-reporting/groundwater-visualizations.md)
- [Scale Bars and Depth Scales](https://docs.geodin.com/visualization-layouts-and-reporting/scale-bars-and-depth-scales.md)
- [Time Series Charts](https://docs.geodin.com/visualization-layouts-and-reporting/time-series-charts.md)
- [Well Design Diagrams](https://docs.geodin.com/visualization-layouts-and-reporting/well-design-diagrams.md)
- [Diagram and Chart Properties](https://docs.geodin.com/visualization-layouts-and-reporting/maps-and-site-plans.md): Reference for diagram, chart, and drawing-layer display properties used in GeoDin site-plan and layout graphics
- [Report Templates](https://docs.geodin.com/visualization-layouts-and-reporting/report-templates.md): How to work with report templates, layout snippets, report elements, and text macros in GeoDin
- [Borehole Log Reports](https://docs.geodin.com/visualization-layouts-and-reporting/report-templates/borehole-log-reports.md): How to generate borehole log reports in GeoDin using templates, layouts, and the borehole log graphic element
- [Cross Section Reports](https://docs.geodin.com/visualization-layouts-and-reporting/report-templates/cross-section-reports.md): How to create geological cross-sections in GeoDin - selecting boreholes, defining the line of section, and configuring display scenarios
- [Bulk Print and PDF Export](https://docs.geodin.com/visualization-layouts-and-reporting/report-templates/bulk-print-and-pdf-export.md): How to bulk print and export borehole reports as PDF, PNG, DXF, and EMF files in GeoDin
- [Text Macros in Reports](https://docs.geodin.com/visualization-layouts-and-reporting/report-templates/text-macros-in-reports.md): Text macro syntax, dynamic fields, conditional separators, and translation support in GeoDin reports


---

# 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.geodin.com/visualization-layouts-and-reporting.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.
