> For the complete documentation index, see [llms.txt](https://docs.nuken.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuken.xyz/the-basics/your-workspace.md).

# 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
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.nuken.xyz/the-basics/your-workspace.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.
