> For the complete documentation index, see [llms.txt](https://docs.twtg.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twtg.io/docs/solidred-documentation/3.1/entity-management-features/entity-image.md).

# Entity image

### Add an image

To add a custom image to the Machine overview or Device overview dashboard, click the Plus sign in the left top corner when hovering over the image of the entity:&#x20;

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

The following screen will appear:

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

To upload a custom image, drag/drop or click the field to use the file explorer.&#x20;

### Remove an image

Clicking on the remove icon will delete the existing image.&#x20;

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

A confirmation window will appear and if the user clicks **OK** the entity's image will be deleted and the default image will show in its place.&#x20;


---

# 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.twtg.io/docs/solidred-documentation/3.1/entity-management-features/entity-image.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.
