---
title: "admAddSpaceCategory"
canonical: "https://support.appfire.com/space/PSCONF/15304915/admAddSpaceCategory"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | admAddSpaceCategory(spaceKey, categoryName) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Adds a category in the space.

Adds a category in the space.

## Return Type

**Boolean (true/false)**

## Example

```javascript
return admAddSpaceCategory("TST", "Products");
```

Returns true.

## See also

> Macro (contentbylabel)