> For the complete documentation index, see [llms.txt](https://docs.devsbot.com/devsbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devsbot.com/devsbot/settings/my-vertical-members.md).

# My Vertical Members

{% hint style="success" %}
A User can be created based on the role and can have a email id and password to login on the **Devsbot** website.
{% endhint %}

<figure><img src="/files/Oq1Ll2eVLpT9tbh3To0F" alt=""><figcaption></figcaption></figure>

### **Create an User**

<figure><img src="/files/HlmNBf36l2M1TnYC0OOX" alt=""><figcaption></figcaption></figure>

* Click **Create User** and a pop-up window is displayed.
* Enter the **Name, Email Id** and **Password.**
* Click the **Select Vertical** to select the vertical from the dropdown.
* Click the **Role** to select the User Role from the dropdown.
* Enter the **Phone Number.**

### **To Edit A User**

<figure><img src="/files/KdjCK1NlAp6WTaeQ3hcs" alt=""><figcaption></figcaption></figure>

* To edit click the **Ellipsis icon** that is present on the actions.
* Enter the **Name** that need to be changed.
* Click on the **Role** and select from the role dropdow&#x6E;**.**
* Enter the **Phone number**
* Click **Save** or **Cancel** button.

### **To Change A Password**

<figure><img src="/files/2SJGsVMqrErn9d8w3nPZ" alt=""><figcaption></figcaption></figure>

* Click the **Ellipsis icon** that is present on the actions.&#x20;
* Enter the **Old Password** and enter the **New Password**&#x20;
* Click **Save** or **Cancel** button.

### **To Force logout a User**&#x20;

<figure><img src="/files/AhFvEP6Cwv0lMbRawWlY" alt=""><figcaption></figcaption></figure>

* Click the **Ellipsis icon** that is present on the actions.
* An alert will be displayed, click **OK** or **Cancel** to force logout.&#x20;

### To Suspend User

<figure><img src="/files/2uC5eenHMY7mfMZZQ0iP" alt=""><figcaption></figcaption></figure>

* Click the **Ellipsis icon** that is present on the actions.
* Click on **Suspend,** an alert will be displayed
* Click **OK** or **Cancel** to Suspend user.

### To Reactivate User

<figure><img src="/files/plMHOWtDbPQanF6pbi98" alt=""><figcaption></figcaption></figure>

* Click the **Ellipsis icon** that is present on the actions,
* Click on **Reactivate,** an alert will be displayed.
* Click **OK** or **Cancel** to Suspend user.

### Actions Of Check Box

<figure><img src="/files/MkHOb9TuC3o4lID5DNyg" alt=""><figcaption></figcaption></figure>

* Select the **Check boxes** for multiple users
* &#x20;Click **Ellipsis icon** to view the options.
* Click on  **Reactivate User** or **Suspend User** and an alert will be displayed.
* Click **OK** or **Cancel** to Reactivate or Suspend user.


---

# 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.devsbot.com/devsbot/settings/my-vertical-members.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.
