> For the complete documentation index, see [llms.txt](https://rpa-connect.gitbook.io/rpa-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/using-common-resources/resource-utilization.md).

# Resource Utilization

Go back to the ***Form Definitions*** section from the side menu and click on the "Data Update" form you previously designed to open it. In the form elements menu, select ***Layout*** and click next to the existing column in the header to create a new one. Reduce its size to 2 units to display the logo at an appropriate size. Then, add an ***Image*** component inside the new column and, in the ***Resource Name/URL*** field in the properties section, enter the same name of the image you uploaded earlier.

To ensure the form title displays correctly, adjust the size of the widest column, which contains the ***Text*** element, to 10 units. Remember, you can click ***Preview*** whenever needed to check how your design looks.

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

Later, we will see how to use a PDF file. Keep in mind that, for both documents and images, once they are uploaded to the repository, you can reuse them in any form you want by entering their name in the ***Resource Name*** field.


---

# 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://rpa-connect.gitbook.io/rpa-connect/en-us/form-design/using-common-resources/resource-utilization.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.
