# KnowledgeBaseCategoryDoc **Type:** GraphQL inputs **Description:** Input for creating or editing a knowledge base category. ## Fields - code (String): Unique code identifier. - title (String): The category title (required). - description (String): Description of what this category covers. - articleIds (String): Article IDs to include in this category. - icon (String): Icon identifier (required). - topicIds (String): Topic IDs this category belongs to. - topicId (String): Primary topic ID. - parentCategoryId (String): Parent category ID for nesting.