> For the complete documentation index, see [llms.txt](https://docs.shopone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shopone.io/english/creating-a-landing-page-with-shopone/features-in-the-dashboard/settings.md).

# 3.4. Settings

The **settings** section is only available in the team workspace interface, which includes a Members section to view and manage the list of members for each landing page.

* **Administrator**: Manages the entire system, including creating and deleting users, changing settings, managing content, viewing reports, and performing all other administrative tasks.
* **Manager**: Manages employees, approves content, views and edits landing pages, monitors performance, and generates reports.
* **Staff**: Creates and edits landing page content, manages customers, supports projects, but does not have approval rights or access to critical settings.
* **Sales Staff**: Accesses and manages customer information, creates quotes, tracks order and lead statuses, but does not have the right to edit landing page content.

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

**Add new member:** allows you to invite members to your team or project workspace.

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

**Delete or edit member:** allows you to update member information or remove a member from the system.

<figure><img src="/files/2ZBglT9UEirwxOFszUmE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ow9IMXZ50wfptbEZwAOc" alt=""><figcaption></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://docs.shopone.io/english/creating-a-landing-page-with-shopone/features-in-the-dashboard/settings.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.
