> 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/create-and-execute-tests-with-design-studio/working-with-test-case-section/reusable-library/ways-to-create-reusable-library.md).

# Creating Reusable Library

A reusable library helps you organize and reuse commonly used test step groups across test cases. By storing reusable test steps in a library, you can reduce duplication, simplify maintenance, and ensure consistency across your automation projects. This article describes how to create a Reusable Library by creating a main folder and adding a reusable test step group to it.&#x20;

To create a reusable library, perform the following actions:

1. On the **Home** page, under **Projects**, select the required project.
2. Go to **Design Studio** > **Test Case**.
3. In the left pane, select the expand (**>**) icon next to **Reusable Library**.
4. Select the Add (**+**) icon next to **Reusable Library**, and then select **Create main folder** to create a new reusable library folder. A new folder is created.
5. In the **New Folder** text box, enter a name for the reusable library folder.
6. In the newly created folder, select the **See more** (**...**) icon next to the reusable library folder name.
7. Select **Create reusable test steps groups**, and then select the required application type (for example, Web, Desktop, or SAP).
8. In the **New test step group** text box, enter a name for the reusable test step group.
9. Add test steps to the reusable test step group using [Add from Repository](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/create-test-case/create-test-step-group/add-new-test-steps-group.md#add-from-repository) or [Add Manually](/avo-assure/create-and-execute-tests-with-design-studio/working-with-test-case-section/create-test-case/create-test-step-group/add-new-test-steps-group.md#add-manually).&#x20;
10. Select **Save** to save the test steps to the test step group.


---

# 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/create-and-execute-tests-with-design-studio/working-with-test-case-section/reusable-library/ways-to-create-reusable-library.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.
