> For the complete documentation index, see [llms.txt](https://bridge-lab.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bridge-lab.gitbook.io/docs/tech/remote-work-resources.md).

# Remote Work Resources

## VPN Access

[Also see MUSC’s VPN instructions here](https://portal.musc.edu/ocio-is/infrastructure/Network-Systems-Team/Pages/Remote%20Access.aspx)&#x20;

1. [Register your NetID for use with the VPN here](https://portal.musc.edu/vpn/SitePages/Home.aspx)&#x20;
2. [Download the Cisco AnyConnect here](https://musc.app.box.com/s/3aqztlc5t5vlkgv9q5rlmoiz8bthqacc?sortColumn=date\&sortDirection=DESC) (choose the newest version for your OS that does not have “predeploy” in the file name) or try [this link for the most updated VPN](https://musc.app.box.com/s/t957c9h8wj01m811s2xg3ekr4cfpy0x8/file/1909754458977).
3. Install Cisco AnyConnect (download from step 2 will be in your download folder – double click and follow prompts)&#x20;
4. Open Cisco AnyConnect&#x20;
5. In the top portion labeled “VPN”, enter vpn.musc.edu and click “Connect”

Troubleshooting:&#x20;

1. Ensure that you’re connected to the internet&#x20;
2. Ensure that you’ve entered the VPN address (vpn.musc.edu) without a space at the end&#x20;


---

# 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://bridge-lab.gitbook.io/docs/tech/remote-work-resources.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.
