# The Workspace

These are the basic features you will be using in the Paint Tab.\
All other tools will be explained further in [The Tools - in depth](/tutorials/resources/extra-features-tutorials/the-paint-tab/tools-and-functions/the-tools-in-depth.md)

## The Canvas

Everything takes place on this canvas. You can start by dragging an image here.

\
Images added to the canvas will get dropped at the top-left corner of the bounding box.

Either drag the image here from a folder or your desktop, \
or drag the image in the starting image space onto the canvas, \
or paste it from the clipboard (ctrl+v),\
or use the [#import-image](#import-image "mention") button.

The buttons at the top offer you a selection of tools to use in this space.

<figure><img src="/files/dGdZWljuoS2PN9ELnk1k" alt=""><figcaption><p>The canvas, with bounding box, layers, and settings</p></figcaption></figure>

### The Bounding Box

{% embed url="<https://youtu.be/0rVkUvi31uk>" %}

The bounding box can only be interacted with when using the Bounding Box (K) tool

The Bounding Box is the dotted rectangle on the canvas. \
It is the space currently being worked on.

Can be moved by clicking on the dotted line\
Size can be altered by clicking on the square nodes.

**Does not need** to be over the whole image but, \
The AI can't see anything outside the bounding box.\
Just to be clear about that. \
**Anything outside the bounding box does not exist** to the AI

<figure><img src="/files/4uXSoqf2bcdKjNXXwjv2" alt=""><figcaption><p>This is what you see.</p></figcaption></figure>

<figure><img src="/files/rL5J79gGLpFWmY6NxkUO" alt=""><figcaption><p>This is all the AI sees.</p></figcaption></figure>

If you don't have enough relevant parts of the image in this bounding box for the AI to reference, it will have a hard time making the changes you ask for.

### Layers

New images will be placed onto different layers.\
Each layer can be moved independently.\
Opacity can be adjusted.\
Layers can be merged together.\ <br>


---

# 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://artroomai.gitbook.io/tutorials/resources/extra-features-tutorials/the-paint-tab/tools-and-functions/the-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.
