# Importing / recovering a project

nuken allows you to save your project as a `.html` file on your device. You can import this file into your workspace the next time you open nuken or want to start a new project. Check out the opened menu below.

<figure><img src="/files/91BQM99SkWad6nrDCQxh" alt=""><figcaption></figcaption></figure>

### Import project

Opens a system dialog box. Select your file from the menu (maybe it's that `index.html` you were working on yesterday). If everything checks out, nuken will load your project into your workspace. From there, you can continue working on it as if nothing happened. 😎

### Use template

This opens the **Template Menu**. Here, you can browse your installed **nuken Templates.** You can also enter the link to an online template pack and use that if you want.&#x20;

<figure><img src="/files/B0p7uMQcOWIXeG2LARMO" alt=""><figcaption></figcaption></figure>

nuken Templates allow you to load custom projects into your workspace easily. No files to look for, nothing to configure - just one click and you're good to go.

You can also pay the template creator a visit, or view their source code directly.

### Recover lost work

Maybe you forgot to save your work, or saved a project to memory. In this case, try visiting the **Recovery Menu.** nuken will automatically save your work to the **Recovery Menu** at a set interval, so you can pick up right where you left off. However, you should get into the habit of actually saving your work fairly frequently - sometimes nuken didn't have a chance to save anything, or the setting is disabled. This option should really be used as a last-ditch effort.

<figure><img src="/files/REX49Oo9fddHIqQtRQZl" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you don't like this feature, toggle it on or off entirely in the **Settings Menu** (in the **Workspace** section).
{% endhint %}


---

# 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.nuken.xyz/the-basics/importing-recovering-a-project.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.
