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

# Installation

For Print overview to have anything to display, you will need to install both Print overview agent and Print overview for this to work.

The Print overview agent handles all traffic between the print system and the Print overview and Print overview displays the data it gets from the Print overview agent.

#### Print overview agent

In Dashboard, go to Available plugins and search for Print overview and choose the agent that you need.

Once installed, go to Settings > Configurations

Enter your [configuration](/print-overview/configuration/agents.md) and save.&#x20;

{% hint style="danger" %}
You need to save the configuration, even if you are not changing any value.
{% endhint %}

Activate the Print overview agent you just installed.

Done with Print overview agent.

#### Print overview

In Dashboard, go to Available plugins and search for Print overview and choose install.

Go to Settings > Mappings&#x20;

Map the actions and portals. See [requirements](/print-overview/requirements.md) if any action or portal is missing. Save again.

{% hint style="danger" %}
You need to save the configuration, even if you are not changing any value.
{% endhint %}

Activate Print overview and add it to a workspace.

Done.


---

# 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.navigaglobal.com/print-overview/installation.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.
