# Get Page Title

This is a pre-built action located under the **@Window Element**. The functionality of this action in Avo Assure is to retrieve the current page title of the desktop application and store the result in a dynamic variable.

### Syntax

**Input Value:** `N/A`

| Argument | Description    |
| -------- | -------------- |
| N/A      | Not Applicable |

#### Output Value

| Argument                                 | Description                                                 |
| ---------------------------------------- | ----------------------------------------------------------- |
| <p>\<Dynamic Variable><br>(Required)</p> | This dynamic variable holds the retrieved page title.       |
| <p>\<Dynamic Variable><br>(Optional)</p> | This dynamic variable holds result as **True** or **False** |

**Example**&#x20;

**Retrieves the title of the currently active web page**

The **Get Page Title** action does not require any value in the Input Value column and automatically fetches the title of the web page that is currently active. The retrieved title is stored in the **{Page Title}** variable (e.g., **Avo Bank**)

<figure><img src="/files/OHUnPyE2nqZxBGbTV50N" 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/actions/desktop/window/get-page-title.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.
