> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/troubleshooting/disabling-pop-up-blockers.md).

# Disabling Pop-up Blockers

Here is how you'll disable pop-up blockers in our recommended Internet Browsers *(Google Chrome & Mozilla Firefox)*, as well as Safari.

## Chrome *(Windows computer)*

By default, Chrome will notify you when a pop-up is blocked and give you an option to see it. To turn off the pop-up blocker, follow these instructions:

{% stepper %}
{% step %}

## Click the **three dots** in the top right corner

{% endstep %}

{% step %}

## Select **Settings**

{% endstep %}

{% step %}

## Click the **Advanced**

{% endstep %}

{% step %}

## Select **Privacy and security**

{% endstep %}

{% step %}

## Click **Site Settings**

{% endstep %}

{% step %}

## Click **Pop-ups and redirects**

{% endstep %}

{% step %}

## Toggle on "**Allow**" *(it should show in blue)*

This will turn OFF the pop-up blocker.
{% endstep %}
{% endstepper %}

## Firefox (Windows)

{% stepper %}
{% step %}

## Click the **three horizontal lines** in the top right corner

{% endstep %}

{% step %}

## Select **Options**

{% endstep %}

{% step %}

## Click **Privacy & Security**

{% endstep %}

{% step %}

## Under **Permissions**, un-check the "**Block pop-up windows**" box

This will turn OFF your pop-up blocker.
{% endstep %}
{% endstepper %}

## Chrome (Mac)

By default, Chrome will notify you when a pop-up is blocks and give you an option to see it. To turn off pop-up blocker, follow these instructions:

{% stepper %}
{% step %}

## Click the **three dots** in the top right corner

{% endstep %}

{% step %}

## Select **Settings**

{% endstep %}

{% step %}

## Click the **Advanced**

{% endstep %}

{% step %}

## Select **Privacy and security**

{% endstep %}

{% step %}

## Click **Site Settings**

{% endstep %}

{% step %}

## Click **Pop-ups and redirects**

{% endstep %}

{% step %}

## Toggle on "**Allow**" *(it should show in blue)*

This will turn OFF the pop-up blocker.
{% endstep %}
{% endstepper %}

## Firefox (Mac)

{% stepper %}
{% step %}

## Click the **three horizontal lines** in the top right corner

{% endstep %}

{% step %}

## Select **Options**

{% endstep %}

{% step %}

## Click **Privacy & Security**

{% endstep %}

{% step %}

## Under **Permissions**, un-check the "**Block pop-up windows**" box

This will turn OFF your pop-up blocker.
{% endstep %}
{% endstepper %}

## Safari (Mac)

{% stepper %}
{% step %}

## From the **Safari** menu, select **Preferences**

{% endstep %}

{% step %}

## Click **Security** at the top of the window

{% endstep %}

{% step %}

## Un-check the "**Block pop-up windows**" box

This will turn OFF the pop-up blocker.
{% endstep %}
{% endstepper %}


---

# 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://support.rosysalonsoftware.com/troubleshooting/disabling-pop-up-blockers.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.
