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

# Pairing

{% content-ref url="/pages/Zmu3MV9NluASH1N1AUtG" %}
[Alternative](/pairing/alternative.md)
{% endcontent-ref %}

## Get the extension for your browser

| Browser engine     | Link                                                                                                     |
| ------------------ | -------------------------------------------------------------------------------------------------------- |
| Auto detect        | <https://rustplustwo.com/pairing/extension>                                                              |
| ~~Chromium based~~ | [~~https://rustplustwo.com/extension/chrome-0.1.crx~~](https://rustplustwo.com/extension/chrome-0.1.crx) |
| Firefox            | <https://rustplustwo.com/extension/firefox-0.1.xpi>                                                      |

Chromium one is unsigned so you most likely will be unable to install it for now. Until then use Firefox version or if you really want -- download it, unpack it, and install it manually via chrome://extensions

## **Connect your Rust account**

&#x20;

<div align="left"><figure><img src="/files/cqrSlymsmyaR16KgOY8r" alt="" width="375"><figcaption><p>https://rustplustwo.com/login/rustplus</p></figcaption></figure> <figure><img src="/files/L3gYEtwXWqLjNLmYosZ1" alt="" width="375"><figcaption><p>https://rustplustwo.com/login/rustplus</p></figcaption></figure></div>

<figure><img src="/files/IVxfJr4ee8xv0yS3zYH9" alt=""><figcaption><p>https://companion-rust.facepunch.com/login</p></figcaption></figure>

{% hint style="info" %}
Some servers will not work with RustPlusTwo. This may be due to a configuration issue or the server owners disabling access.
{% endhint %}

## Pair servers and entities in-game

Ensure all indicators in the bottom left are green. If some are red or yellow, re-login. Once on the main page, pair entities from in-game to see them appear here.

![Click to enlarge](/files/V7NU0qVsUHRpAlen6i8l) ![Click to enlarge](/files/WF9C1kPKB0EbcaIrl3Yz) ![Click to enlarge](/files/g2cZKgGHGZKjaj3GH70Y)


---

# 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.rustplustwo.com/pairing.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.
