# Drawing

## Definition

> **The Drawing is a visual representation of the** [**Object**](/components/object.md)**, typically a sketch or diagram.**

* It is not supposed to be particularly beautiful or challenging—it’s a tool, not art.
* Suggested details and other considerations for the Drawing are provided for each [Object](/components/object.md).

{% hint style="info" %}

### Intention

**The Drawing serves two main purposes:**

Firstly, by giving visual form and structure to the [Object](/components/object.md) it can **shape the way the story is told**. Looking at the Drawing, especially any key details the player has chosen to highlight, can inspire or influence events in the story introduced by other sources.

Secondly, it is a **record of** [**Change**](/components/change.md). Players are encouraged to make their Drawing large enough to add or alter parts of it as they play—showing damage, modifications, etc as the [Object's](/components/object.md) story is written.
{% endhint %}

{% hint style="success" %}

### Example

**In** [***Artefact***](https://mouseholepress.itch.io/artefact)**, after defining a few details about your item (**[***Object***](/components/object.md)**) you are asked to draw it.**

**Every** [**Playbook**](/components/playbook.md) **in the game has different suggestions for details you can add**, for example the *Weapon* asks you to *“embellish your drawing with gems, notches and other curious details.”*
{% endhint %}

{% hint style="warning" %}

### Advice

It’s worth explicitly telling players that they should not aim to create art with their Drawing. It can be intimidating to be asked to draw, even just for yourself, and it’s not supposed to be the focus of the game. Of course, they are free to get carried away with it, but giving players permission to sketch something simple makes the experience more accessible.

The suggested details for the Drawing are another opportunity to set the tone for the [Object](/components/object.md). The stranger your [Object](/components/object.md) is, the more support a player might need to draw it. You could provide lists of potential features, diagrams of possible structures, or even outlines for them to customise.
{% 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://srd.mousehole.press/components/drawing.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.
