# Find in... Actions

It is possible to locate a Document Object in various contexts where it is used. These functions are available in the **Action** dropdown or by using the **Ellipsis** button where applicable.

## Find in Project Explorer

To navigate to a Document Object's position in its chapter structure, use the **Find in Project Explorer** action. The Document Object will be highlighted in its position in the Chapter structure.

## Find in Trace Explorer

To locate all locations of a Document Object in the trace landscape, use the **Find in Trace Explorer** action. This will highlight all instances of the Document Object in the Trace Explorer.

## Find in Project History

To display all Project History events in which the Document Object was involved, use the **Find in Project History** action. This will display all such events in the Project History, starting from the project creation.&#x20;

{% hint style="info" %}
Note! Depending on the age of the project and amount of existing project events, this operation can take some time before it completes.
{% endhint %}

## Find in File

To locate all documents (i.e., the corresponding associated File Objects) in which a Document Object has been inserted, use the **Find in File** action. This will highlight all File Objects containing documents in which the Document Object has been inserted.&#x20;

## Find in Test Run

To locate all Test Runs in which a Test case is used, use the **Find in Test Run** action. This action highlights all Test Runs in which the Test case is used.


---

# 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://docs.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/get-started/enter-design-control-items/find-in...-action.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.
