|
| 1 | +--- |
| 2 | +title: "Project Categories" |
| 3 | +url: /control-center/project-categories/ |
| 4 | +description: "Manage Project Categories." |
| 5 | +weight: 50 |
| 6 | +--- |
| 7 | + |
| 8 | +## Introduction |
| 9 | + |
| 10 | +The **Categories** page allows you to manage the categories that can be assigned to your company's apps, so as to improve classification and searchability. |
| 11 | +You can also manage project categories through the [Project Category API](/apidocs-mxsdk/apidocs/project-category-api/). |
| 12 | + |
| 13 | +Categories can be assigned to each app individually on the app's [Settings](/developerportal/general-settings/) page, but you can also use the [Projects API](/apidocs-mxsdk/apidocs/projects-api/) to edit the category assignment. |
| 14 | + |
| 15 | +## Category Management |
| 16 | + |
| 17 | +On the **Categories** page, you can manage app categories. A list of preconfigured categories is displayed, along with all their corresponding values. Next to the preconfigured **Country** category, you can configure a maximum of five categories with 250 values each. |
| 18 | + |
| 19 | +Use the **Add Country Category** to make the preconfigured **Country** category available, along with its list of 250 countries. |
| 20 | + |
| 21 | +{{% alert color="info" %}} |
| 22 | +You cannot edit the preconfigured **Country** category. |
| 23 | +{{% /alert %}} |
| 24 | + |
| 25 | +### Adding Categories |
| 26 | + |
| 27 | +Follow these steps to add a category: |
| 28 | + |
| 29 | +1. Click the **Add Category** button. This opens the **Add Category** pop-up window. |
| 30 | +2. In the **Category Name** field, enter a name for the new category. |
| 31 | +3. Click **Add Value** to add one or more values for the new category. |
| 32 | + You can add multiple values as a comma-separated list. |
| 33 | + Each entry consists of a unique name and code. The unique code is automatically generated for you. You can edit it afterwards, as long as you provide a new unique code. |
| 34 | + |
| 35 | +### Editing Categories |
| 36 | + |
| 37 | +Follow these steps to edit a category: |
| 38 | + |
| 39 | +1. Click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) button within a category, then click **Edit**. This opens the **Add Category** pop-up window. |
| 40 | +2. Make edits as necessary, such as changing the category name, or adding or removing values. |
| 41 | +3. Click **Save**. |
| 42 | + |
| 43 | +### Deleting Categories |
| 44 | + |
| 45 | +To delete a category, click the **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) button within a category, then click **Delete**. |
0 commit comments