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

# \_new

Create a new Account Category Group

### Required Parameters

#### name

Define a name for this new category group

#### description

Provide a description of the new category group (optional)

### Example

```
FM_api('AccountCategoryGroup_new', ['name'=>'Current Assets', 'description'=>'Current Assets']);
```

### Result

#### On Success

Returns id of newly-created Account Category

```
{"ok":1, "id":30}
```

#### On Failure

If no name supplied, returns false

```
false
```
