> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/admin-console/settings/generate-builds-on-prem.md).

# Generate builds - on prem

On-prem users can generate builds on demand. To work on an older version of Inforiver, they can input the build version and instantly generate the visual. Users need to be mindful of keying in the complete version number (with all the zeroes). Inforiver will throw an error if the exact version number is not provided.

Click on the <img src="/files/bloJ6UjgogvFWRmY7SaV" alt="" data-size="line">icon next to the current version > Input the version to generate the build > Click Update > Click Generate Visual.

<figure><img src="/files/iZIuOCpa0SeBG7sRJtSe" alt=""><figcaption><p>Input version number to generate ad-hoc builds</p></figcaption></figure>

You will receive an email with an option to download the .pbviz file for the specified version number. After downloading the file, you can import the visual into Power BI.

<figure><img src="/files/jQn17yeFE7DSPwdn9t9P" alt=""><figcaption><p>Email with generated build</p></figcaption></figure>

You can also opt to send the build to a different email ID within your organization.

<figure><img src="/files/PLKK6mnyf8yy4YlJ1WQa" alt=""><figcaption><p>Changing the email ID </p></figcaption></figure>


---

# 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.inforiver.com/admin-console/settings/generate-builds-on-prem.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.
