> For the complete documentation index, see [llms.txt](https://docs.hidemyacc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemyacc.com/hidemyacc-3.0-features/team-member/use-sub-account.md).

# Use Sub account

## <mark style="background-color:orange;">SUB ACCOUNT'S MAIN FEATURES</mark>

### <mark style="background-color:blue;">1. Use profiles from folders shared by the owner</mark>

The sub account can create new profiles within folders shared by the owner with Admin rights. When the owner shares a folder containing profiles with the sub account, the sub account can interact with the profiles according to the permissions granted:

* **View**:
  * Can open profiles/folders.
  * Cookies and browsing history are not stored in the cloud.
* **Edit**:
  * Can open profiles/folders.
  * Cookies and browsing history are stored in the cloud.
* **Admin**:
  * Can open profiles/folders.
  * Cookies and browsing history are stored in the cloud.
  * Can edit profiles, share profiles, etc., but cannot permanently delete profiles.

### <mark style="background-color:blue;">2. Recieve shared profiles from other Hidemyacc accounts</mark>&#x20;

When receiving a shared profile, the sub account can be granted View, Edit, or Admin rights, similar to being shared by the owner. If access rights are revoked, the sub account will lose all access to that profile.

## <mark style="background-color:orange;">LIMITATIONS OF SUB ACCOUNT</mark>&#x20;

* The sub account cannot transfer ownership of profiles or folders.
* If a sub account is converted into a share account, it will lose access to all profiles in the previously shared folder and will need to purchase a plan to continue using the service.


---

# 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.hidemyacc.com/hidemyacc-3.0-features/team-member/use-sub-account.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.
