# Your workspace

Wondering that this is?

<figure><img src="/files/AigiSrL2O8ewPPWb9oT4" alt=""><figcaption><p>Go ahead, take a guess.</p></figcaption></figure>

This is called your **workspace**. It's where you'll spend the majority of your time. The input boxes on the left (the ones filled with text) store whatever CSS styling, HTML markup, and JavaScript code you want.

Once you're satisfied with your work, just click the ▶️ button. nuken will build your project in the preview area, allowing you to see the output. Don't like what you see? Go back to the code boxes and press ▶️ again when you're done editing. By constantly updating the preview area, you build up your project - one edit at a time.&#x20;

That just about covers the basics. It's really simple - just enter your code, press ▶️, check your work. Rinse and repeat.

{% hint style="info" %}
**Keep on reading** if you'd like see everything else nuken has to offer. Some of it may be optional, but creativity has to start somewhere. 😎
{% 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/your-workspace.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.
