> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/eng/usage-instructions/macos/v2box.md).

# V2Box

{% hint style="success" %}
This solution supports UDP tunneling!
{% endhint %}

## V2BOX setup.

Follow the [link](https://apps.apple.com/us/app/v2box-v2ray-client/id6446814690) to download the V2Box client.

{% embed url="<https://apps.apple.com/us/app/v2box-v2ray-client/id6446814690>" %}

<figure><img src="/files/3Hx77K7uPfLdPoknrrHG" alt=""><figcaption></figcaption></figure>

## **Adding a connection profile**

Start the installed application, go to the bottom tab ![](/files/4SZiBDrebrkyDStThAdV), and add a new connection through ![](/files/eCphKN5eNqBQb0Bq3WCx), specifying the <mark style="color:purple;">socks</mark> protocol.

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

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

## Proxy connection setup

Copy the connection from the order into the corresponding fields (IP/Hostname:PORT:USERNAME:PASSWORD) and click ![](/files/Z6fvI3CokyZiCWqmvKfe). In "<mark style="color:purple;">Remark</mark>", you can specify any profile name.

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

{% hint style="info" %}
**You can find a proxy setup example in the** [**Setup guide**](/eng/usage-instructions/getting-started.md) **section**
{% endhint %}

## Connecting the profile and starting work

Select the required profile in ![](/files/cIgQScWNGEiiNhNCKkzZ) if there are several, then go to ![](/files/l7UqF7iewRD4Gv8rhJST).

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

Now you can click ![](/files/ybWBCC1Lb5CNraNXZBCC) and the application will start working.

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

**Done! You can now use the proxy.**


---

# 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.proxyshard.com/eng/usage-instructions/macos/v2box.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.
