# Link property

The Link Property is a feature that exists on elements within your Bravo Studio app project, specifically those that are used for linking to other pages within your app. This feature serves the purpose of verifying whether all the essential variables required to display the target page are available. By using the Link Property, you can prevent potential errors and enhance the overall user experience of your app.

<figure><img src="/files/6PNobjX4hw8ylEltLzKG" alt=""><figcaption><p>App Edit view</p></figcaption></figure>

To begin checking your potential issues, first, identify the elements in your app that are intended to link to other pages. These elements could be buttons, images, text, or any other interactive components that trigger a page transition.

Once you have identified the linking elements, you can access the Link Property within the Bravo Studio Edit view. This property will be available in the properties panel when you select the respective element.

Bravo Studio will automatically check whether all the required variables for the target page are available. This includes data, inputs, or any other dependencies necessary for the proper functioning of the target page.

If the Link Property detects that essential variables are missing, it will alert you to potential issues. This proactive error handling helps you identify and address any issues before they affect the user experience.

No issues, the link property will show a green check. If the link requires other information that is not correct getting, will get a warning icon to show that potentially this is causing issues. \
(Not always will be accurate)

<figure><img src="/files/DvJh6kikII1GHz96FDdY" alt=""><figcaption><p>Link property status</p></figcaption></figure>

#### Using Bravo Vision Event logger and Debugger

Remember that you can use the [Event Logger](/connect-api/debugging-api-issues/event-logger.md) in Bravo Vision and also the [Debugger](/connect-api/debugging-api-issues/data-library-data-library-debug-section.md) to check all the issues and where the issue could be coming from. <br>

If you have any questions or need further assistance with understanding the link property, please don't hesitate to reach out to our customer support team.&#x20;


---

# 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.bravostudio.app/connect-api/debugging-api-issues/link-property.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.
