> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/desktop/guides/features/others/using-custom-browser-docks.md).

# Using Custom Browser Docks

You can view certain websites directly in the PRISM app without having to keep a browser like Chrome or Safari open by adding **Custom Browser Docks**.

***

To add a custom dock, click the **Menu** in the upper-left corner and navigate to **Docks > Custom Browser Docks**.

<figure><img src="/files/d7rT0OBA8sRbPItim5Lb" alt=""><figcaption><p>To add a custom dock, click the <strong>Menu > Docks > Custom Browser Docks</strong>.</p></figcaption></figure>

Next, enter a **Dock Name** and the web **URL** you want to display, then click **Apply** to open the dock. The dock will appear as a floating pop-up window.

<figure><img src="/files/gbU25Wa4J0KFwW3s4OT4" alt=""><figcaption><p>Enter a <strong>Dock Name</strong> and a web <strong>URL.</strong></p></figcaption></figure>

To attach the dock to the PRISM app, click the **More** button (⋮) in the upper-right corner of the dock window and select **Attach**, or simply drag the window to your desired location. As you move a dock, the layout will automatically adjust, resizing both the dock itself and nearby docks to keep everything balanced.

<figure><img src="/files/dK3L0tmTKPQv9jK1yGuO" alt=""><figcaption><p>Attach the dock by clicking <strong>More > Attach</strong>, or drag the window to your desired location.</p></figcaption></figure>

All docks, including **Custom Browser Docks**, can be resized, detached, or reattached at any time. Adjust the layout to best suit your workflow.

<figure><img src="/files/bMLFLhMz4VQtYpgT00kz" alt=""><figcaption><p>Adjust the layout to best suit your workflow.</p></figcaption></figure>

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Features](/desktop/guides/features.md), [Chat](/desktop/guides/features/chat.md)


---

# 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://guide.prismlive.com/desktop/guides/features/others/using-custom-browser-docks.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.
