> For the complete documentation index, see [llms.txt](https://skip-org.gitbook.io/skip-remote-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skip-org.gitbook.io/skip-remote-guide/the-remote-manager-page.md).

# The Remote Manager Page

This section of the Guide describes each element of the Remote Manager Page, which can be selected from the Navigation Bar.

## Remote Selector

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

If you have more than one remote, the Remote list is on the left. Each remote is identifiable by its Identity Color

## **Preferences, LEDs, and Tools**

![Image.png](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/529F6962-1AC7-4CFC-8943-B9987295C9F4_2/IFKxpMI8ztPjXjBr6DuZQ7StxiWc0yyCgEwdg40WaG0z/Image.png)

This area gives you direct control over your Skip’s options.

### Preferences

<figure><img src="/files/7t4z4yDHcVYB3B4cYei5" alt=""><figcaption><p>Here you can change your Skip's Identity Color. If your Skip is plugged in, the ring will change color at the same time on both the virtual remote and your real remote.</p></figcaption></figure>

### LEDs

<figure><img src="/files/rNRPyNBjfXouwslsqMwf" alt=""><figcaption><p>Change the Skip’s Activity brightness, Activity Letter LED timeout, Ring brightness, and Ring timeout.</p></figcaption></figure>

### Tools

<figure><img src="/files/6SelPOxiH45nofVHZ1sZ" alt=""><figcaption><p>Reset your remote, Export and Import your remote settings, and delete your remote. When exporting, you will be prompted to save a ‘.skip’ file.</p></figcaption></figure>


---

# 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://skip-org.gitbook.io/skip-remote-guide/the-remote-manager-page.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.
