> For the complete documentation index, see [llms.txt](https://docs.questera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.questera.ai/questera-ai-sdks/rest-apis/gamification/skills-module/skills-object.md).

# Skills Object

<table><thead><tr><th width="176">Field</th><th width="111.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>skillId</td><td>string</td><td>Id for the skill</td></tr><tr><td>parentSkillId</td><td>string</td><td>Parent skill id for this skill in the skill tree. Will be empty for root level skills</td></tr><tr><td>name</td><td>string</td><td>Name / Title of the skill</td></tr><tr><td>description</td><td>string</td><td>Description / More details about the skill</td></tr><tr><td>entityId</td><td>string</td><td>There can be entity specific skills as well. No one other than the entity will see it. </td></tr></tbody></table>
