> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio.md).

# Design Studio

- [Element Repository](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/element-repository.md)
- [Unable to Access or Edit Repository and Test Cases in Avo Assure](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/element-repository/unable-to-access-or-edit-repository-and-test-cases-in-avo-assure.md)
- [Issue with Table or Grid Scrolling](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/element-repository/issue-with-table-or-grid-scrolling.md)
- [Test Case](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case.md)
- [Unable to Update Test Cases](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/unable-to-update-test-cases.md)
- [Managing File Path Setup for Runtime Data Operations](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/managing-file-path-setup-for-runtime-data-operations.md)
- [Textbox Value Not Getting Entered Properly During Automation](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/textbox-value-not-getting-entered-properly-during-automation.md)
- [Invalid Conditional Statement Error in IF Action](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/invalid-conditional-statement-error-in-if-action.md)
- [Textbox Value is Not Reflecting During Automation](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/textbox-value-is-not-reflecting-during-automation.md)
- [Create Dynamic Variable Action Failing](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/create-dynamic-variable-action-failing.md)
- [Dropdown Value Not getting Displayed During Script Execution](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/test-case/dropdown-value-not-getting-displayed-during-script-execution.md)
- [Execution](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/execution.md)
- [Location of Screenshots Captured During Execution](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/execution/location-of-screenshots-captured-during-execution.md)
- [Dynamic Test Data Handling at Runtime Execution](https://docs.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio/execution/dynamic-test-data-handling-at-runtime-execution.md)


---

# 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.avoautomation.com/avo-assure/support-resources/knowledge-base-articles/design-studio.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.
