> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/how-to-get-started/general-settings/account-settings/account-groups.md).

# Account Groups

TAKU Retail comes with a sample VIP Account Group which is set to Active. You can disable, edit, add, and enable the Account Groups according to your business needs.

The following steps will guide you through the process of enabling, disabling, editing, and adding new Account Groups

1. Go to **Settings >** **Business Settings**

![](/files/-MiXJirfmM2v2anxSj5H)

2\. Click the **Account Groups** card.

![](/files/-MiXJmcY0JcUNMkTLfsD)

3\. The **Account Groups** page will open with the preset **VIP** account group.

![](/files/-MiXJsD704I47ioGK7ae)

4\. To making changes to the account groups, click on the **Edit** icon at the top left side of the page Account Groups page.

![](/files/-MiXJyhf1rgvXJU6ssKL)

5\. The **Account Groups** section will go into edit mode indicated by the yellow (**Edit Mode**) next to the title in the header of the section. Now you will be able to make changes to the existing account groups inside the table.

![](/files/-MiXK15nu_W3y2SEJrEr)

6\. To activate or deactivate account groups, click the toggle under the Active column.

![](/files/-MiXK9wWI1b0uPUjAUII)

7\. To edit the Account Group name, click on the cell in the Description column and type the preferred name.

![](/files/-MiXKE7OndAgHNrLZLo0)

8\. Choose the type of account group you would like to make by selecting one of the options from the drop down menu.

* **Commercial**
* **Personal**
* **Both**

![](/files/-MiXLqJrLmXFjzo14XZI)

9\. To add a new Account Group, you can click the **New Acct Group** or **Add Row** icon buttons.

#### Adding a New Account Group

i. Click the **+** button

![](/files/-MiXM6s__6PzJ3ktD7n7)

ii. This will open a window where you can enter the details of your new account group. An option for type of account group is required and can be selected from the drop down menu. There are three options: Commercial, Personal, and Both

![](/files/-MiXMBG_WA0SR44MArnr)

iii. The account group will by default be set to Active.

iv. Click the save icon to input the new account group into your table.

![](/files/-MiXMFqsL_Tky7qq6jGp)

#### Adding a new Row

i. Click the **Add Row** icon

![](/files/-MiXMVjzZJYfPauBbFwQ)

ii. This will put the Account Groups section into edit mode with a new row inserted.

![](/files/-MiXMZhkJrW-90s0f8Hj)

iii. You can directly add the details of your new account group into the table.

iv. Once you are finished, click the save icon at the top right hand corner of the Account Groups page to save.

![](/files/-MiXN1kAMCUFXAxL5925)

You can also view the details of the account groups by clicking on the **View** button.

![](/files/-MiXOPbbPIDJptWM3GK6)

![](/files/-MiXOVxwoysljM0-ytwl)


---

# 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://help.takulabs.io/how-to-get-started/general-settings/account-settings/account-groups.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.
