# Images

This is the API for labels:

```
  Default origin = yappCoordBox: box[0,0,0]

  Parameters:
   p(0) = posx
   p(1) = posy/z
   p(2) = rotation degrees CCW
   p(3) = depth : positive values go into case (Remove) negative values are raised (Add)
   p(4) = { yappLeft, yappRight, yappFront, yappBack, yappLid, yappBase } : plane
   p(5) = "image filename.svg"
  Optional:
   p(6) = Scale : Default = 1 : ratio to scale image by (making it larger or smaller)

```

Here is the code for the labels in the next images:

```
imagesPlane =
[
  [ 10, 10, 180, 0.5, yappLid, "logo.svg", 1.25 ]
];
```

<figure><img src="/files/YNDNQmzkxzQHmrUp6VbM" alt=""><figcaption><p>The RX/TX is a text label, and the other red stuff is an SVG logo.</p></figcaption></figure>


---

# 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://mrwheel-docs.gitbook.io/yappgenerator_en/images.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.
