> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/introduction-to-object-repository/organise-your-test-objects.md).

# Organise your Test Objects

In SimplifyQA, the Object Repository helps manage all captured and manually created objects within a project. To improve efficiency, you can search, filter, edit, and organize objects into modules based on relevance. This ensures better organization and makes it easier to reuse objects across multiple test cases.

### Accessing the Object Repository

1. **Navigate to the Object Repository:** Open the User Navigation Panel. Go to Test Management> Object Repository.

<figure><img src="/files/q5LvS4b4CPrKiwXuqxdy" alt=""><figcaption></figcaption></figure>

2. **View all Test Objects:**

* All objects will be displayed in a list view.
* You can search and filter objects based on name, type, or other attributes.

### Editing and Organising Objects

1. **Edit an Object:** Locate the object you want to modify. Click on the **View Details** button.

<figure><img src="/files/VPMN2yAClojN4rS2iilA" alt=""><figcaption></figcaption></figure>

* Update any required locator values, attributes, or properties.
* Click **Save** to apply changes.

2. **Organising Objects by Modules:**

* Within the **Object Details** view, locate the Module field.
* Select the relevant module that the object belongs to (e.g., Login, Checkout, Dashboard).
* Click **Save** to categorise the object properly.

<figure><img src="/files/re3nFDowWHQAATtvdTLF" alt=""><figcaption></figcaption></figure>

### Benefits of Organising Test Objects

* Easy Object Management – Quickly locate and update test objects.
* Improved Test Maintainability – Avoid duplicate objects by assigning them to the correct modules.
* Better Collaboration – Team members can easily find and reuse objects across multiple test cases.


---

# 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.simplifyqa.ai/introduction-to-object-repository/organise-your-test-objects.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.
