> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/engage-link/accessing-engage-link.md).

# Accessing ENGAGE LINK

To access one of the ENGAGE LINK destinations, complete the following steps:

1. On the menu screen, select **Explore LINK**.
2. On the ENGAGE LINK map, select a destination.
3. In the **Enter Location** window, select **Confirm**.

<figure><img src="/files/SXzbUi42Nu2gMKWIoPBQ" alt=""><figcaption><p>ENGAGE LINK map</p></figcaption></figure>

If you want to move from one area of LINK to another, you can use the portals distributed throughout the environments. You can also use portals to visit numerous public metaworlds and interactive experiences. To identify a portal's destination, check the name displayed at its center before you travel through it. For more information about how to use portals, see [Portals](/engage/experience-editor/working-with-objects/ifx/portals.md).

<figure><img src="/files/Ru1nHPy7xPB15mFCtgaL" alt=""><figcaption><p>Portals to education plaza and creative plaza</p></figcaption></figure>

### Accessing the map in a Session

You can also access the ENGAGE LINK map through your in-Session menu. You can use this to quickly move from one area of LINK to another, without the need to return to the menu screen or find the relevant portal.

1. Open your menu or tablet. For more information, see [Accessing your menu](/engage/essential-features/accessing-your-menu.md).
2. In the lower-right corner, select the LINK icon.

<figure><img src="/files/RBdhSWUQtRfBNq5orckW" alt=""><figcaption><p>Option to access the ENGAGE LINK map from your menu</p></figcaption></figure>


---

# 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.engagevr.io/engage/engage-link/accessing-engage-link.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.
