> For the complete documentation index, see [llms.txt](https://docs.omlet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omlet.dev/cli-and-dashboard/workspace-and-account.md).

# Workspace & Account

- [Invite team members](https://docs.omlet.dev/cli-and-dashboard/workspace-and-account/invite-team-members.md): Learn how to invite team members to collaborate with them.
- [Renaming projects](https://docs.omlet.dev/cli-and-dashboard/workspace-and-account/renaming-projects.md): Learn how to update project names in Omlet.
- [Update your email address](https://docs.omlet.dev/cli-and-dashboard/workspace-and-account/update-your-email-address.md): Learn how to change your account's email address.
- [Access your billing details & invoices](https://docs.omlet.dev/cli-and-dashboard/workspace-and-account/access-your-billing-details-and-invoices.md): Learn how to view your plan details, update billing information and download invoices.


---

# 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://docs.omlet.dev/cli-and-dashboard/workspace-and-account.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.
