> 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-activity-manager.md).

# The Activity Manager

### Activity Manager

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

The Activity Manager gives you extra control over all your activities. From it you can go back and edit your activities and devices, and we also provide you with various tools to manage your activities, as described below.

## Main/ Summary

### **Editing**

This page includes links back to various parts of the Wizard.

#### **Wizard**

Jump back to the very beginning of the wizard.

#### **Mappings**

Jump only to the area where you map your devices.

![](/files/FNWWIh1N24xKWRNVrEXE)

### Management

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

#### **Clone Activity**

This button Duplicates the activity and gives you the opportunity to choose and rename it.

#### **Change Activity Letter**

As the title says, this allows you to change the Activity letter. If there are other activities, a screen will show how this change affects other Activities.

#### **Clean Activity Buttons**

This button does not remove devices or alter Activities. Instead, this button allows you to delete all the assigned actions for the whole Activity or for a specific device or set of devices.

If you do this, you will be taken back to the Edit Activity section to assign missing actions.

#### **Delete Activity**

This deletes the activity. If there is only one activity, you will be taken back to the create an activity wizard.

### Tools

*Still in development*


---

# 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-activity-manager.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.
