> For the complete documentation index, see [llms.txt](https://gopersonal.gitbook.io/calvin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gopersonal.gitbook.io/calvin/user-guides/settings-and-administration.md).

# Settings & Administration

The Settings page is where you manage your store configuration, team membership, and billing. It is accessible from the sidebar and has two main tabs: Members and Store Settings.

The Members tab shows all team members in your store with their name, email, and role. The available roles are Owner (full administrative access including billing, settings, and member management) and Member (access to workspaces, agents, and operational features). To invite a new team member, enter their email address, select their role from the dropdown, and click "Send Invite." The invitation is sent via email, and the new member will have access to the store once they accept.

You can also invite team members directly from the Home dashboard using the "Invite Your Team" section, which provides the same email and role selection interface.

The Store Settings tab has two sub-sections: General and Danger Zone. Under General, you can rename your store by entering a new name and clicking "Rename Store." The store name appears in the top-right corner of the application and is used to identify your organization across Calvin. Also under General is the Billing Account section, where you can select an existing billing account or create a new one. The billing account determines how your usage is invoiced and can be updated at any time using the "Update Billing Account" button.

The Danger Zone contains destructive actions that cannot be easily undone. These should be used with caution and are typically reserved for situations where you need to make significant changes to your store configuration.


---

# 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:

```
GET https://gopersonal.gitbook.io/calvin/user-guides/settings-and-administration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
