# Finding Process ID/Process Name

You can use the Process ID or Process Name to capture and target the application. This helps perform automation or monitoring actions on the correct running instance, even when the window name is not available.

To view test step group results, perform the following actions:

{% hint style="info" %}
**Note**: The **Process ID** is not always unique and can change when the application restarts. To avoid issues, use the **Process Name** instead.
{% endhint %}

1. Right-click on the taskbar and select **Task Manager**.

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

2. Select the **Details** tab. Locate the application process you want to capture.

{% hint style="info" %}
**Note**: You can also search for the **Process ID/Process Name** to locate the required application easily.
{% endhint %}

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

3. Copy the **Process ID (PID)/Process Name** from the list.&#x20;
4. Paste the copied value into the **Enter Window Name/Process ID/Process Name** text box in **Avo Assure Capture** window.
5. Select the **Launch** button to open the desired application.

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


---

# 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.avoautomation.com/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-element-repository-section/create-element-repository/capturing-elements-in-avo-assure/desktop/finding-process-id-process-name.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.
