> For the complete documentation index, see [llms.txt](https://docs.folks.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.folks.finance/introduction/need-help/allowing-pop-up.md).

# Allowing pop-up

## Apple Safari (macOS) <a href="#apple-safari-macos" id="apple-safari-macos"></a>

Make sure you have opened the [app.folks.finance](https://app.folks.finance/) website before you start.

1. Open Safari menu.
2. Select Preference&#x73;**.**
3. Click the Websites tab.
4. Select Pop-up Windows from the sidebar.
5. Set Folks.Finance permission on **Allow.**

## Brave / Google Chrome (Windows/macOS) <a href="#brave-google-chrome-windows-macos" id="brave-google-chrome-windows-macos"></a>

1. Open app.folks.finance website.
2. Click the lock icon on the left of the address bar.
3. Click on Site setting&#x73;**.**
4. Select Allow from the drop-down menu next to Pop-ups and redirects.

## Mozilla Firefox (Windows/macOS) <a href="#mozilla-firefox-windows-macos" id="mozilla-firefox-windows-macos"></a>

1. Copy the app.folks.finance URL.
2. Open the burger menu (the icon with three horizontal bars) on the upper right side of the browser toolbar.
3. Select Settings.
4. In the left sidebar, click on Privacy & Security.
5. Scroll down the page to the Permissions section.
6. Open Exception&#x73;**...** next to Block pop-up windows.
7. &#x20;Paste the app.folks.finance URL in the input box below Address of web sit&#x65;**.**
8. Click on Allow.
9. Click on Save Changes.

## Microsoft Edge (Windows 10/11) <a href="#microsoft-edge-windows-10-11" id="microsoft-edge-windows-10-11"></a>

1. Copy the app.folks.finance URL.
2. Open the "**..."** menu on the upper right side of the browser toolbar.
3. Click on Settings.
4. Find and select Cookies and Site permissions.
5. Select Pop-ups and redirects.
6. Click on Add next to Allow.
7. Paste the app.folks.finance URL in the input box below Sit&#x65;**.**
8. Click Add.


---

# 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.folks.finance/introduction/need-help/allowing-pop-up.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.
