# User types

There are two different types of users:

## **Company Admin (accountAdmin)**

Company admins have access to **all** records within the company regardless of their permissions for the corresponding record.

Furthermore, they have access to company-related functionalities:

* Company preferences
* [Create](/account-settings/adding-new-users.md) and edit users
* Activity log

## **User**

Users have create, view, update, and delete access to all records where they have the corresponding permissions.


---

# Agent Instructions: 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.locoia.com/account-settings/user-types.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.
