> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/students/registration/registration-integration/enabling-pop-ups.md).

# Enabling Pop-Ups

{% tabs %}
{% tab title="Chrome" %}

* Open the **Chrome menu** at the top right.

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

* Select **Settings**.
* Select **Privacy and Security** in the left side menu.
* Select **Site Settings**.
* Select **Pop-ups and redirects**.
* Select **Add** next to *Allowed to send pop-ups and use redirects*.
* Input the specific page URL and select **Add**.
  {% endtab %}

{% tab title="Firefox" %}

* From the Firefox menu, select **Settings**.

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

* Select **Privacy & Security** from the left-side menu.
* Under *Permissions*, select **Exceptions** next to *Block pop-up windows*.
* Input the specific page URL.
* Select **Save Changes**.
  {% endtab %}

{% tab title="Edge" %}

1. Open the **Settings and more** menu at the top right of the window.
2. Select **Settings**.
3. Select **Cookies and site permissions**.
4. Select **Pop-ups and redirects**.
5. Next to *Allow*, select **Add**.
6. Enter the specific page URL.&#x20;
7. Click **Add**.
   {% endtab %}

{% tab title="Safari" %}

1. From the Safari menu, select **Preferences**.
2. Select **Pop-up Windows** from the left side menu.
3. From the w*hen visiting other websites* drop-down menu, select **Allow** to allow all pop-ups from all websites.
4. Alternatively, you can select **Block and Notify** to receive a notification whenever a pop-up has been blocked. From there, you'll have the option to allow exceptions as needed.&#x20;
   {% endtab %}
   {% endtabs %}


---

# 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://help.simnetonline.com/students/registration/registration-integration/enabling-pop-ups.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.
