# FAQs

<details>

<summary>How do I place my Canvas in a Repeating-Group?</summary>

You can place your Canvas in a Repeating-Group.  In order to uniquely identify your Canvas (e.g. for events fired by a Canvas) you can enter a Unique ID for your Canvas.  Here, you can utilize the current cell's index number, in order to provide a Unique ID for each Canvas inside of the Repeating-Group:\
![](/files/eVyFWmgjP8muMgigB4x1)

On the workflow tab, you can reference an exposed state, which is "This Canvas's Unique ID". For instance, if you want to initiate a set of workflow actions to perform only when the Canvas in the third Repeating-Group cell has been modified, you would add a condition that looks something like the one below, where the "*This Canvas-Main's Unique ID of Canvas is CanvasUniqueID3*" (assuming you've set up the Unique ID like it looks in the screenshot above):

![](/files/eMvmvfQii6V5tUkty67B)

</details>

<details>

<summary>I saved a serialized Canvas on Desktop and need to re-open it on Mobile (or vice versa, for responsiveness). How do I make the elements inside smaller?</summary>

See "[Responsiveness](/useful-tips/responsiveness.md)" section

</details>

<details>

<summary>How do I save my Canvas?</summary>

See "[Saving the Canvas](/canvas-using-the-plugin/saving-the-canvas.md)" section

</details>

<details>

<summary>How do I download my Canvas?</summary>

See "[Downloading the Canvas](/canvas-using-the-plugin/downloading-the-canvas.md)" section

</details>


---

# 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://guide.techblocksco.com/introduction/faqs.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.
