> 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-activities-page.md).

# The Activities Page

This section of the Guide describes each element of the Activities Page that you will see once you’ve completed the setup wizard. At the top is the Navigation Bar, in the middle is the Activities panel. At the bottom is the Status bar.

## Navigation Bar

![](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/1B3B82DB-E640-4317-8F86-32CFBAE5C75E_2/oHa6bzNbMQcQie9lQjrBqOOWGvqy92x7dHJLgw4lVLEz/Image.png)

## Activities panel

From this panel you can go to the Buttons Panel, manage an activity, or add an activity

***

![](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/7D6A0E98-80FB-40FE-9AE7-63E287D796B6_2/65yTLxMXNnaN3hcFKsDBqNMfVtzzFpYl2KxxVbWp0CUz/Image.png)

### **Buttons Panel**

![From this panel you can drag and drop buttons onto the Skip Remote](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/E64DC284-017F-48BE-A02B-42E0FED5805B_2/co5ehcFrnOR2lU8qWGDGVKb1tVbxfvF57BKfcxmDrMkz/Image.png)

### **Activity manager**

![From this panel you can manage your activity, including re-naming it, going back into the Activity wizard, Delete the Activity, and Clear all the buttons](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/9C8A1FEF-04FA-49C8-9A7B-B5DF220AE565_2/o00FRp1CHy8o5rvdvq4WqrNN4ZwPP1OAjFg8ZWQpaigz/Image.png)

### **Add activity**

![Press Add Activity to create another Activity](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/E0F79C16-B6B4-409F-A7E6-468E100C0A0C_2/rD2xx7Leux8RhIlzlkKpVKcn2fjqXxrEjSpQS9Wpq9Mz/Image.png)

## Status bar

![The status bar informs you on the status of the selected remote.](https://res.craft.do/user/full/233b6a4a-4755-d05e-123b-d76a91da1de2/doc/A5915D78-F0AC-4D42-A3AB-BE054745D8C4/B8772E8E-626B-4F43-93F5-F11E6823CB18_2/yal4x4NbyBy6YNUIZhPvqJtIluoKFLzMBdvViFDNgHoz/Image.png)


---

# 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-activities-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.
