# Quirks and Features

#### In this section we will share the following:

* [**Managing your files in Sandbox**](/working-in-the-sandbox/quirks-and-features/managing-your-files-in-sandbox.md)
* [**Navigating the sandbox**](/working-in-the-sandbox/quirks-and-features/navigating-the-sandbox.md)
* [**How to save Sandbox window configuration**](/working-in-the-sandbox/quirks-and-features/how-to-save-sandbox-window-configuration.md)
* [**Copying and pasting in and out of your IVM**](/working-in-the-sandbox/quirks-and-features/copying-and-pasting-in-and-out-of-your-ivm.md)
* [**How to report issues from within the Sandbox**](/working-in-the-sandbox/quirks-and-features/how-to-report-bugs.md)
* [**Sharing individual-level data within the Sandbox**](/working-in-the-sandbox/quirks-and-features/sharing-individual-level-data-within-the-sandbox.md)
* [**How to download results from your IVM**](/working-in-the-sandbox/quirks-and-features/how-to-download-results-from-your-ivm.md)
* [**Keyboard combinations**](/working-in-the-sandbox/quirks-and-features/keyboard-combinations.md)
* [**Running analyses in your IVM vs. Pipelines**](/working-in-the-sandbox/quirks-and-features/difference-between-running-things-in-your-ivm-vs.-pipelines.md)
* [**Timeouts and saving your work (backups, github)**](/working-in-the-sandbox/quirks-and-features/timeouts-and-saving-your-work-backups-github.md)
* [**Install R and Python packages from the local Sandbox repository**](/working-in-the-sandbox/quirks-and-features/r-and-python-local-repositories-in-finngen-sandbox.md)
* [**How to install GNU Debian package**](/working-in-the-sandbox/quirks-and-features/how-to-install-gnu-debian-package.md)
* [**How to upload to your own IVM via /finngen/green**](/working-in-the-sandbox/quirks-and-features/how-to-upload-to-your-own-ivm-via-finngen-green.md)
* [**How to remove files from /finngen/green**](/working-in-the-sandbox/quirks-and-features/how-to-remove-files-from-finngen-green.md)
* [**Sandbox usage as Chrome application (full screen mode)**](/working-in-the-sandbox/quirks-and-features/using-sandbox-as-a-chrome-application-full-screen-mode.md)
* [**How to reset your finngen.fi account password**](/working-in-the-sandbox/quirks-and-features/how-to-reset-your-finngen.fi-account-password.md)
* [**Sandbox IVM tool request handling policy**](/working-in-the-sandbox/quirks-and-features/sandbox-ivm-tool-request-handling-policy.md)
* [**Docker images**](/working-in-the-sandbox/quirks-and-features/docker-images.md)
* [**Python Virtual Environment in Sandbox**](/working-in-the-sandbox/quirks-and-features/python-virtual-environment-in-sandbox.md)
* [**How to shut down your IVM**](/working-in-the-sandbox/quirks-and-features/how-to-shut-down-your-ivm.md)


---

# 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/working-in-the-sandbox/quirks-and-features.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.
