> For the complete documentation index, see [llms.txt](https://cs.help.siesta.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cs.help.siesta.cloud/en/main/organizace/uzivatele/opravneni.md).

# Authorization

One user on Siesta Cloud can be in multiple organizations and each has a different role. As a result, the user does not have to log out and login if he is in charge of multiple products.

## **Role**

### **Owner**

Can edit everything.

### Organization Manager

I can edit everything, but it cannot set itself as the Owner or Administrator of an organization.&#x20;

It cannot in any way edit the Owner and Administrator accounts except its own.

### User Manager

Can manage users below Owner and Organization levels.

It can invite users to the organization and assign them all roles below the Organization and Owner levels.&#x20;

### Service Manager

Can manage description and photos of services and service items.

### Portal Manager

Portal Manager can manage portal description and photos.

### Finance Manager

The Finance Manager can change the payout methods and has access to finance information.

### Price Manager

The Price Manager can edit prices for services and service items.

### Reservation manager

It has access to reservations in the Reservation section and in the service details.

The Reservation Manager can edit and perform all reservation-related actions


---

# 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://cs.help.siesta.cloud/en/main/organizace/uzivatele/opravneni.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.
