> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/sichten/drucken.md).

# Print

JUNE5 offers two options for printing custom objects:

* Printing with preset orientation and scaling
* Printing via web browser (CTRL + P)

## Printing with Preset Orientation and Scaling

This is done via the *Print* button in the horizontal toolbar. There are two options here:

* Print (Portrait)
* Print (Landscape)

### Printing via Web Browser (CTRL + P)

In addition to the above printing option, the *Views* page can also be printed directly using the standard print function from the web browser. This is achieved in two ways:

1. Using the keyboard shortcut *CTRL + P*
2. or via *Right-click* -> *Print*...

{% hint style="info" %}

* When printing, the custom object is always adapted/printed to one page.
* When printing via the web browser, the scaling may need to be adjusted after switching the orientation!
* Printing via the web browser currently does not work on the ***Mozilla Firefox*** browser!
  {% endhint %}


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/sichten/drucken.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.
