# How can I view pdf, jpg and HTML files?

If you use the File Browser to navigate and double-click on it, it will automatically open with the correct application.

If you are at the command line and want to open a file, you can use:

`xpdf <filename.pdf>`

`firefox <filename.html>`

Similarly, you can use firefox for image files:

`firefox <jpg,svg, or png file name>`


---

# Agent Instructions: 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.finngen.fi/faq/about-sandbox/how-can-i-view-pdf-jpg-and-html-files.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.
