# User

In this documentation, the term **"users"** is utilized consistently across platforms, replacing **"members"** as used in the mobile context, to maintain uniformity and clarity for the reader.

<figure><img src="/files/IkA4TqV1IAOnKvzUlQna" alt=""><figcaption><p>Users in Web</p></figcaption></figure>

<figure><img src="/files/jyKq76kYM7kL5vXKNARM" alt="" width="140"><figcaption><p>Members in Mobile</p></figcaption></figure>

## Access

In web, the users tab can be accessed on the menu left-hand side of the screen.

In mobile, the users tab can be accessed in the menu after clicking the menu icon top-left corner of the screen.

***

## User State

**User state** refers to the initial state or status of a user within a system, which could be categorized as either "active" or "inactive."

* **Active**: The user currently has access and privileges within the system.
* **Inactive**: The user does not have current access, possibly due to account deactivation or suspension.

These states may be determined by admins through disabling or enabling of users.


---

# 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://inistate.gitbook.io/home/user.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.
