> For the complete documentation index, see [llms.txt](https://docs.unwaste.energy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unwaste.energy/en/unwaste-robot-configuration/profiles-schedules-and-overrides/profiles.md).

# Profiles

Create profiles that define device behavior for different usage scenarios.

## Profiles

## What is a profile

A profile is a way to group different schedules into a kind of "meta-mode" for your installation.

You can think about profiles as a way to change many schedules at once.

## Where to look for profiles

Profiles are accessible through settings link in UI, they have a separate tab.

![](https://1824863031-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWf3M0a04WuhvfEbAgXFl%2Fuploads%2Fgit-blob-3eb18ed7152a2d4976b094a58318bb0ed05cb859%2FScreenshot_lista_profili.png?alt=media)

## Managing profiles

Profiles are simple entities, consisting of name and description only.

You can add, edit and delete them (with one exception as needed - default profile cannot be deleted).

Important! For a profile to have any effect, you need also to attach schedules to devices for this profile (see Attaching schedules part of Schedules section). A profile alone does not control devices; it only serves to group schedules.

## Changing active profile

On the same tab you can select Active profile in the bar above list.

Changing active profile makes Unwaste Robot to look at different schedules (attached to this new profile) at the nearest moment when device modes will be calculated.

So, profile itself changes immediately, but effects of this change will manifest at the nearest full quarter of a hour.

### **Important notes.**

* A profile does not control any device on its own.
* If no schedules are assigned to a profile, switching to it may have no effect, or may disable schedules previously attached.
* For timing details, see *Timing behavior* in the introduction.


---

# 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.unwaste.energy/en/unwaste-robot-configuration/profiles-schedules-and-overrides/profiles.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.
